@ankhorage/runtime 0.3.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 +12 -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 +5 -43
- package/dist/RuntimeScreen.js.map +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/readme-usage.js +1 -1
- package/dist/readme-usage.js.map +1 -1
- package/dist/runtimeDataSourceOperations.d.ts +3 -1
- package/dist/runtimeDataSourceOperations.d.ts.map +1 -1
- package/dist/runtimeDataSourceOperations.js +31 -26
- package/dist/runtimeDataSourceOperations.js.map +1 -1
- package/dist/runtimeDatabaseOperationExecutor.d.ts +9 -0
- package/dist/runtimeDatabaseOperationExecutor.d.ts.map +1 -0
- package/dist/runtimeDatabaseOperationExecutor.js +228 -0
- package/dist/runtimeDatabaseOperationExecutor.js.map +1 -0
- 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/runtimeScreenLoaders.d.ts +1 -2
- package/dist/runtimeScreenLoaders.d.ts.map +1 -1
- package/dist/runtimeScreenLoaders.js +1 -4
- package/dist/runtimeScreenLoaders.js.map +1 -1
- 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 +5 -4
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +5 -3
- package/paradox/diagrams/architecture-overview.mmd +23 -9
- package/paradox/diagrams/export-graph.mmd +14 -47
- package/paradox/diagrams/module-relationships.mmd +17 -7
- package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
- package/paradox/exports.json +136 -496
- package/paradox/exports.md +136 -278
- package/paradox/index.html +991 -1119
- package/paradox/paradox.json +1405 -1254
- package/dist/runtimeApiLoaders.d.ts +0 -35
- package/dist/runtimeApiLoaders.d.ts.map +0 -1
- package/dist/runtimeApiLoaders.js +0 -218
- package/dist/runtimeApiLoaders.js.map +0 -1
package/paradox/exports.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
27
27
|
"sourceLocation": {
|
|
28
28
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 92,
|
|
30
30
|
"column": 1
|
|
31
31
|
},
|
|
32
32
|
"exportPaths": ["src/index.ts"],
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
65
65
|
"sourceLocation": {
|
|
66
66
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
67
|
-
"line":
|
|
67
|
+
"line": 77,
|
|
68
68
|
"column": 1
|
|
69
69
|
},
|
|
70
70
|
"exportPaths": ["src/index.ts"],
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
231
231
|
"sourceLocation": {
|
|
232
232
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
233
|
-
"line":
|
|
233
|
+
"line": 82,
|
|
234
234
|
"column": 1
|
|
235
235
|
},
|
|
236
236
|
"exportPaths": ["src/index.ts"],
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
334
334
|
"sourceLocation": {
|
|
335
335
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
336
|
-
"line":
|
|
336
|
+
"line": 14,
|
|
337
337
|
"column": 1
|
|
338
338
|
},
|
|
339
339
|
"exportPaths": ["src/index.ts"],
|
|
@@ -359,38 +359,6 @@
|
|
|
359
359
|
"members": [],
|
|
360
360
|
"structuredRows": []
|
|
361
361
|
},
|
|
362
|
-
{
|
|
363
|
-
"name": "createRuntimeManifest",
|
|
364
|
-
"description": null,
|
|
365
|
-
"isReadme": false,
|
|
366
|
-
"examples": [],
|
|
367
|
-
"kind": "function",
|
|
368
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
369
|
-
"sourceLocation": {
|
|
370
|
-
"filePath": "src/runtimeManifest.ts",
|
|
371
|
-
"line": 81,
|
|
372
|
-
"column": 1
|
|
373
|
-
},
|
|
374
|
-
"exportPaths": ["src/index.ts"],
|
|
375
|
-
"relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
|
|
376
|
-
"signatures": [
|
|
377
|
-
{
|
|
378
|
-
"label": "(input: RuntimeManifestInput) => RuntimeManifest",
|
|
379
|
-
"parameters": [
|
|
380
|
-
{
|
|
381
|
-
"name": "input",
|
|
382
|
-
"type": "RuntimeManifestInput",
|
|
383
|
-
"required": true,
|
|
384
|
-
"description": null
|
|
385
|
-
}
|
|
386
|
-
],
|
|
387
|
-
"returnType": "RuntimeManifest",
|
|
388
|
-
"returnDescription": null
|
|
389
|
-
}
|
|
390
|
-
],
|
|
391
|
-
"members": [],
|
|
392
|
-
"structuredRows": []
|
|
393
|
-
},
|
|
394
362
|
{
|
|
395
363
|
"name": "createRuntimeMemoryStateAdapter",
|
|
396
364
|
"description": null,
|
|
@@ -432,7 +400,7 @@
|
|
|
432
400
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
433
401
|
"sourceLocation": {
|
|
434
402
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
435
|
-
"line":
|
|
403
|
+
"line": 49,
|
|
436
404
|
"column": 1
|
|
437
405
|
},
|
|
438
406
|
"exportPaths": ["src/index.ts"],
|
|
@@ -455,102 +423,6 @@
|
|
|
455
423
|
"members": [],
|
|
456
424
|
"structuredRows": []
|
|
457
425
|
},
|
|
458
|
-
{
|
|
459
|
-
"name": "defineRuntimeAction",
|
|
460
|
-
"description": null,
|
|
461
|
-
"isReadme": false,
|
|
462
|
-
"examples": [],
|
|
463
|
-
"kind": "function",
|
|
464
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
465
|
-
"sourceLocation": {
|
|
466
|
-
"filePath": "src/runtimeManifest.ts",
|
|
467
|
-
"line": 63,
|
|
468
|
-
"column": 1
|
|
469
|
-
},
|
|
470
|
-
"exportPaths": ["src/index.ts"],
|
|
471
|
-
"relatedSymbols": ["RuntimeActionDescriptor"],
|
|
472
|
-
"signatures": [
|
|
473
|
-
{
|
|
474
|
-
"label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
|
|
475
|
-
"parameters": [
|
|
476
|
-
{
|
|
477
|
-
"name": "action",
|
|
478
|
-
"type": "RuntimeActionDescriptor<Data>",
|
|
479
|
-
"required": true,
|
|
480
|
-
"description": null
|
|
481
|
-
}
|
|
482
|
-
],
|
|
483
|
-
"returnType": "RuntimeActionDescriptor<Data>",
|
|
484
|
-
"returnDescription": null
|
|
485
|
-
}
|
|
486
|
-
],
|
|
487
|
-
"members": [],
|
|
488
|
-
"structuredRows": []
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"name": "defineRuntimeAdapter",
|
|
492
|
-
"description": null,
|
|
493
|
-
"isReadme": false,
|
|
494
|
-
"examples": [],
|
|
495
|
-
"kind": "function",
|
|
496
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
497
|
-
"sourceLocation": {
|
|
498
|
-
"filePath": "src/runtimeManifest.ts",
|
|
499
|
-
"line": 69,
|
|
500
|
-
"column": 1
|
|
501
|
-
},
|
|
502
|
-
"exportPaths": ["src/index.ts"],
|
|
503
|
-
"relatedSymbols": ["RuntimeAdapterDescriptor"],
|
|
504
|
-
"signatures": [
|
|
505
|
-
{
|
|
506
|
-
"label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
|
|
507
|
-
"parameters": [
|
|
508
|
-
{
|
|
509
|
-
"name": "adapter",
|
|
510
|
-
"type": "RuntimeAdapterDescriptor<Options>",
|
|
511
|
-
"required": true,
|
|
512
|
-
"description": null
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"returnType": "RuntimeAdapterDescriptor<Options>",
|
|
516
|
-
"returnDescription": null
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"members": [],
|
|
520
|
-
"structuredRows": []
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "defineRuntimeBinding",
|
|
524
|
-
"description": null,
|
|
525
|
-
"isReadme": false,
|
|
526
|
-
"examples": [],
|
|
527
|
-
"kind": "function",
|
|
528
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
529
|
-
"sourceLocation": {
|
|
530
|
-
"filePath": "src/runtimeManifest.ts",
|
|
531
|
-
"line": 75,
|
|
532
|
-
"column": 1
|
|
533
|
-
},
|
|
534
|
-
"exportPaths": ["src/index.ts"],
|
|
535
|
-
"relatedSymbols": ["RuntimeBindingDescriptor"],
|
|
536
|
-
"signatures": [
|
|
537
|
-
{
|
|
538
|
-
"label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
|
|
539
|
-
"parameters": [
|
|
540
|
-
{
|
|
541
|
-
"name": "binding",
|
|
542
|
-
"type": "RuntimeBindingDescriptor<Value>",
|
|
543
|
-
"required": true,
|
|
544
|
-
"description": null
|
|
545
|
-
}
|
|
546
|
-
],
|
|
547
|
-
"returnType": "RuntimeBindingDescriptor<Value>",
|
|
548
|
-
"returnDescription": null
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
|
-
"members": [],
|
|
552
|
-
"structuredRows": []
|
|
553
|
-
},
|
|
554
426
|
{
|
|
555
427
|
"name": "dispatchRuntimeComponentEvent",
|
|
556
428
|
"description": null,
|
|
@@ -651,38 +523,6 @@
|
|
|
651
523
|
"members": [],
|
|
652
524
|
"structuredRows": []
|
|
653
525
|
},
|
|
654
|
-
{
|
|
655
|
-
"name": "executeRuntimeApiLoaders",
|
|
656
|
-
"description": null,
|
|
657
|
-
"isReadme": false,
|
|
658
|
-
"examples": [],
|
|
659
|
-
"kind": "function",
|
|
660
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
661
|
-
"sourceLocation": {
|
|
662
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
663
|
-
"line": 100,
|
|
664
|
-
"column": 1
|
|
665
|
-
},
|
|
666
|
-
"exportPaths": ["src/index.ts"],
|
|
667
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderExecutionResult"],
|
|
668
|
-
"signatures": [
|
|
669
|
-
{
|
|
670
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult",
|
|
671
|
-
"parameters": [
|
|
672
|
-
{
|
|
673
|
-
"name": "args",
|
|
674
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }",
|
|
675
|
-
"required": true,
|
|
676
|
-
"description": null
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"returnType": "RuntimeApiLoaderExecutionResult",
|
|
680
|
-
"returnDescription": null
|
|
681
|
-
}
|
|
682
|
-
],
|
|
683
|
-
"members": [],
|
|
684
|
-
"structuredRows": []
|
|
685
|
-
},
|
|
686
526
|
{
|
|
687
527
|
"name": "executeRuntimeScreenOperationLoaders",
|
|
688
528
|
"description": null,
|
|
@@ -692,7 +532,7 @@
|
|
|
692
532
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
693
533
|
"sourceLocation": {
|
|
694
534
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
695
|
-
"line":
|
|
535
|
+
"line": 178,
|
|
696
536
|
"column": 1
|
|
697
537
|
},
|
|
698
538
|
"exportPaths": ["src/index.ts"],
|
|
@@ -720,31 +560,6 @@
|
|
|
720
560
|
"members": [],
|
|
721
561
|
"structuredRows": []
|
|
722
562
|
},
|
|
723
|
-
{
|
|
724
|
-
"name": "listRuntimeCapabilities",
|
|
725
|
-
"description": null,
|
|
726
|
-
"isReadme": false,
|
|
727
|
-
"examples": [],
|
|
728
|
-
"kind": "function",
|
|
729
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
730
|
-
"sourceLocation": {
|
|
731
|
-
"filePath": "src/runtimeManifest.ts",
|
|
732
|
-
"line": 93,
|
|
733
|
-
"column": 1
|
|
734
|
-
},
|
|
735
|
-
"exportPaths": ["src/index.ts"],
|
|
736
|
-
"relatedSymbols": [],
|
|
737
|
-
"signatures": [
|
|
738
|
-
{
|
|
739
|
-
"label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
|
|
740
|
-
"parameters": [],
|
|
741
|
-
"returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
|
|
742
|
-
"returnDescription": null
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
"members": [],
|
|
746
|
-
"structuredRows": []
|
|
747
|
-
},
|
|
748
563
|
{
|
|
749
564
|
"name": "ManifestContext",
|
|
750
565
|
"description": null,
|
|
@@ -795,38 +610,6 @@
|
|
|
795
610
|
"members": [],
|
|
796
611
|
"structuredRows": []
|
|
797
612
|
},
|
|
798
|
-
{
|
|
799
|
-
"name": "materializeRuntimeApiLoaderState",
|
|
800
|
-
"description": null,
|
|
801
|
-
"isReadme": false,
|
|
802
|
-
"examples": [],
|
|
803
|
-
"kind": "function",
|
|
804
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
805
|
-
"sourceLocation": {
|
|
806
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
807
|
-
"line": 40,
|
|
808
|
-
"column": 1
|
|
809
|
-
},
|
|
810
|
-
"exportPaths": ["src/index.ts"],
|
|
811
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderMaterializationResult"],
|
|
812
|
-
"signatures": [
|
|
813
|
-
{
|
|
814
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) => RuntimeApiLoaderMaterializationResult",
|
|
815
|
-
"parameters": [
|
|
816
|
-
{
|
|
817
|
-
"name": "args",
|
|
818
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }",
|
|
819
|
-
"required": true,
|
|
820
|
-
"description": null
|
|
821
|
-
}
|
|
822
|
-
],
|
|
823
|
-
"returnType": "RuntimeApiLoaderMaterializationResult",
|
|
824
|
-
"returnDescription": null
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"members": [],
|
|
828
|
-
"structuredRows": []
|
|
829
|
-
},
|
|
830
613
|
{
|
|
831
614
|
"name": "mergeRuntimeRendererConfig",
|
|
832
615
|
"description": null,
|
|
@@ -836,7 +619,7 @@
|
|
|
836
619
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
837
620
|
"sourceLocation": {
|
|
838
621
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
839
|
-
"line":
|
|
622
|
+
"line": 110,
|
|
840
623
|
"column": 1
|
|
841
624
|
},
|
|
842
625
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1169,38 +952,6 @@
|
|
|
1169
952
|
"members": [],
|
|
1170
953
|
"structuredRows": []
|
|
1171
954
|
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "resolveScreenApiLoaders",
|
|
1174
|
-
"description": null,
|
|
1175
|
-
"isReadme": false,
|
|
1176
|
-
"examples": [],
|
|
1177
|
-
"kind": "function",
|
|
1178
|
-
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1179
|
-
"sourceLocation": {
|
|
1180
|
-
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1181
|
-
"line": 44,
|
|
1182
|
-
"column": 1
|
|
1183
|
-
},
|
|
1184
|
-
"exportPaths": ["src/index.ts"],
|
|
1185
|
-
"relatedSymbols": [],
|
|
1186
|
-
"signatures": [
|
|
1187
|
-
{
|
|
1188
|
-
"label": "(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]",
|
|
1189
|
-
"parameters": [
|
|
1190
|
-
{
|
|
1191
|
-
"name": "screen",
|
|
1192
|
-
"type": "ScreenSpec",
|
|
1193
|
-
"required": true,
|
|
1194
|
-
"description": null
|
|
1195
|
-
}
|
|
1196
|
-
],
|
|
1197
|
-
"returnType": "readonly ApiScreenDataLoaderDefinition[]",
|
|
1198
|
-
"returnDescription": null
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"members": [],
|
|
1202
|
-
"structuredRows": []
|
|
1203
|
-
},
|
|
1204
955
|
{
|
|
1205
956
|
"name": "resolveScreenOperationLoaders",
|
|
1206
957
|
"description": null,
|
|
@@ -1210,7 +961,7 @@
|
|
|
1210
961
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1211
962
|
"sourceLocation": {
|
|
1212
963
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1213
|
-
"line":
|
|
964
|
+
"line": 43,
|
|
1214
965
|
"column": 1
|
|
1215
966
|
},
|
|
1216
967
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1233,42 +984,6 @@
|
|
|
1233
984
|
"members": [],
|
|
1234
985
|
"structuredRows": []
|
|
1235
986
|
},
|
|
1236
|
-
{
|
|
1237
|
-
"name": "RUNTIME_CAPABILITIES",
|
|
1238
|
-
"description": null,
|
|
1239
|
-
"isReadme": false,
|
|
1240
|
-
"examples": [],
|
|
1241
|
-
"kind": "value",
|
|
1242
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
1243
|
-
"sourceLocation": {
|
|
1244
|
-
"filePath": "src/runtimeManifest.ts",
|
|
1245
|
-
"line": 1,
|
|
1246
|
-
"column": 14
|
|
1247
|
-
},
|
|
1248
|
-
"exportPaths": ["src/index.ts"],
|
|
1249
|
-
"relatedSymbols": [],
|
|
1250
|
-
"signatures": [],
|
|
1251
|
-
"members": [],
|
|
1252
|
-
"structuredRows": []
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"name": "RUNTIME_MANIFEST_KIND",
|
|
1256
|
-
"description": null,
|
|
1257
|
-
"isReadme": false,
|
|
1258
|
-
"examples": [],
|
|
1259
|
-
"kind": "value",
|
|
1260
|
-
"modulePath": "src/runtimeManifest.ts",
|
|
1261
|
-
"sourceLocation": {
|
|
1262
|
-
"filePath": "src/runtimeManifest.ts",
|
|
1263
|
-
"line": 8,
|
|
1264
|
-
"column": 14
|
|
1265
|
-
},
|
|
1266
|
-
"exportPaths": ["src/index.ts"],
|
|
1267
|
-
"relatedSymbols": [],
|
|
1268
|
-
"signatures": [],
|
|
1269
|
-
"members": [],
|
|
1270
|
-
"structuredRows": []
|
|
1271
|
-
},
|
|
1272
987
|
{
|
|
1273
988
|
"name": "RuntimeAction",
|
|
1274
989
|
"description": null,
|
|
@@ -1278,7 +993,7 @@
|
|
|
1278
993
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1279
994
|
"sourceLocation": {
|
|
1280
995
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1281
|
-
"line":
|
|
996
|
+
"line": 45,
|
|
1282
997
|
"column": 1
|
|
1283
998
|
},
|
|
1284
999
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1343,7 +1058,7 @@
|
|
|
1343
1058
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1344
1059
|
"sourceLocation": {
|
|
1345
1060
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1346
|
-
"line":
|
|
1061
|
+
"line": 48,
|
|
1347
1062
|
"column": 1
|
|
1348
1063
|
},
|
|
1349
1064
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1361,7 +1076,7 @@
|
|
|
1361
1076
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1362
1077
|
"sourceLocation": {
|
|
1363
1078
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1364
|
-
"line":
|
|
1079
|
+
"line": 46,
|
|
1365
1080
|
"column": 1
|
|
1366
1081
|
},
|
|
1367
1082
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1379,7 +1094,7 @@
|
|
|
1379
1094
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1380
1095
|
"sourceLocation": {
|
|
1381
1096
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1382
|
-
"line":
|
|
1097
|
+
"line": 38,
|
|
1383
1098
|
"column": 1
|
|
1384
1099
|
},
|
|
1385
1100
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1426,7 +1141,7 @@
|
|
|
1426
1141
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1427
1142
|
"sourceLocation": {
|
|
1428
1143
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1429
|
-
"line":
|
|
1144
|
+
"line": 47,
|
|
1430
1145
|
"column": 1
|
|
1431
1146
|
},
|
|
1432
1147
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1595,148 +1310,6 @@
|
|
|
1595
1310
|
],
|
|
1596
1311
|
"structuredRows": []
|
|
1597
1312
|
},
|
|
1598
|
-
{
|
|
1599
|
-
"name": "RuntimeApiLoaderDefinition",
|
|
1600
|
-
"description": null,
|
|
1601
|
-
"isReadme": false,
|
|
1602
|
-
"examples": [],
|
|
1603
|
-
"kind": "unknown",
|
|
1604
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1605
|
-
"sourceLocation": {
|
|
1606
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1607
|
-
"line": 17,
|
|
1608
|
-
"column": 1
|
|
1609
|
-
},
|
|
1610
|
-
"exportPaths": ["src/index.ts"],
|
|
1611
|
-
"relatedSymbols": [],
|
|
1612
|
-
"signatures": [],
|
|
1613
|
-
"members": [],
|
|
1614
|
-
"structuredRows": []
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "RuntimeApiLoaderDiagnostic",
|
|
1618
|
-
"description": null,
|
|
1619
|
-
"isReadme": false,
|
|
1620
|
-
"examples": [],
|
|
1621
|
-
"kind": "type",
|
|
1622
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1623
|
-
"sourceLocation": {
|
|
1624
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1625
|
-
"line": 19,
|
|
1626
|
-
"column": 1
|
|
1627
|
-
},
|
|
1628
|
-
"exportPaths": ["src/index.ts"],
|
|
1629
|
-
"relatedSymbols": [],
|
|
1630
|
-
"signatures": [],
|
|
1631
|
-
"members": [
|
|
1632
|
-
{
|
|
1633
|
-
"name": "apiId",
|
|
1634
|
-
"kind": "property",
|
|
1635
|
-
"type": "string | undefined",
|
|
1636
|
-
"required": false,
|
|
1637
|
-
"description": null
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "code",
|
|
1641
|
-
"kind": "property",
|
|
1642
|
-
"type": "\"invalid-record\" | \"missing-api\" | \"missing-target-path\" | \"state-set-failed\" | \"unsupported-loader\"",
|
|
1643
|
-
"required": true,
|
|
1644
|
-
"description": null
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "message",
|
|
1648
|
-
"kind": "property",
|
|
1649
|
-
"type": "string",
|
|
1650
|
-
"required": true,
|
|
1651
|
-
"description": null
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "targetPath",
|
|
1655
|
-
"kind": "property",
|
|
1656
|
-
"type": "string | undefined",
|
|
1657
|
-
"required": false,
|
|
1658
|
-
"description": null
|
|
1659
|
-
}
|
|
1660
|
-
],
|
|
1661
|
-
"structuredRows": []
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"name": "RuntimeApiLoaderExecutionResult",
|
|
1665
|
-
"description": null,
|
|
1666
|
-
"isReadme": false,
|
|
1667
|
-
"examples": [],
|
|
1668
|
-
"kind": "type",
|
|
1669
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1670
|
-
"sourceLocation": {
|
|
1671
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1672
|
-
"line": 31,
|
|
1673
|
-
"column": 1
|
|
1674
|
-
},
|
|
1675
|
-
"exportPaths": ["src/index.ts"],
|
|
1676
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
1677
|
-
"signatures": [],
|
|
1678
|
-
"members": [
|
|
1679
|
-
{
|
|
1680
|
-
"name": "diagnostics",
|
|
1681
|
-
"kind": "property",
|
|
1682
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
1683
|
-
"required": true,
|
|
1684
|
-
"description": null
|
|
1685
|
-
}
|
|
1686
|
-
],
|
|
1687
|
-
"structuredRows": []
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"name": "RuntimeApiLoaderMaterializationResult",
|
|
1691
|
-
"description": null,
|
|
1692
|
-
"isReadme": false,
|
|
1693
|
-
"examples": [],
|
|
1694
|
-
"kind": "type",
|
|
1695
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1696
|
-
"sourceLocation": {
|
|
1697
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1698
|
-
"line": 35,
|
|
1699
|
-
"column": 1
|
|
1700
|
-
},
|
|
1701
|
-
"exportPaths": ["src/index.ts"],
|
|
1702
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
1703
|
-
"signatures": [],
|
|
1704
|
-
"members": [
|
|
1705
|
-
{
|
|
1706
|
-
"name": "diagnostics",
|
|
1707
|
-
"kind": "property",
|
|
1708
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
1709
|
-
"required": true,
|
|
1710
|
-
"description": null
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "state",
|
|
1714
|
-
"kind": "property",
|
|
1715
|
-
"type": "Readonly<Record<string, StateValue>>",
|
|
1716
|
-
"required": true,
|
|
1717
|
-
"description": null
|
|
1718
|
-
}
|
|
1719
|
-
],
|
|
1720
|
-
"structuredRows": []
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "RuntimeApiLoaderMode",
|
|
1724
|
-
"description": null,
|
|
1725
|
-
"isReadme": false,
|
|
1726
|
-
"examples": [],
|
|
1727
|
-
"kind": "unknown",
|
|
1728
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1729
|
-
"sourceLocation": {
|
|
1730
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1731
|
-
"line": 15,
|
|
1732
|
-
"column": 1
|
|
1733
|
-
},
|
|
1734
|
-
"exportPaths": ["src/index.ts"],
|
|
1735
|
-
"relatedSymbols": [],
|
|
1736
|
-
"signatures": [],
|
|
1737
|
-
"members": [],
|
|
1738
|
-
"structuredRows": []
|
|
1739
|
-
},
|
|
1740
1313
|
{
|
|
1741
1314
|
"name": "RuntimeBindingDescriptor",
|
|
1742
1315
|
"description": null,
|
|
@@ -1961,7 +1534,7 @@
|
|
|
1961
1534
|
{
|
|
1962
1535
|
"name": "dataBindings",
|
|
1963
1536
|
"kind": "property",
|
|
1964
|
-
"type": "Readonly<Record<string, import(\"
|
|
1537
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
1965
1538
|
"required": false,
|
|
1966
1539
|
"description": null
|
|
1967
1540
|
},
|
|
@@ -2043,7 +1616,7 @@
|
|
|
2043
1616
|
{
|
|
2044
1617
|
"name": "dataBindings",
|
|
2045
1618
|
"kind": "property",
|
|
2046
|
-
"type": "Readonly<Record<string, import(\"
|
|
1619
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2047
1620
|
"required": false,
|
|
2048
1621
|
"description": null
|
|
2049
1622
|
},
|
|
@@ -2166,7 +1739,7 @@
|
|
|
2166
1739
|
{
|
|
2167
1740
|
"name": "dataBindings",
|
|
2168
1741
|
"kind": "property",
|
|
2169
|
-
"type": "Readonly<Record<string, import(\"
|
|
1742
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2170
1743
|
"required": false,
|
|
2171
1744
|
"description": null
|
|
2172
1745
|
},
|
|
@@ -2245,7 +1818,7 @@
|
|
|
2245
1818
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
2246
1819
|
"sourceLocation": {
|
|
2247
1820
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
2248
|
-
"line":
|
|
1821
|
+
"line": 8,
|
|
2249
1822
|
"column": 1
|
|
2250
1823
|
},
|
|
2251
1824
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2259,11 +1832,18 @@
|
|
|
2259
1832
|
"required": false,
|
|
2260
1833
|
"description": null
|
|
2261
1834
|
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "databaseAdapters",
|
|
1837
|
+
"kind": "property",
|
|
1838
|
+
"type": "Readonly<Record<string, DbAdapter>> | undefined",
|
|
1839
|
+
"required": false,
|
|
1840
|
+
"description": null
|
|
1841
|
+
},
|
|
2262
1842
|
{
|
|
2263
1843
|
"name": "fetch",
|
|
2264
1844
|
"kind": "property",
|
|
2265
|
-
"type": "EndpointTestFetch",
|
|
2266
|
-
"required":
|
|
1845
|
+
"type": "EndpointTestFetch | undefined",
|
|
1846
|
+
"required": false,
|
|
2267
1847
|
"description": null
|
|
2268
1848
|
}
|
|
2269
1849
|
],
|
|
@@ -2452,7 +2032,7 @@
|
|
|
2452
2032
|
{
|
|
2453
2033
|
"name": "dataBindings",
|
|
2454
2034
|
"kind": "property",
|
|
2455
|
-
"type": "Readonly<Record<string, import(\"
|
|
2035
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2456
2036
|
"required": false,
|
|
2457
2037
|
"description": null
|
|
2458
2038
|
},
|
|
@@ -2675,6 +2255,50 @@
|
|
|
2675
2255
|
],
|
|
2676
2256
|
"structuredRows": []
|
|
2677
2257
|
},
|
|
2258
|
+
{
|
|
2259
|
+
"name": "RuntimeMediaAssetResolver",
|
|
2260
|
+
"description": null,
|
|
2261
|
+
"isReadme": false,
|
|
2262
|
+
"examples": [],
|
|
2263
|
+
"kind": "unknown",
|
|
2264
|
+
"modulePath": "src/runtimeMedia.ts",
|
|
2265
|
+
"sourceLocation": {
|
|
2266
|
+
"filePath": "src/runtimeMedia.ts",
|
|
2267
|
+
"line": 13,
|
|
2268
|
+
"column": 1
|
|
2269
|
+
},
|
|
2270
|
+
"exportPaths": ["src/index.ts"],
|
|
2271
|
+
"relatedSymbols": [],
|
|
2272
|
+
"signatures": [],
|
|
2273
|
+
"members": [],
|
|
2274
|
+
"structuredRows": []
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "RuntimeMediaAssetResolverArgs",
|
|
2278
|
+
"description": null,
|
|
2279
|
+
"isReadme": false,
|
|
2280
|
+
"examples": [],
|
|
2281
|
+
"kind": "type",
|
|
2282
|
+
"modulePath": "src/runtimeMedia.ts",
|
|
2283
|
+
"sourceLocation": {
|
|
2284
|
+
"filePath": "src/runtimeMedia.ts",
|
|
2285
|
+
"line": 9,
|
|
2286
|
+
"column": 1
|
|
2287
|
+
},
|
|
2288
|
+
"exportPaths": ["src/index.ts"],
|
|
2289
|
+
"relatedSymbols": [],
|
|
2290
|
+
"signatures": [],
|
|
2291
|
+
"members": [
|
|
2292
|
+
{
|
|
2293
|
+
"name": "asset",
|
|
2294
|
+
"kind": "property",
|
|
2295
|
+
"type": "MediaAsset",
|
|
2296
|
+
"required": true,
|
|
2297
|
+
"description": null
|
|
2298
|
+
}
|
|
2299
|
+
],
|
|
2300
|
+
"structuredRows": []
|
|
2301
|
+
},
|
|
2678
2302
|
{
|
|
2679
2303
|
"name": "RuntimeMemoryStateAdapterOptions",
|
|
2680
2304
|
"description": null,
|
|
@@ -2728,7 +2352,7 @@
|
|
|
2728
2352
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
2729
2353
|
"sourceLocation": {
|
|
2730
2354
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
2731
|
-
"line":
|
|
2355
|
+
"line": 76,
|
|
2732
2356
|
"column": 1
|
|
2733
2357
|
},
|
|
2734
2358
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2760,7 +2384,7 @@
|
|
|
2760
2384
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
2761
2385
|
"sourceLocation": {
|
|
2762
2386
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
2763
|
-
"line":
|
|
2387
|
+
"line": 50,
|
|
2764
2388
|
"column": 1
|
|
2765
2389
|
},
|
|
2766
2390
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2769,6 +2393,7 @@
|
|
|
2769
2393
|
"RuntimeActionHandlers",
|
|
2770
2394
|
"RuntimeBindingOperationExecutor",
|
|
2771
2395
|
"RuntimeBindingOperationResultWriter",
|
|
2396
|
+
"RuntimeMediaAssetResolver",
|
|
2772
2397
|
"RuntimeNodePropsResolver",
|
|
2773
2398
|
"RuntimeRendererWrapArgs"
|
|
2774
2399
|
],
|
|
@@ -2791,14 +2416,14 @@
|
|
|
2791
2416
|
{
|
|
2792
2417
|
"name": "dataBindings",
|
|
2793
2418
|
"kind": "property",
|
|
2794
|
-
"type": "Readonly<Record<string, import(\"
|
|
2419
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2795
2420
|
"required": false,
|
|
2796
2421
|
"description": null
|
|
2797
2422
|
},
|
|
2798
2423
|
{
|
|
2799
2424
|
"name": "dataSources",
|
|
2800
2425
|
"kind": "property",
|
|
2801
|
-
"type": "Readonly<Record<string, import(\"
|
|
2426
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
2802
2427
|
"required": false,
|
|
2803
2428
|
"description": null
|
|
2804
2429
|
},
|
|
@@ -2837,6 +2462,13 @@
|
|
|
2837
2462
|
"required": false,
|
|
2838
2463
|
"description": null
|
|
2839
2464
|
},
|
|
2465
|
+
{
|
|
2466
|
+
"name": "mediaAssets",
|
|
2467
|
+
"kind": "property",
|
|
2468
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
|
|
2469
|
+
"required": false,
|
|
2470
|
+
"description": null
|
|
2471
|
+
},
|
|
2840
2472
|
{
|
|
2841
2473
|
"name": "onDiagnostics",
|
|
2842
2474
|
"kind": "property",
|
|
@@ -2847,7 +2479,7 @@
|
|
|
2847
2479
|
{
|
|
2848
2480
|
"name": "operationResults",
|
|
2849
2481
|
"kind": "property",
|
|
2850
|
-
"type": "Readonly<Record<string, import(\"
|
|
2482
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
|
|
2851
2483
|
"required": false,
|
|
2852
2484
|
"description": null
|
|
2853
2485
|
},
|
|
@@ -2858,6 +2490,13 @@
|
|
|
2858
2490
|
"required": false,
|
|
2859
2491
|
"description": null
|
|
2860
2492
|
},
|
|
2493
|
+
{
|
|
2494
|
+
"name": "resolveMediaAsset",
|
|
2495
|
+
"kind": "property",
|
|
2496
|
+
"type": "RuntimeMediaAssetResolver | undefined",
|
|
2497
|
+
"required": false,
|
|
2498
|
+
"description": null
|
|
2499
|
+
},
|
|
2861
2500
|
{
|
|
2862
2501
|
"name": "resolveNodeProps",
|
|
2863
2502
|
"kind": "property",
|
|
@@ -2898,7 +2537,7 @@
|
|
|
2898
2537
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
2899
2538
|
"sourceLocation": {
|
|
2900
2539
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
2901
|
-
"line":
|
|
2540
|
+
"line": 158,
|
|
2902
2541
|
"column": 1
|
|
2903
2542
|
},
|
|
2904
2543
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2930,13 +2569,14 @@
|
|
|
2930
2569
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
2931
2570
|
"sourceLocation": {
|
|
2932
2571
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
2933
|
-
"line":
|
|
2572
|
+
"line": 56,
|
|
2934
2573
|
"column": 1
|
|
2935
2574
|
},
|
|
2936
2575
|
"exportPaths": ["src/index.ts"],
|
|
2937
2576
|
"relatedSymbols": [
|
|
2938
2577
|
"RuntimeActionHandler",
|
|
2939
2578
|
"RuntimeBindingOperationExecutor",
|
|
2579
|
+
"RuntimeMediaAssetResolver",
|
|
2940
2580
|
"RuntimeRendererConfig",
|
|
2941
2581
|
"RuntimeRendererWrapArgs"
|
|
2942
2582
|
],
|
|
@@ -2952,14 +2592,14 @@
|
|
|
2952
2592
|
{
|
|
2953
2593
|
"name": "dataBindings",
|
|
2954
2594
|
"kind": "property",
|
|
2955
|
-
"type": "Readonly<Record<string, import(\"
|
|
2595
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2956
2596
|
"required": false,
|
|
2957
2597
|
"description": null
|
|
2958
2598
|
},
|
|
2959
2599
|
{
|
|
2960
2600
|
"name": "dataSources",
|
|
2961
2601
|
"kind": "property",
|
|
2962
|
-
"type": "Readonly<Record<string, import(\"
|
|
2602
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
2963
2603
|
"required": false,
|
|
2964
2604
|
"description": null
|
|
2965
2605
|
},
|
|
@@ -2987,7 +2627,7 @@
|
|
|
2987
2627
|
{
|
|
2988
2628
|
"name": "executeAction",
|
|
2989
2629
|
"kind": "property",
|
|
2990
|
-
"type": "import(\"
|
|
2630
|
+
"type": "import(\"./src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
|
|
2991
2631
|
"required": false,
|
|
2992
2632
|
"description": null
|
|
2993
2633
|
},
|
|
@@ -3005,6 +2645,13 @@
|
|
|
3005
2645
|
"required": false,
|
|
3006
2646
|
"description": null
|
|
3007
2647
|
},
|
|
2648
|
+
{
|
|
2649
|
+
"name": "mediaAssets",
|
|
2650
|
+
"kind": "property",
|
|
2651
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
|
|
2652
|
+
"required": false,
|
|
2653
|
+
"description": null
|
|
2654
|
+
},
|
|
3008
2655
|
{
|
|
3009
2656
|
"name": "node",
|
|
3010
2657
|
"kind": "property",
|
|
@@ -3033,6 +2680,13 @@
|
|
|
3033
2680
|
"required": false,
|
|
3034
2681
|
"description": null
|
|
3035
2682
|
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "resolveMediaAsset",
|
|
2685
|
+
"kind": "property",
|
|
2686
|
+
"type": "RuntimeMediaAssetResolver | undefined",
|
|
2687
|
+
"required": false,
|
|
2688
|
+
"description": null
|
|
2689
|
+
},
|
|
3036
2690
|
{
|
|
3037
2691
|
"name": "stateAdapter",
|
|
3038
2692
|
"kind": "property",
|
|
@@ -3059,7 +2713,7 @@
|
|
|
3059
2713
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3060
2714
|
"sourceLocation": {
|
|
3061
2715
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3062
|
-
"line":
|
|
2716
|
+
"line": 32,
|
|
3063
2717
|
"column": 1
|
|
3064
2718
|
},
|
|
3065
2719
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3090,6 +2744,24 @@
|
|
|
3090
2744
|
],
|
|
3091
2745
|
"structuredRows": []
|
|
3092
2746
|
},
|
|
2747
|
+
{
|
|
2748
|
+
"name": "RuntimeResolvedMediaValue",
|
|
2749
|
+
"description": null,
|
|
2750
|
+
"isReadme": false,
|
|
2751
|
+
"examples": [],
|
|
2752
|
+
"kind": "unknown",
|
|
2753
|
+
"modulePath": "src/runtimeMedia.ts",
|
|
2754
|
+
"sourceLocation": {
|
|
2755
|
+
"filePath": "src/runtimeMedia.ts",
|
|
2756
|
+
"line": 7,
|
|
2757
|
+
"column": 1
|
|
2758
|
+
},
|
|
2759
|
+
"exportPaths": ["src/index.ts"],
|
|
2760
|
+
"relatedSymbols": [],
|
|
2761
|
+
"signatures": [],
|
|
2762
|
+
"members": [],
|
|
2763
|
+
"structuredRows": []
|
|
2764
|
+
},
|
|
3093
2765
|
{
|
|
3094
2766
|
"name": "RuntimeResolveNodePropsArgs",
|
|
3095
2767
|
"description": null,
|
|
@@ -3132,7 +2804,7 @@
|
|
|
3132
2804
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3133
2805
|
"sourceLocation": {
|
|
3134
2806
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3135
|
-
"line":
|
|
2807
|
+
"line": 17,
|
|
3136
2808
|
"column": 1
|
|
3137
2809
|
},
|
|
3138
2810
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3164,7 +2836,7 @@
|
|
|
3164
2836
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3165
2837
|
"sourceLocation": {
|
|
3166
2838
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3167
|
-
"line":
|
|
2839
|
+
"line": 25,
|
|
3168
2840
|
"column": 1
|
|
3169
2841
|
},
|
|
3170
2842
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3204,7 +2876,7 @@
|
|
|
3204
2876
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3205
2877
|
"sourceLocation": {
|
|
3206
2878
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3207
|
-
"line":
|
|
2879
|
+
"line": 18,
|
|
3208
2880
|
"column": 1
|
|
3209
2881
|
},
|
|
3210
2882
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3251,7 +2923,7 @@
|
|
|
3251
2923
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3252
2924
|
"sourceLocation": {
|
|
3253
2925
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3254
|
-
"line":
|
|
2926
|
+
"line": 10,
|
|
3255
2927
|
"column": 1
|
|
3256
2928
|
},
|
|
3257
2929
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3396,38 +3068,6 @@
|
|
|
3396
3068
|
"members": [],
|
|
3397
3069
|
"structuredRows": []
|
|
3398
3070
|
},
|
|
3399
|
-
{
|
|
3400
|
-
"name": "useRuntimeApiStateLoaders",
|
|
3401
|
-
"description": null,
|
|
3402
|
-
"isReadme": false,
|
|
3403
|
-
"examples": [],
|
|
3404
|
-
"kind": "function",
|
|
3405
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
3406
|
-
"sourceLocation": {
|
|
3407
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
3408
|
-
"line": 125,
|
|
3409
|
-
"column": 1
|
|
3410
|
-
},
|
|
3411
|
-
"exportPaths": ["src/index.ts"],
|
|
3412
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderDiagnostic"],
|
|
3413
|
-
"signatures": [
|
|
3414
|
-
{
|
|
3415
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
|
|
3416
|
-
"parameters": [
|
|
3417
|
-
{
|
|
3418
|
-
"name": "args",
|
|
3419
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }",
|
|
3420
|
-
"required": true,
|
|
3421
|
-
"description": null
|
|
3422
|
-
}
|
|
3423
|
-
],
|
|
3424
|
-
"returnType": "{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
|
|
3425
|
-
"returnDescription": null
|
|
3426
|
-
}
|
|
3427
|
-
],
|
|
3428
|
-
"members": [],
|
|
3429
|
-
"structuredRows": []
|
|
3430
|
-
},
|
|
3431
3071
|
{
|
|
3432
3072
|
"name": "useRuntimeRendererConfig",
|
|
3433
3073
|
"description": null,
|
|
@@ -3437,7 +3077,7 @@
|
|
|
3437
3077
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3438
3078
|
"sourceLocation": {
|
|
3439
3079
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3440
|
-
"line":
|
|
3080
|
+
"line": 173,
|
|
3441
3081
|
"column": 1
|
|
3442
3082
|
},
|
|
3443
3083
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3462,7 +3102,7 @@
|
|
|
3462
3102
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3463
3103
|
"sourceLocation": {
|
|
3464
3104
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3465
|
-
"line":
|
|
3105
|
+
"line": 273,
|
|
3466
3106
|
"column": 1
|
|
3467
3107
|
},
|
|
3468
3108
|
"exportPaths": ["src/index.ts"],
|