@ankhorage/runtime 0.2.4 → 1.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 +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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/registry.d.ts +0 -1
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +0 -1
- package/dist/registry.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/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/package.json +3 -3
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +5 -12
- package/paradox/diagrams/export-graph.mmd +1 -31
- package/paradox/diagrams/module-relationships.mmd +4 -9
- package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
- package/paradox/exports.json +30 -311
- package/paradox/exports.md +94 -199
- package/paradox/index.html +382 -744
- package/paradox/paradox.json +685 -928
- package/dist/appExtensionRegistry.d.ts +0 -3
- package/dist/appExtensionRegistry.d.ts.map +0 -1
- package/dist/appExtensionRegistry.js +0 -2
- package/dist/appExtensionRegistry.js.map +0 -1
- 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/paradox.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"id": "npm",
|
|
14
14
|
"label": "npm",
|
|
15
|
-
"value": "v0.
|
|
15
|
+
"value": "v0.3.0",
|
|
16
16
|
"color": "cb3837"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -77,12 +77,6 @@
|
|
|
77
77
|
"dependencies": [],
|
|
78
78
|
"exports": ["default"]
|
|
79
79
|
},
|
|
80
|
-
{
|
|
81
|
-
"path": "src/appExtensionRegistry.ts",
|
|
82
|
-
"isEntrypoint": false,
|
|
83
|
-
"dependencies": ["src/componentRegistry.ts"],
|
|
84
|
-
"exports": ["APP_EXTENSION_COMPONENT_REGISTRY"]
|
|
85
|
-
},
|
|
86
80
|
{
|
|
87
81
|
"path": "src/componentRegistry.ts",
|
|
88
82
|
"isEntrypoint": false,
|
|
@@ -94,7 +88,6 @@
|
|
|
94
88
|
"isEntrypoint": true,
|
|
95
89
|
"dependencies": [],
|
|
96
90
|
"exports": [
|
|
97
|
-
"APP_EXTENSION_COMPONENT_REGISTRY",
|
|
98
91
|
"ComponentRegistry",
|
|
99
92
|
"composeRuntimeNodePropsResolver",
|
|
100
93
|
"composeRuntimeRendererWrapNode",
|
|
@@ -115,12 +108,10 @@
|
|
|
115
108
|
"dispatchRuntimeComponentEvent",
|
|
116
109
|
"dispatchRuntimeComponentEventWithReporting",
|
|
117
110
|
"executeDbPersistAction",
|
|
118
|
-
"executeRuntimeApiLoaders",
|
|
119
111
|
"executeRuntimeScreenOperationLoaders",
|
|
120
112
|
"listRuntimeCapabilities",
|
|
121
113
|
"ManifestContext",
|
|
122
114
|
"ManifestProvider",
|
|
123
|
-
"materializeRuntimeApiLoaderState",
|
|
124
115
|
"mergeRuntimeRendererConfig",
|
|
125
116
|
"resolveBindingInputMap",
|
|
126
117
|
"resolveDbPersistInput",
|
|
@@ -130,7 +121,6 @@
|
|
|
130
121
|
"resolveRuntimeBindingsAsync",
|
|
131
122
|
"resolveRuntimeBindingValue",
|
|
132
123
|
"resolveRuntimeBindingValueSync",
|
|
133
|
-
"resolveScreenApiLoaders",
|
|
134
124
|
"resolveScreenOperationLoaders",
|
|
135
125
|
"RUNTIME_CAPABILITIES",
|
|
136
126
|
"RUNTIME_MANIFEST_KIND",
|
|
@@ -144,11 +134,6 @@
|
|
|
144
134
|
"RuntimeActionResolutionArgs",
|
|
145
135
|
"RuntimeActionResolutionScope",
|
|
146
136
|
"RuntimeAdapterDescriptor",
|
|
147
|
-
"RuntimeApiLoaderDefinition",
|
|
148
|
-
"RuntimeApiLoaderDiagnostic",
|
|
149
|
-
"RuntimeApiLoaderExecutionResult",
|
|
150
|
-
"RuntimeApiLoaderMaterializationResult",
|
|
151
|
-
"RuntimeApiLoaderMode",
|
|
152
137
|
"RuntimeBindingDescriptor",
|
|
153
138
|
"RuntimeBindingOperationExecutionArgs",
|
|
154
139
|
"RuntimeBindingOperationExecutionResult",
|
|
@@ -187,7 +172,6 @@
|
|
|
187
172
|
"useManifest",
|
|
188
173
|
"useManifestContext",
|
|
189
174
|
"useOptionalManifestContext",
|
|
190
|
-
"useRuntimeApiStateLoaders",
|
|
191
175
|
"useRuntimeRendererConfig",
|
|
192
176
|
"useRuntimeScreenOperationLoaders",
|
|
193
177
|
"validateRuntimeBindingOperationRef",
|
|
@@ -216,11 +200,7 @@
|
|
|
216
200
|
"path": "src/registry.tsx",
|
|
217
201
|
"isEntrypoint": false,
|
|
218
202
|
"dependencies": [],
|
|
219
|
-
"exports": [
|
|
220
|
-
"APP_EXTENSION_COMPONENT_REGISTRY",
|
|
221
|
-
"ComponentRegistry",
|
|
222
|
-
"createComponentRegistry"
|
|
223
|
-
]
|
|
203
|
+
"exports": ["ComponentRegistry", "createComponentRegistry"]
|
|
224
204
|
},
|
|
225
205
|
{
|
|
226
206
|
"path": "src/rendering.test.ts",
|
|
@@ -262,31 +242,6 @@
|
|
|
262
242
|
"wrapRuntimeEventProps"
|
|
263
243
|
]
|
|
264
244
|
},
|
|
265
|
-
{
|
|
266
|
-
"path": "src/runtimeApiLoaders.test.ts",
|
|
267
|
-
"isEntrypoint": false,
|
|
268
|
-
"dependencies": [
|
|
269
|
-
"src/runtimeApiLoaders.ts",
|
|
270
|
-
"src/runtimeBindings.ts",
|
|
271
|
-
"src/runtimeStateAdapter.ts"
|
|
272
|
-
],
|
|
273
|
-
"exports": []
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"path": "src/runtimeApiLoaders.ts",
|
|
277
|
-
"isEntrypoint": false,
|
|
278
|
-
"dependencies": ["src/runtimeStateAdapter.ts"],
|
|
279
|
-
"exports": [
|
|
280
|
-
"executeRuntimeApiLoaders",
|
|
281
|
-
"materializeRuntimeApiLoaderState",
|
|
282
|
-
"RuntimeApiLoaderDefinition",
|
|
283
|
-
"RuntimeApiLoaderDiagnostic",
|
|
284
|
-
"RuntimeApiLoaderExecutionResult",
|
|
285
|
-
"RuntimeApiLoaderMaterializationResult",
|
|
286
|
-
"RuntimeApiLoaderMode",
|
|
287
|
-
"useRuntimeApiStateLoaders"
|
|
288
|
-
]
|
|
289
|
-
},
|
|
290
245
|
{
|
|
291
246
|
"path": "src/runtimeBindings.test.ts",
|
|
292
247
|
"isEntrypoint": false,
|
|
@@ -320,6 +275,12 @@
|
|
|
320
275
|
"validateRuntimeBindingOperationRef"
|
|
321
276
|
]
|
|
322
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"path": "src/runtimeDatabaseOperationExecutor.ts",
|
|
280
|
+
"isEntrypoint": false,
|
|
281
|
+
"dependencies": ["src/runtimeBindings.ts"],
|
|
282
|
+
"exports": ["executeRuntimeDatabaseOperation"]
|
|
283
|
+
},
|
|
323
284
|
{
|
|
324
285
|
"path": "src/runtimeDataSourceOperations.test.ts",
|
|
325
286
|
"isEntrypoint": false,
|
|
@@ -329,7 +290,7 @@
|
|
|
329
290
|
{
|
|
330
291
|
"path": "src/runtimeDataSourceOperations.ts",
|
|
331
292
|
"isEntrypoint": false,
|
|
332
|
-
"dependencies": ["src/runtimeBindings.ts"],
|
|
293
|
+
"dependencies": ["src/runtimeBindings.ts", "src/runtimeDatabaseOperationExecutor.ts"],
|
|
333
294
|
"exports": [
|
|
334
295
|
"createRuntimeDataSourceOperationExecutor",
|
|
335
296
|
"RuntimeDataSourceOperationExecutorOptions"
|
|
@@ -499,10 +460,10 @@
|
|
|
499
460
|
"isEntrypoint": false,
|
|
500
461
|
"dependencies": [
|
|
501
462
|
"src/registry.tsx",
|
|
502
|
-
"src/runtimeApiLoaders.ts",
|
|
503
463
|
"src/RuntimeRenderer.tsx",
|
|
504
464
|
"src/RuntimeRendererConfig.tsx",
|
|
505
|
-
"src/runtimeScreenLoaders.ts"
|
|
465
|
+
"src/runtimeScreenLoaders.ts",
|
|
466
|
+
"src/runtimeStateAdapter.ts"
|
|
506
467
|
],
|
|
507
468
|
"exports": ["RuntimeScreen", "RuntimeScreenProps"]
|
|
508
469
|
},
|
|
@@ -530,7 +491,6 @@
|
|
|
530
491
|
"createRuntimeScreenLoaderRequestKey",
|
|
531
492
|
"createRuntimeScreenOperationLoaderLifecycle",
|
|
532
493
|
"executeRuntimeScreenOperationLoaders",
|
|
533
|
-
"resolveScreenApiLoaders",
|
|
534
494
|
"resolveScreenOperationLoaders",
|
|
535
495
|
"RuntimeScreenOperationLoaderExecutionResult",
|
|
536
496
|
"RuntimeScreenOperationLoaderLifecycle",
|
|
@@ -562,24 +522,6 @@
|
|
|
562
522
|
}
|
|
563
523
|
],
|
|
564
524
|
"exports": [
|
|
565
|
-
{
|
|
566
|
-
"name": "APP_EXTENSION_COMPONENT_REGISTRY",
|
|
567
|
-
"description": null,
|
|
568
|
-
"isReadme": false,
|
|
569
|
-
"examples": [],
|
|
570
|
-
"kind": "value",
|
|
571
|
-
"modulePath": "src/appExtensionRegistry.ts",
|
|
572
|
-
"sourceLocation": {
|
|
573
|
-
"filePath": "src/appExtensionRegistry.ts",
|
|
574
|
-
"line": 3,
|
|
575
|
-
"column": 14
|
|
576
|
-
},
|
|
577
|
-
"exportPaths": ["src/index.ts"],
|
|
578
|
-
"relatedSymbols": [],
|
|
579
|
-
"signatures": [],
|
|
580
|
-
"members": [],
|
|
581
|
-
"structuredRows": []
|
|
582
|
-
},
|
|
583
525
|
{
|
|
584
526
|
"name": "ComponentRegistry",
|
|
585
527
|
"description": null,
|
|
@@ -811,7 +753,7 @@
|
|
|
811
753
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
812
754
|
"sourceLocation": {
|
|
813
755
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
814
|
-
"line":
|
|
756
|
+
"line": 82,
|
|
815
757
|
"column": 1
|
|
816
758
|
},
|
|
817
759
|
"exportPaths": ["src/index.ts"],
|
|
@@ -914,7 +856,7 @@
|
|
|
914
856
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
915
857
|
"sourceLocation": {
|
|
916
858
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
917
|
-
"line":
|
|
859
|
+
"line": 14,
|
|
918
860
|
"column": 1
|
|
919
861
|
},
|
|
920
862
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1013,7 +955,7 @@
|
|
|
1013
955
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1014
956
|
"sourceLocation": {
|
|
1015
957
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1016
|
-
"line":
|
|
958
|
+
"line": 49,
|
|
1017
959
|
"column": 1
|
|
1018
960
|
},
|
|
1019
961
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1232,38 +1174,6 @@
|
|
|
1232
1174
|
"members": [],
|
|
1233
1175
|
"structuredRows": []
|
|
1234
1176
|
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "executeRuntimeApiLoaders",
|
|
1237
|
-
"description": null,
|
|
1238
|
-
"isReadme": false,
|
|
1239
|
-
"examples": [],
|
|
1240
|
-
"kind": "function",
|
|
1241
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1242
|
-
"sourceLocation": {
|
|
1243
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1244
|
-
"line": 100,
|
|
1245
|
-
"column": 1
|
|
1246
|
-
},
|
|
1247
|
-
"exportPaths": ["src/index.ts"],
|
|
1248
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderExecutionResult"],
|
|
1249
|
-
"signatures": [
|
|
1250
|
-
{
|
|
1251
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult",
|
|
1252
|
-
"parameters": [
|
|
1253
|
-
{
|
|
1254
|
-
"name": "args",
|
|
1255
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }",
|
|
1256
|
-
"required": true,
|
|
1257
|
-
"description": null
|
|
1258
|
-
}
|
|
1259
|
-
],
|
|
1260
|
-
"returnType": "RuntimeApiLoaderExecutionResult",
|
|
1261
|
-
"returnDescription": null
|
|
1262
|
-
}
|
|
1263
|
-
],
|
|
1264
|
-
"members": [],
|
|
1265
|
-
"structuredRows": []
|
|
1266
|
-
},
|
|
1267
1177
|
{
|
|
1268
1178
|
"name": "executeRuntimeScreenOperationLoaders",
|
|
1269
1179
|
"description": null,
|
|
@@ -1273,7 +1183,7 @@
|
|
|
1273
1183
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1274
1184
|
"sourceLocation": {
|
|
1275
1185
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1276
|
-
"line":
|
|
1186
|
+
"line": 178,
|
|
1277
1187
|
"column": 1
|
|
1278
1188
|
},
|
|
1279
1189
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1376,38 +1286,6 @@
|
|
|
1376
1286
|
"members": [],
|
|
1377
1287
|
"structuredRows": []
|
|
1378
1288
|
},
|
|
1379
|
-
{
|
|
1380
|
-
"name": "materializeRuntimeApiLoaderState",
|
|
1381
|
-
"description": null,
|
|
1382
|
-
"isReadme": false,
|
|
1383
|
-
"examples": [],
|
|
1384
|
-
"kind": "function",
|
|
1385
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1386
|
-
"sourceLocation": {
|
|
1387
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1388
|
-
"line": 40,
|
|
1389
|
-
"column": 1
|
|
1390
|
-
},
|
|
1391
|
-
"exportPaths": ["src/index.ts"],
|
|
1392
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderMaterializationResult"],
|
|
1393
|
-
"signatures": [
|
|
1394
|
-
{
|
|
1395
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) => RuntimeApiLoaderMaterializationResult",
|
|
1396
|
-
"parameters": [
|
|
1397
|
-
{
|
|
1398
|
-
"name": "args",
|
|
1399
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }",
|
|
1400
|
-
"required": true,
|
|
1401
|
-
"description": null
|
|
1402
|
-
}
|
|
1403
|
-
],
|
|
1404
|
-
"returnType": "RuntimeApiLoaderMaterializationResult",
|
|
1405
|
-
"returnDescription": null
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"members": [],
|
|
1409
|
-
"structuredRows": []
|
|
1410
|
-
},
|
|
1411
1289
|
{
|
|
1412
1290
|
"name": "mergeRuntimeRendererConfig",
|
|
1413
1291
|
"description": null,
|
|
@@ -1750,38 +1628,6 @@
|
|
|
1750
1628
|
"members": [],
|
|
1751
1629
|
"structuredRows": []
|
|
1752
1630
|
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "resolveScreenApiLoaders",
|
|
1755
|
-
"description": null,
|
|
1756
|
-
"isReadme": false,
|
|
1757
|
-
"examples": [],
|
|
1758
|
-
"kind": "function",
|
|
1759
|
-
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1760
|
-
"sourceLocation": {
|
|
1761
|
-
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1762
|
-
"line": 44,
|
|
1763
|
-
"column": 1
|
|
1764
|
-
},
|
|
1765
|
-
"exportPaths": ["src/index.ts"],
|
|
1766
|
-
"relatedSymbols": [],
|
|
1767
|
-
"signatures": [
|
|
1768
|
-
{
|
|
1769
|
-
"label": "(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]",
|
|
1770
|
-
"parameters": [
|
|
1771
|
-
{
|
|
1772
|
-
"name": "screen",
|
|
1773
|
-
"type": "ScreenSpec",
|
|
1774
|
-
"required": true,
|
|
1775
|
-
"description": null
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"returnType": "readonly ApiScreenDataLoaderDefinition[]",
|
|
1779
|
-
"returnDescription": null
|
|
1780
|
-
}
|
|
1781
|
-
],
|
|
1782
|
-
"members": [],
|
|
1783
|
-
"structuredRows": []
|
|
1784
|
-
},
|
|
1785
1631
|
{
|
|
1786
1632
|
"name": "resolveScreenOperationLoaders",
|
|
1787
1633
|
"description": null,
|
|
@@ -1791,7 +1637,7 @@
|
|
|
1791
1637
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1792
1638
|
"sourceLocation": {
|
|
1793
1639
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1794
|
-
"line":
|
|
1640
|
+
"line": 43,
|
|
1795
1641
|
"column": 1
|
|
1796
1642
|
},
|
|
1797
1643
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2176,148 +2022,6 @@
|
|
|
2176
2022
|
],
|
|
2177
2023
|
"structuredRows": []
|
|
2178
2024
|
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "RuntimeApiLoaderDefinition",
|
|
2181
|
-
"description": null,
|
|
2182
|
-
"isReadme": false,
|
|
2183
|
-
"examples": [],
|
|
2184
|
-
"kind": "unknown",
|
|
2185
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2186
|
-
"sourceLocation": {
|
|
2187
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2188
|
-
"line": 17,
|
|
2189
|
-
"column": 1
|
|
2190
|
-
},
|
|
2191
|
-
"exportPaths": ["src/index.ts"],
|
|
2192
|
-
"relatedSymbols": [],
|
|
2193
|
-
"signatures": [],
|
|
2194
|
-
"members": [],
|
|
2195
|
-
"structuredRows": []
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"name": "RuntimeApiLoaderDiagnostic",
|
|
2199
|
-
"description": null,
|
|
2200
|
-
"isReadme": false,
|
|
2201
|
-
"examples": [],
|
|
2202
|
-
"kind": "type",
|
|
2203
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2204
|
-
"sourceLocation": {
|
|
2205
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2206
|
-
"line": 19,
|
|
2207
|
-
"column": 1
|
|
2208
|
-
},
|
|
2209
|
-
"exportPaths": ["src/index.ts"],
|
|
2210
|
-
"relatedSymbols": [],
|
|
2211
|
-
"signatures": [],
|
|
2212
|
-
"members": [
|
|
2213
|
-
{
|
|
2214
|
-
"name": "apiId",
|
|
2215
|
-
"kind": "property",
|
|
2216
|
-
"type": "string | undefined",
|
|
2217
|
-
"required": false,
|
|
2218
|
-
"description": null
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"name": "code",
|
|
2222
|
-
"kind": "property",
|
|
2223
|
-
"type": "\"invalid-record\" | \"missing-api\" | \"missing-target-path\" | \"state-set-failed\" | \"unsupported-loader\"",
|
|
2224
|
-
"required": true,
|
|
2225
|
-
"description": null
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"name": "message",
|
|
2229
|
-
"kind": "property",
|
|
2230
|
-
"type": "string",
|
|
2231
|
-
"required": true,
|
|
2232
|
-
"description": null
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"name": "targetPath",
|
|
2236
|
-
"kind": "property",
|
|
2237
|
-
"type": "string | undefined",
|
|
2238
|
-
"required": false,
|
|
2239
|
-
"description": null
|
|
2240
|
-
}
|
|
2241
|
-
],
|
|
2242
|
-
"structuredRows": []
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"name": "RuntimeApiLoaderExecutionResult",
|
|
2246
|
-
"description": null,
|
|
2247
|
-
"isReadme": false,
|
|
2248
|
-
"examples": [],
|
|
2249
|
-
"kind": "type",
|
|
2250
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2251
|
-
"sourceLocation": {
|
|
2252
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2253
|
-
"line": 31,
|
|
2254
|
-
"column": 1
|
|
2255
|
-
},
|
|
2256
|
-
"exportPaths": ["src/index.ts"],
|
|
2257
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
2258
|
-
"signatures": [],
|
|
2259
|
-
"members": [
|
|
2260
|
-
{
|
|
2261
|
-
"name": "diagnostics",
|
|
2262
|
-
"kind": "property",
|
|
2263
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
2264
|
-
"required": true,
|
|
2265
|
-
"description": null
|
|
2266
|
-
}
|
|
2267
|
-
],
|
|
2268
|
-
"structuredRows": []
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"name": "RuntimeApiLoaderMaterializationResult",
|
|
2272
|
-
"description": null,
|
|
2273
|
-
"isReadme": false,
|
|
2274
|
-
"examples": [],
|
|
2275
|
-
"kind": "type",
|
|
2276
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2277
|
-
"sourceLocation": {
|
|
2278
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2279
|
-
"line": 35,
|
|
2280
|
-
"column": 1
|
|
2281
|
-
},
|
|
2282
|
-
"exportPaths": ["src/index.ts"],
|
|
2283
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
2284
|
-
"signatures": [],
|
|
2285
|
-
"members": [
|
|
2286
|
-
{
|
|
2287
|
-
"name": "diagnostics",
|
|
2288
|
-
"kind": "property",
|
|
2289
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
2290
|
-
"required": true,
|
|
2291
|
-
"description": null
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "state",
|
|
2295
|
-
"kind": "property",
|
|
2296
|
-
"type": "Readonly<Record<string, StateValue>>",
|
|
2297
|
-
"required": true,
|
|
2298
|
-
"description": null
|
|
2299
|
-
}
|
|
2300
|
-
],
|
|
2301
|
-
"structuredRows": []
|
|
2302
|
-
},
|
|
2303
|
-
{
|
|
2304
|
-
"name": "RuntimeApiLoaderMode",
|
|
2305
|
-
"description": null,
|
|
2306
|
-
"isReadme": false,
|
|
2307
|
-
"examples": [],
|
|
2308
|
-
"kind": "unknown",
|
|
2309
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2310
|
-
"sourceLocation": {
|
|
2311
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2312
|
-
"line": 15,
|
|
2313
|
-
"column": 1
|
|
2314
|
-
},
|
|
2315
|
-
"exportPaths": ["src/index.ts"],
|
|
2316
|
-
"relatedSymbols": [],
|
|
2317
|
-
"signatures": [],
|
|
2318
|
-
"members": [],
|
|
2319
|
-
"structuredRows": []
|
|
2320
|
-
},
|
|
2321
2025
|
{
|
|
2322
2026
|
"name": "RuntimeBindingDescriptor",
|
|
2323
2027
|
"description": null,
|
|
@@ -2542,7 +2246,7 @@
|
|
|
2542
2246
|
{
|
|
2543
2247
|
"name": "dataBindings",
|
|
2544
2248
|
"kind": "property",
|
|
2545
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2249
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2546
2250
|
"required": false,
|
|
2547
2251
|
"description": null
|
|
2548
2252
|
},
|
|
@@ -2624,7 +2328,7 @@
|
|
|
2624
2328
|
{
|
|
2625
2329
|
"name": "dataBindings",
|
|
2626
2330
|
"kind": "property",
|
|
2627
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2331
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2628
2332
|
"required": false,
|
|
2629
2333
|
"description": null
|
|
2630
2334
|
},
|
|
@@ -2747,7 +2451,7 @@
|
|
|
2747
2451
|
{
|
|
2748
2452
|
"name": "dataBindings",
|
|
2749
2453
|
"kind": "property",
|
|
2750
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2454
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2751
2455
|
"required": false,
|
|
2752
2456
|
"description": null
|
|
2753
2457
|
},
|
|
@@ -2826,7 +2530,7 @@
|
|
|
2826
2530
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
2827
2531
|
"sourceLocation": {
|
|
2828
2532
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
2829
|
-
"line":
|
|
2533
|
+
"line": 8,
|
|
2830
2534
|
"column": 1
|
|
2831
2535
|
},
|
|
2832
2536
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2840,11 +2544,18 @@
|
|
|
2840
2544
|
"required": false,
|
|
2841
2545
|
"description": null
|
|
2842
2546
|
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "databaseAdapters",
|
|
2549
|
+
"kind": "property",
|
|
2550
|
+
"type": "Readonly<Record<string, DbAdapter>> | undefined",
|
|
2551
|
+
"required": false,
|
|
2552
|
+
"description": null
|
|
2553
|
+
},
|
|
2843
2554
|
{
|
|
2844
2555
|
"name": "fetch",
|
|
2845
2556
|
"kind": "property",
|
|
2846
|
-
"type": "EndpointTestFetch",
|
|
2847
|
-
"required":
|
|
2557
|
+
"type": "EndpointTestFetch | undefined",
|
|
2558
|
+
"required": false,
|
|
2848
2559
|
"description": null
|
|
2849
2560
|
}
|
|
2850
2561
|
],
|
|
@@ -3033,7 +2744,7 @@
|
|
|
3033
2744
|
{
|
|
3034
2745
|
"name": "dataBindings",
|
|
3035
2746
|
"kind": "property",
|
|
3036
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2747
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3037
2748
|
"required": false,
|
|
3038
2749
|
"description": null
|
|
3039
2750
|
},
|
|
@@ -3372,14 +3083,14 @@
|
|
|
3372
3083
|
{
|
|
3373
3084
|
"name": "dataBindings",
|
|
3374
3085
|
"kind": "property",
|
|
3375
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3086
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3376
3087
|
"required": false,
|
|
3377
3088
|
"description": null
|
|
3378
3089
|
},
|
|
3379
3090
|
{
|
|
3380
3091
|
"name": "dataSources",
|
|
3381
3092
|
"kind": "property",
|
|
3382
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3093
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
3383
3094
|
"required": false,
|
|
3384
3095
|
"description": null
|
|
3385
3096
|
},
|
|
@@ -3428,7 +3139,7 @@
|
|
|
3428
3139
|
{
|
|
3429
3140
|
"name": "operationResults",
|
|
3430
3141
|
"kind": "property",
|
|
3431
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3142
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
|
|
3432
3143
|
"required": false,
|
|
3433
3144
|
"description": null
|
|
3434
3145
|
},
|
|
@@ -3533,14 +3244,14 @@
|
|
|
3533
3244
|
{
|
|
3534
3245
|
"name": "dataBindings",
|
|
3535
3246
|
"kind": "property",
|
|
3536
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3247
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3537
3248
|
"required": false,
|
|
3538
3249
|
"description": null
|
|
3539
3250
|
},
|
|
3540
3251
|
{
|
|
3541
3252
|
"name": "dataSources",
|
|
3542
3253
|
"kind": "property",
|
|
3543
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3254
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
3544
3255
|
"required": false,
|
|
3545
3256
|
"description": null
|
|
3546
3257
|
},
|
|
@@ -3568,7 +3279,7 @@
|
|
|
3568
3279
|
{
|
|
3569
3280
|
"name": "executeAction",
|
|
3570
3281
|
"kind": "property",
|
|
3571
|
-
"type": "import(\"/
|
|
3282
|
+
"type": "import(\"/home/runner/work/runtime/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
|
|
3572
3283
|
"required": false,
|
|
3573
3284
|
"description": null
|
|
3574
3285
|
},
|
|
@@ -3713,7 +3424,7 @@
|
|
|
3713
3424
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3714
3425
|
"sourceLocation": {
|
|
3715
3426
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3716
|
-
"line":
|
|
3427
|
+
"line": 17,
|
|
3717
3428
|
"column": 1
|
|
3718
3429
|
},
|
|
3719
3430
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3745,7 +3456,7 @@
|
|
|
3745
3456
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3746
3457
|
"sourceLocation": {
|
|
3747
3458
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3748
|
-
"line":
|
|
3459
|
+
"line": 25,
|
|
3749
3460
|
"column": 1
|
|
3750
3461
|
},
|
|
3751
3462
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3785,7 +3496,7 @@
|
|
|
3785
3496
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3786
3497
|
"sourceLocation": {
|
|
3787
3498
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3788
|
-
"line":
|
|
3499
|
+
"line": 18,
|
|
3789
3500
|
"column": 1
|
|
3790
3501
|
},
|
|
3791
3502
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3832,7 +3543,7 @@
|
|
|
3832
3543
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3833
3544
|
"sourceLocation": {
|
|
3834
3545
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3835
|
-
"line":
|
|
3546
|
+
"line": 10,
|
|
3836
3547
|
"column": 1
|
|
3837
3548
|
},
|
|
3838
3549
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3977,38 +3688,6 @@
|
|
|
3977
3688
|
"members": [],
|
|
3978
3689
|
"structuredRows": []
|
|
3979
3690
|
},
|
|
3980
|
-
{
|
|
3981
|
-
"name": "useRuntimeApiStateLoaders",
|
|
3982
|
-
"description": null,
|
|
3983
|
-
"isReadme": false,
|
|
3984
|
-
"examples": [],
|
|
3985
|
-
"kind": "function",
|
|
3986
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
3987
|
-
"sourceLocation": {
|
|
3988
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
3989
|
-
"line": 125,
|
|
3990
|
-
"column": 1
|
|
3991
|
-
},
|
|
3992
|
-
"exportPaths": ["src/index.ts"],
|
|
3993
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderDiagnostic"],
|
|
3994
|
-
"signatures": [
|
|
3995
|
-
{
|
|
3996
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
|
|
3997
|
-
"parameters": [
|
|
3998
|
-
{
|
|
3999
|
-
"name": "args",
|
|
4000
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }",
|
|
4001
|
-
"required": true,
|
|
4002
|
-
"description": null
|
|
4003
|
-
}
|
|
4004
|
-
],
|
|
4005
|
-
"returnType": "{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
|
|
4006
|
-
"returnDescription": null
|
|
4007
|
-
}
|
|
4008
|
-
],
|
|
4009
|
-
"members": [],
|
|
4010
|
-
"structuredRows": []
|
|
4011
|
-
},
|
|
4012
3691
|
{
|
|
4013
3692
|
"name": "useRuntimeRendererConfig",
|
|
4014
3693
|
"description": null,
|
|
@@ -4043,7 +3722,7 @@
|
|
|
4043
3722
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
4044
3723
|
"sourceLocation": {
|
|
4045
3724
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
4046
|
-
"line":
|
|
3725
|
+
"line": 273,
|
|
4047
3726
|
"column": 1
|
|
4048
3727
|
},
|
|
4049
3728
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4349,7 +4028,7 @@
|
|
|
4349
4028
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
4350
4029
|
"sourceLocation": {
|
|
4351
4030
|
"filePath": "src/RuntimeScreen.tsx",
|
|
4352
|
-
"line":
|
|
4031
|
+
"line": 17,
|
|
4353
4032
|
"column": 1
|
|
4354
4033
|
},
|
|
4355
4034
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4432,7 +4111,7 @@
|
|
|
4432
4111
|
"description": null,
|
|
4433
4112
|
"sourceLocation": {
|
|
4434
4113
|
"filePath": "src/registry.test.ts",
|
|
4435
|
-
"line":
|
|
4114
|
+
"line": 6,
|
|
4436
4115
|
"column": 1
|
|
4437
4116
|
}
|
|
4438
4117
|
},
|
|
@@ -4441,7 +4120,7 @@
|
|
|
4441
4120
|
"description": null,
|
|
4442
4121
|
"sourceLocation": {
|
|
4443
4122
|
"filePath": "src/registry.test.ts",
|
|
4444
|
-
"line":
|
|
4123
|
+
"line": 10,
|
|
4445
4124
|
"column": 1
|
|
4446
4125
|
}
|
|
4447
4126
|
},
|
|
@@ -4734,362 +4413,443 @@
|
|
|
4734
4413
|
}
|
|
4735
4414
|
},
|
|
4736
4415
|
{
|
|
4737
|
-
"name": "
|
|
4416
|
+
"name": "createFakeStateAdapter",
|
|
4738
4417
|
"description": null,
|
|
4739
4418
|
"sourceLocation": {
|
|
4740
|
-
"filePath": "src/
|
|
4741
|
-
"line":
|
|
4419
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4420
|
+
"line": 25,
|
|
4742
4421
|
"column": 1
|
|
4743
4422
|
}
|
|
4744
4423
|
},
|
|
4745
4424
|
{
|
|
4746
|
-
"name": "
|
|
4425
|
+
"name": "createDataSources",
|
|
4747
4426
|
"description": null,
|
|
4748
4427
|
"sourceLocation": {
|
|
4749
|
-
"filePath": "src/
|
|
4750
|
-
"line":
|
|
4428
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4429
|
+
"line": 57,
|
|
4751
4430
|
"column": 1
|
|
4752
4431
|
}
|
|
4753
4432
|
},
|
|
4754
4433
|
{
|
|
4755
|
-
"name": "
|
|
4434
|
+
"name": "resolveRuntimeBindingsAsync",
|
|
4756
4435
|
"description": null,
|
|
4757
4436
|
"sourceLocation": {
|
|
4758
|
-
"filePath": "src/
|
|
4759
|
-
"line":
|
|
4437
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4438
|
+
"line": 74,
|
|
4760
4439
|
"column": 1
|
|
4761
4440
|
}
|
|
4762
4441
|
},
|
|
4763
4442
|
{
|
|
4764
|
-
"name": "
|
|
4443
|
+
"name": "resolveRuntimeBindings",
|
|
4765
4444
|
"description": null,
|
|
4766
4445
|
"sourceLocation": {
|
|
4767
|
-
"filePath": "src/
|
|
4768
|
-
"line":
|
|
4446
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4447
|
+
"line": 89,
|
|
4769
4448
|
"column": 1
|
|
4770
4449
|
}
|
|
4771
4450
|
},
|
|
4772
4451
|
{
|
|
4773
|
-
"name": "
|
|
4452
|
+
"name": "resolveRuntimeBindingValue",
|
|
4774
4453
|
"description": null,
|
|
4775
4454
|
"sourceLocation": {
|
|
4776
|
-
"filePath": "src/
|
|
4777
|
-
"line":
|
|
4455
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4456
|
+
"line": 103,
|
|
4778
4457
|
"column": 1
|
|
4779
4458
|
}
|
|
4780
4459
|
},
|
|
4781
4460
|
{
|
|
4782
|
-
"name": "
|
|
4461
|
+
"name": "resolveRuntimeBindingValueSync",
|
|
4783
4462
|
"description": null,
|
|
4784
4463
|
"sourceLocation": {
|
|
4785
|
-
"filePath": "src/
|
|
4786
|
-
"line":
|
|
4464
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4465
|
+
"line": 116,
|
|
4787
4466
|
"column": 1
|
|
4788
4467
|
}
|
|
4789
4468
|
},
|
|
4790
4469
|
{
|
|
4791
|
-
"name": "
|
|
4470
|
+
"name": "resolveBindingInputMap",
|
|
4792
4471
|
"description": null,
|
|
4793
4472
|
"sourceLocation": {
|
|
4794
|
-
"filePath": "src/
|
|
4795
|
-
"line":
|
|
4473
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4474
|
+
"line": 129,
|
|
4796
4475
|
"column": 1
|
|
4797
4476
|
}
|
|
4798
4477
|
},
|
|
4799
4478
|
{
|
|
4800
|
-
"name": "
|
|
4479
|
+
"name": "resolveBindingInputMapSync",
|
|
4801
4480
|
"description": null,
|
|
4802
4481
|
"sourceLocation": {
|
|
4803
|
-
"filePath": "src/
|
|
4804
|
-
"line":
|
|
4482
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4483
|
+
"line": 146,
|
|
4805
4484
|
"column": 1
|
|
4806
4485
|
}
|
|
4807
4486
|
},
|
|
4808
4487
|
{
|
|
4809
|
-
"name": "
|
|
4488
|
+
"name": "createRuntimeBindingOperationKey",
|
|
4810
4489
|
"description": null,
|
|
4811
4490
|
"sourceLocation": {
|
|
4812
|
-
"filePath": "src/
|
|
4813
|
-
"line":
|
|
4491
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4492
|
+
"line": 163,
|
|
4814
4493
|
"column": 1
|
|
4815
4494
|
}
|
|
4816
4495
|
},
|
|
4817
4496
|
{
|
|
4818
|
-
"name": "
|
|
4497
|
+
"name": "validateRuntimeBindingOperationRef",
|
|
4819
4498
|
"description": null,
|
|
4820
4499
|
"sourceLocation": {
|
|
4821
|
-
"filePath": "src/
|
|
4822
|
-
"line":
|
|
4500
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4501
|
+
"line": 169,
|
|
4823
4502
|
"column": 1
|
|
4824
4503
|
}
|
|
4825
4504
|
},
|
|
4826
4505
|
{
|
|
4827
|
-
"name": "
|
|
4506
|
+
"name": "resolveRuntimeBindingValueSource",
|
|
4828
4507
|
"description": null,
|
|
4829
4508
|
"sourceLocation": {
|
|
4830
|
-
"filePath": "src/
|
|
4831
|
-
"line":
|
|
4509
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4510
|
+
"line": 211,
|
|
4832
4511
|
"column": 1
|
|
4833
4512
|
}
|
|
4834
4513
|
},
|
|
4835
4514
|
{
|
|
4836
|
-
"name": "
|
|
4515
|
+
"name": "resolveRuntimeBindingValueSourceSync",
|
|
4837
4516
|
"description": null,
|
|
4838
4517
|
"sourceLocation": {
|
|
4839
|
-
"filePath": "src/
|
|
4840
|
-
"line":
|
|
4518
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4519
|
+
"line": 253,
|
|
4841
4520
|
"column": 1
|
|
4842
4521
|
}
|
|
4843
4522
|
},
|
|
4844
4523
|
{
|
|
4845
|
-
"name": "
|
|
4524
|
+
"name": "resolveCachedOperationValue",
|
|
4846
4525
|
"description": null,
|
|
4847
4526
|
"sourceLocation": {
|
|
4848
|
-
"filePath": "src/runtimeBindings.
|
|
4849
|
-
"line":
|
|
4527
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4528
|
+
"line": 284,
|
|
4850
4529
|
"column": 1
|
|
4851
4530
|
}
|
|
4852
4531
|
},
|
|
4853
4532
|
{
|
|
4854
|
-
"name": "
|
|
4533
|
+
"name": "resolveBindingFallback",
|
|
4855
4534
|
"description": null,
|
|
4856
4535
|
"sourceLocation": {
|
|
4857
|
-
"filePath": "src/runtimeBindings.
|
|
4858
|
-
"line":
|
|
4536
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4537
|
+
"line": 294,
|
|
4859
4538
|
"column": 1
|
|
4860
4539
|
}
|
|
4861
4540
|
},
|
|
4862
4541
|
{
|
|
4863
|
-
"name": "
|
|
4542
|
+
"name": "resolveBindingFallbackSync",
|
|
4864
4543
|
"description": null,
|
|
4865
4544
|
"sourceLocation": {
|
|
4866
4545
|
"filePath": "src/runtimeBindings.ts",
|
|
4867
|
-
"line":
|
|
4546
|
+
"line": 306,
|
|
4868
4547
|
"column": 1
|
|
4869
4548
|
}
|
|
4870
4549
|
},
|
|
4871
4550
|
{
|
|
4872
|
-
"name": "
|
|
4551
|
+
"name": "resolveBindingInputValue",
|
|
4873
4552
|
"description": null,
|
|
4874
4553
|
"sourceLocation": {
|
|
4875
4554
|
"filePath": "src/runtimeBindings.ts",
|
|
4876
|
-
"line":
|
|
4555
|
+
"line": 318,
|
|
4877
4556
|
"column": 1
|
|
4878
4557
|
}
|
|
4879
4558
|
},
|
|
4880
4559
|
{
|
|
4881
|
-
"name": "
|
|
4560
|
+
"name": "resolveBindingInputValueSync",
|
|
4882
4561
|
"description": null,
|
|
4883
4562
|
"sourceLocation": {
|
|
4884
4563
|
"filePath": "src/runtimeBindings.ts",
|
|
4885
|
-
"line":
|
|
4564
|
+
"line": 350,
|
|
4886
4565
|
"column": 1
|
|
4887
4566
|
}
|
|
4888
4567
|
},
|
|
4889
4568
|
{
|
|
4890
|
-
"name": "
|
|
4569
|
+
"name": "resolveRuntimeBindingOperationSelection",
|
|
4891
4570
|
"description": null,
|
|
4892
4571
|
"sourceLocation": {
|
|
4893
4572
|
"filePath": "src/runtimeBindings.ts",
|
|
4894
|
-
"line":
|
|
4573
|
+
"line": 382,
|
|
4895
4574
|
"column": 1
|
|
4896
4575
|
}
|
|
4897
4576
|
},
|
|
4898
4577
|
{
|
|
4899
|
-
"name": "
|
|
4578
|
+
"name": "resolveRuntimeBindingEndpoint",
|
|
4900
4579
|
"description": null,
|
|
4901
4580
|
"sourceLocation": {
|
|
4902
4581
|
"filePath": "src/runtimeBindings.ts",
|
|
4903
|
-
"line":
|
|
4582
|
+
"line": 400,
|
|
4904
4583
|
"column": 1
|
|
4905
4584
|
}
|
|
4906
4585
|
},
|
|
4907
4586
|
{
|
|
4908
|
-
"name": "
|
|
4587
|
+
"name": "createRuntimeBindingDiagnostic",
|
|
4909
4588
|
"description": null,
|
|
4910
4589
|
"sourceLocation": {
|
|
4911
4590
|
"filePath": "src/runtimeBindings.ts",
|
|
4912
|
-
"line":
|
|
4591
|
+
"line": 411,
|
|
4913
4592
|
"column": 1
|
|
4914
4593
|
}
|
|
4915
4594
|
},
|
|
4916
4595
|
{
|
|
4917
|
-
"name": "
|
|
4596
|
+
"name": "applyBindingValueTransforms",
|
|
4918
4597
|
"description": null,
|
|
4919
4598
|
"sourceLocation": {
|
|
4920
4599
|
"filePath": "src/runtimeBindings.ts",
|
|
4921
|
-
"line":
|
|
4600
|
+
"line": 428,
|
|
4922
4601
|
"column": 1
|
|
4923
4602
|
}
|
|
4924
4603
|
},
|
|
4925
4604
|
{
|
|
4926
|
-
"name": "
|
|
4605
|
+
"name": "applyRuntimeBindingDataPath",
|
|
4927
4606
|
"description": null,
|
|
4928
4607
|
"sourceLocation": {
|
|
4929
4608
|
"filePath": "src/runtimeBindings.ts",
|
|
4930
|
-
"line":
|
|
4609
|
+
"line": 446,
|
|
4931
4610
|
"column": 1
|
|
4932
4611
|
}
|
|
4933
4612
|
},
|
|
4934
4613
|
{
|
|
4935
|
-
"name": "
|
|
4614
|
+
"name": "readPath",
|
|
4936
4615
|
"description": null,
|
|
4937
4616
|
"sourceLocation": {
|
|
4938
4617
|
"filePath": "src/runtimeBindings.ts",
|
|
4939
|
-
"line":
|
|
4618
|
+
"line": 454,
|
|
4940
4619
|
"column": 1
|
|
4941
4620
|
}
|
|
4942
4621
|
},
|
|
4943
4622
|
{
|
|
4944
|
-
"name": "
|
|
4623
|
+
"name": "isArrayIndexPathPart",
|
|
4945
4624
|
"description": null,
|
|
4946
4625
|
"sourceLocation": {
|
|
4947
4626
|
"filePath": "src/runtimeBindings.ts",
|
|
4948
|
-
"line":
|
|
4627
|
+
"line": 466,
|
|
4949
4628
|
"column": 1
|
|
4950
4629
|
}
|
|
4951
4630
|
},
|
|
4952
4631
|
{
|
|
4953
|
-
"name": "
|
|
4632
|
+
"name": "asBindingValue",
|
|
4954
4633
|
"description": null,
|
|
4955
4634
|
"sourceLocation": {
|
|
4956
4635
|
"filePath": "src/runtimeBindings.ts",
|
|
4957
|
-
"line":
|
|
4636
|
+
"line": 470,
|
|
4958
4637
|
"column": 1
|
|
4959
4638
|
}
|
|
4960
4639
|
},
|
|
4961
4640
|
{
|
|
4962
|
-
"name": "
|
|
4641
|
+
"name": "isBindingValue",
|
|
4963
4642
|
"description": null,
|
|
4964
4643
|
"sourceLocation": {
|
|
4965
4644
|
"filePath": "src/runtimeBindings.ts",
|
|
4966
|
-
"line":
|
|
4645
|
+
"line": 474,
|
|
4967
4646
|
"column": 1
|
|
4968
4647
|
}
|
|
4969
4648
|
},
|
|
4970
4649
|
{
|
|
4971
|
-
"name": "
|
|
4650
|
+
"name": "isRecord",
|
|
4972
4651
|
"description": null,
|
|
4973
4652
|
"sourceLocation": {
|
|
4974
4653
|
"filePath": "src/runtimeBindings.ts",
|
|
4975
|
-
"line":
|
|
4654
|
+
"line": 486,
|
|
4976
4655
|
"column": 1
|
|
4977
4656
|
}
|
|
4978
4657
|
},
|
|
4979
4658
|
{
|
|
4980
|
-
"name": "
|
|
4659
|
+
"name": "executeRuntimeDatabaseOperation",
|
|
4981
4660
|
"description": null,
|
|
4982
4661
|
"sourceLocation": {
|
|
4983
|
-
"filePath": "src/
|
|
4984
|
-
"line":
|
|
4662
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4663
|
+
"line": 13,
|
|
4985
4664
|
"column": 1
|
|
4986
4665
|
}
|
|
4987
4666
|
},
|
|
4988
4667
|
{
|
|
4989
|
-
"name": "
|
|
4668
|
+
"name": "resolveOperationPlan",
|
|
4990
4669
|
"description": null,
|
|
4991
4670
|
"sourceLocation": {
|
|
4992
|
-
"filePath": "src/
|
|
4993
|
-
"line":
|
|
4671
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4672
|
+
"line": 67,
|
|
4994
4673
|
"column": 1
|
|
4995
4674
|
}
|
|
4996
4675
|
},
|
|
4997
4676
|
{
|
|
4998
|
-
"name": "
|
|
4677
|
+
"name": "executeList",
|
|
4999
4678
|
"description": null,
|
|
5000
4679
|
"sourceLocation": {
|
|
5001
|
-
"filePath": "src/
|
|
5002
|
-
"line":
|
|
4680
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4681
|
+
"line": 121,
|
|
5003
4682
|
"column": 1
|
|
5004
4683
|
}
|
|
5005
4684
|
},
|
|
5006
4685
|
{
|
|
5007
|
-
"name": "
|
|
4686
|
+
"name": "executeRead",
|
|
5008
4687
|
"description": null,
|
|
5009
4688
|
"sourceLocation": {
|
|
5010
|
-
"filePath": "src/
|
|
5011
|
-
"line":
|
|
4689
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4690
|
+
"line": 138,
|
|
5012
4691
|
"column": 1
|
|
5013
4692
|
}
|
|
5014
4693
|
},
|
|
5015
4694
|
{
|
|
5016
|
-
"name": "
|
|
4695
|
+
"name": "executeCreate",
|
|
5017
4696
|
"description": null,
|
|
5018
4697
|
"sourceLocation": {
|
|
5019
|
-
"filePath": "src/
|
|
5020
|
-
"line":
|
|
4698
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4699
|
+
"line": 156,
|
|
5021
4700
|
"column": 1
|
|
5022
4701
|
}
|
|
5023
4702
|
},
|
|
5024
4703
|
{
|
|
5025
|
-
"name": "
|
|
4704
|
+
"name": "executeUpdate",
|
|
5026
4705
|
"description": null,
|
|
5027
4706
|
"sourceLocation": {
|
|
5028
|
-
"filePath": "src/
|
|
5029
|
-
"line":
|
|
4707
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4708
|
+
"line": 170,
|
|
5030
4709
|
"column": 1
|
|
5031
4710
|
}
|
|
5032
4711
|
},
|
|
5033
4712
|
{
|
|
5034
|
-
"name": "
|
|
4713
|
+
"name": "executeDelete",
|
|
5035
4714
|
"description": null,
|
|
5036
4715
|
"sourceLocation": {
|
|
5037
|
-
"filePath": "src/
|
|
5038
|
-
"line":
|
|
4716
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4717
|
+
"line": 197,
|
|
5039
4718
|
"column": 1
|
|
5040
4719
|
}
|
|
5041
4720
|
},
|
|
5042
4721
|
{
|
|
5043
|
-
"name": "
|
|
4722
|
+
"name": "resolveDbResult",
|
|
5044
4723
|
"description": null,
|
|
5045
4724
|
"sourceLocation": {
|
|
5046
|
-
"filePath": "src/
|
|
5047
|
-
"line":
|
|
4725
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4726
|
+
"line": 219,
|
|
5048
4727
|
"column": 1
|
|
5049
4728
|
}
|
|
5050
4729
|
},
|
|
5051
4730
|
{
|
|
5052
|
-
"name": "
|
|
4731
|
+
"name": "resolveAdapterId",
|
|
5053
4732
|
"description": null,
|
|
5054
4733
|
"sourceLocation": {
|
|
5055
|
-
"filePath": "src/
|
|
5056
|
-
"line":
|
|
4734
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4735
|
+
"line": 239,
|
|
5057
4736
|
"column": 1
|
|
5058
4737
|
}
|
|
5059
4738
|
},
|
|
5060
4739
|
{
|
|
5061
|
-
"name": "
|
|
4740
|
+
"name": "resolvePrimaryKey",
|
|
5062
4741
|
"description": null,
|
|
5063
4742
|
"sourceLocation": {
|
|
5064
|
-
"filePath": "src/
|
|
5065
|
-
"line":
|
|
4743
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4744
|
+
"line": 245,
|
|
5066
4745
|
"column": 1
|
|
5067
4746
|
}
|
|
5068
4747
|
},
|
|
5069
4748
|
{
|
|
5070
|
-
"name": "
|
|
4749
|
+
"name": "resolveIdentity",
|
|
5071
4750
|
"description": null,
|
|
5072
4751
|
"sourceLocation": {
|
|
5073
|
-
"filePath": "src/
|
|
5074
|
-
"line":
|
|
4752
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4753
|
+
"line": 249,
|
|
5075
4754
|
"column": 1
|
|
5076
4755
|
}
|
|
5077
4756
|
},
|
|
5078
4757
|
{
|
|
5079
|
-
"name": "
|
|
4758
|
+
"name": "resolvePage",
|
|
5080
4759
|
"description": null,
|
|
5081
4760
|
"sourceLocation": {
|
|
5082
|
-
"filePath": "src/
|
|
5083
|
-
"line":
|
|
4761
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4762
|
+
"line": 270,
|
|
5084
4763
|
"column": 1
|
|
5085
4764
|
}
|
|
5086
4765
|
},
|
|
5087
4766
|
{
|
|
5088
|
-
"name": "
|
|
4767
|
+
"name": "isOptionalPageNumber",
|
|
4768
|
+
"description": null,
|
|
4769
|
+
"sourceLocation": {
|
|
4770
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4771
|
+
"line": 287,
|
|
4772
|
+
"column": 1
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
{
|
|
4776
|
+
"name": "createIdentityFilter",
|
|
4777
|
+
"description": null,
|
|
4778
|
+
"sourceLocation": {
|
|
4779
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4780
|
+
"line": 293,
|
|
4781
|
+
"column": 1
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "omitKey",
|
|
4786
|
+
"description": null,
|
|
4787
|
+
"sourceLocation": {
|
|
4788
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4789
|
+
"line": 297,
|
|
4790
|
+
"column": 1
|
|
4791
|
+
}
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
"name": "isGeneratedCrudOperation",
|
|
4795
|
+
"description": null,
|
|
4796
|
+
"sourceLocation": {
|
|
4797
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4798
|
+
"line": 305,
|
|
4799
|
+
"column": 1
|
|
4800
|
+
}
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"name": "invalidPlan",
|
|
4804
|
+
"description": null,
|
|
4805
|
+
"sourceLocation": {
|
|
4806
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4807
|
+
"line": 315,
|
|
4808
|
+
"column": 1
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4811
|
+
{
|
|
4812
|
+
"name": "failure",
|
|
4813
|
+
"description": null,
|
|
4814
|
+
"sourceLocation": {
|
|
4815
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4816
|
+
"line": 326,
|
|
4817
|
+
"column": 1
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"name": "asRecord",
|
|
4822
|
+
"description": null,
|
|
4823
|
+
"sourceLocation": {
|
|
4824
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4825
|
+
"line": 342,
|
|
4826
|
+
"column": 1
|
|
4827
|
+
}
|
|
4828
|
+
},
|
|
4829
|
+
{
|
|
4830
|
+
"name": "toBindingValue",
|
|
4831
|
+
"description": null,
|
|
4832
|
+
"sourceLocation": {
|
|
4833
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4834
|
+
"line": 348,
|
|
4835
|
+
"column": 1
|
|
4836
|
+
}
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"name": "createExternalDataSources",
|
|
5089
4840
|
"description": null,
|
|
5090
4841
|
"sourceLocation": {
|
|
5091
4842
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5092
|
-
"line":
|
|
4843
|
+
"line": 19,
|
|
4844
|
+
"column": 1
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "createGeneratedDataSource",
|
|
4849
|
+
"description": null,
|
|
4850
|
+
"sourceLocation": {
|
|
4851
|
+
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
4852
|
+
"line": 57,
|
|
5093
4853
|
"column": 1
|
|
5094
4854
|
}
|
|
5095
4855
|
},
|
|
@@ -5098,7 +4858,7 @@
|
|
|
5098
4858
|
"description": null,
|
|
5099
4859
|
"sourceLocation": {
|
|
5100
4860
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5101
|
-
"line":
|
|
4861
|
+
"line": 84,
|
|
5102
4862
|
"column": 1
|
|
5103
4863
|
}
|
|
5104
4864
|
},
|
|
@@ -5107,7 +4867,34 @@
|
|
|
5107
4867
|
"description": null,
|
|
5108
4868
|
"sourceLocation": {
|
|
5109
4869
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5110
|
-
"line":
|
|
4870
|
+
"line": 90,
|
|
4871
|
+
"column": 1
|
|
4872
|
+
}
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"name": "createDatabaseFixture",
|
|
4876
|
+
"description": null,
|
|
4877
|
+
"sourceLocation": {
|
|
4878
|
+
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
4879
|
+
"line": 108,
|
|
4880
|
+
"column": 1
|
|
4881
|
+
}
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"name": "createGeneratedExecutor",
|
|
4885
|
+
"description": null,
|
|
4886
|
+
"sourceLocation": {
|
|
4887
|
+
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
4888
|
+
"line": 148,
|
|
4889
|
+
"column": 1
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"name": "executeGeneratedOperation",
|
|
4894
|
+
"description": null,
|
|
4895
|
+
"sourceLocation": {
|
|
4896
|
+
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
4897
|
+
"line": 154,
|
|
5111
4898
|
"column": 1
|
|
5112
4899
|
}
|
|
5113
4900
|
},
|
|
@@ -5116,16 +4903,43 @@
|
|
|
5116
4903
|
"description": null,
|
|
5117
4904
|
"sourceLocation": {
|
|
5118
4905
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5119
|
-
"line":
|
|
4906
|
+
"line": 14,
|
|
5120
4907
|
"column": 1
|
|
5121
4908
|
}
|
|
5122
4909
|
},
|
|
5123
4910
|
{
|
|
5124
|
-
"name": "
|
|
4911
|
+
"name": "missingEndpoint",
|
|
5125
4912
|
"description": null,
|
|
5126
4913
|
"sourceLocation": {
|
|
5127
4914
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5128
|
-
"line":
|
|
4915
|
+
"line": 56,
|
|
4916
|
+
"column": 1
|
|
4917
|
+
}
|
|
4918
|
+
},
|
|
4919
|
+
{
|
|
4920
|
+
"name": "missingOperation",
|
|
4921
|
+
"description": null,
|
|
4922
|
+
"sourceLocation": {
|
|
4923
|
+
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
4924
|
+
"line": 70,
|
|
4925
|
+
"column": 1
|
|
4926
|
+
}
|
|
4927
|
+
},
|
|
4928
|
+
{
|
|
4929
|
+
"name": "invalidInput",
|
|
4930
|
+
"description": null,
|
|
4931
|
+
"sourceLocation": {
|
|
4932
|
+
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
4933
|
+
"line": 80,
|
|
4934
|
+
"column": 1
|
|
4935
|
+
}
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"name": "failure",
|
|
4939
|
+
"description": null,
|
|
4940
|
+
"sourceLocation": {
|
|
4941
|
+
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
4942
|
+
"line": 90,
|
|
5129
4943
|
"column": 1
|
|
5130
4944
|
}
|
|
5131
4945
|
},
|
|
@@ -5134,7 +4948,7 @@
|
|
|
5134
4948
|
"description": null,
|
|
5135
4949
|
"sourceLocation": {
|
|
5136
4950
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5137
|
-
"line":
|
|
4951
|
+
"line": 108,
|
|
5138
4952
|
"column": 1
|
|
5139
4953
|
}
|
|
5140
4954
|
},
|
|
@@ -5143,7 +4957,7 @@
|
|
|
5143
4957
|
"description": null,
|
|
5144
4958
|
"sourceLocation": {
|
|
5145
4959
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5146
|
-
"line":
|
|
4960
|
+
"line": 114,
|
|
5147
4961
|
"column": 1
|
|
5148
4962
|
}
|
|
5149
4963
|
},
|
|
@@ -5548,7 +5362,7 @@
|
|
|
5548
5362
|
"description": null,
|
|
5549
5363
|
"sourceLocation": {
|
|
5550
5364
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5551
|
-
"line":
|
|
5365
|
+
"line": 46,
|
|
5552
5366
|
"column": 1
|
|
5553
5367
|
}
|
|
5554
5368
|
},
|
|
@@ -5557,7 +5371,7 @@
|
|
|
5557
5371
|
"description": null,
|
|
5558
5372
|
"sourceLocation": {
|
|
5559
5373
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5560
|
-
"line":
|
|
5374
|
+
"line": 72,
|
|
5561
5375
|
"column": 1
|
|
5562
5376
|
}
|
|
5563
5377
|
},
|
|
@@ -5647,25 +5461,7 @@
|
|
|
5647
5461
|
"description": null,
|
|
5648
5462
|
"sourceLocation": {
|
|
5649
5463
|
"filePath": "src/RuntimeScreen.tsx",
|
|
5650
|
-
"line":
|
|
5651
|
-
"column": 1
|
|
5652
|
-
}
|
|
5653
|
-
},
|
|
5654
|
-
{
|
|
5655
|
-
"name": "resolveApiLoadersFromBindings",
|
|
5656
|
-
"description": null,
|
|
5657
|
-
"sourceLocation": {
|
|
5658
|
-
"filePath": "src/RuntimeScreen.tsx",
|
|
5659
|
-
"line": 62,
|
|
5660
|
-
"column": 1
|
|
5661
|
-
}
|
|
5662
|
-
},
|
|
5663
|
-
{
|
|
5664
|
-
"name": "resolveApiLoaderFromPropBinding",
|
|
5665
|
-
"description": null,
|
|
5666
|
-
"sourceLocation": {
|
|
5667
|
-
"filePath": "src/RuntimeScreen.tsx",
|
|
5668
|
-
"line": 79,
|
|
5464
|
+
"line": 17,
|
|
5669
5465
|
"column": 1
|
|
5670
5466
|
}
|
|
5671
5467
|
},
|
|
@@ -5701,7 +5497,7 @@
|
|
|
5701
5497
|
"description": null,
|
|
5702
5498
|
"sourceLocation": {
|
|
5703
5499
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5704
|
-
"line":
|
|
5500
|
+
"line": 64,
|
|
5705
5501
|
"column": 1
|
|
5706
5502
|
}
|
|
5707
5503
|
},
|
|
@@ -5710,7 +5506,7 @@
|
|
|
5710
5506
|
"description": null,
|
|
5711
5507
|
"sourceLocation": {
|
|
5712
5508
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5713
|
-
"line":
|
|
5509
|
+
"line": 71,
|
|
5714
5510
|
"column": 1
|
|
5715
5511
|
}
|
|
5716
5512
|
},
|
|
@@ -5719,7 +5515,7 @@
|
|
|
5719
5515
|
"description": null,
|
|
5720
5516
|
"sourceLocation": {
|
|
5721
5517
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5722
|
-
"line":
|
|
5518
|
+
"line": 88,
|
|
5723
5519
|
"column": 1
|
|
5724
5520
|
}
|
|
5725
5521
|
},
|
|
@@ -5728,7 +5524,7 @@
|
|
|
5728
5524
|
"description": null,
|
|
5729
5525
|
"sourceLocation": {
|
|
5730
5526
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5731
|
-
"line":
|
|
5527
|
+
"line": 108,
|
|
5732
5528
|
"column": 1
|
|
5733
5529
|
}
|
|
5734
5530
|
},
|
|
@@ -5737,7 +5533,7 @@
|
|
|
5737
5533
|
"description": null,
|
|
5738
5534
|
"sourceLocation": {
|
|
5739
5535
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5740
|
-
"line":
|
|
5536
|
+
"line": 119,
|
|
5741
5537
|
"column": 1
|
|
5742
5538
|
}
|
|
5743
5539
|
},
|
|
@@ -5746,16 +5542,7 @@
|
|
|
5746
5542
|
"description": null,
|
|
5747
5543
|
"sourceLocation": {
|
|
5748
5544
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5749
|
-
"line":
|
|
5750
|
-
"column": 1
|
|
5751
|
-
}
|
|
5752
|
-
},
|
|
5753
|
-
{
|
|
5754
|
-
"name": "resolveScreenApiLoaders",
|
|
5755
|
-
"description": null,
|
|
5756
|
-
"sourceLocation": {
|
|
5757
|
-
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5758
|
-
"line": 44,
|
|
5545
|
+
"line": 151,
|
|
5759
5546
|
"column": 1
|
|
5760
5547
|
}
|
|
5761
5548
|
},
|
|
@@ -5764,7 +5551,7 @@
|
|
|
5764
5551
|
"description": null,
|
|
5765
5552
|
"sourceLocation": {
|
|
5766
5553
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5767
|
-
"line":
|
|
5554
|
+
"line": 43,
|
|
5768
5555
|
"column": 1
|
|
5769
5556
|
}
|
|
5770
5557
|
},
|
|
@@ -5773,7 +5560,7 @@
|
|
|
5773
5560
|
"description": null,
|
|
5774
5561
|
"sourceLocation": {
|
|
5775
5562
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5776
|
-
"line":
|
|
5563
|
+
"line": 49,
|
|
5777
5564
|
"column": 1
|
|
5778
5565
|
}
|
|
5779
5566
|
},
|
|
@@ -5782,7 +5569,7 @@
|
|
|
5782
5569
|
"description": null,
|
|
5783
5570
|
"sourceLocation": {
|
|
5784
5571
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5785
|
-
"line":
|
|
5572
|
+
"line": 63,
|
|
5786
5573
|
"column": 1
|
|
5787
5574
|
}
|
|
5788
5575
|
},
|
|
@@ -5791,7 +5578,7 @@
|
|
|
5791
5578
|
"description": null,
|
|
5792
5579
|
"sourceLocation": {
|
|
5793
5580
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5794
|
-
"line":
|
|
5581
|
+
"line": 70,
|
|
5795
5582
|
"column": 1
|
|
5796
5583
|
}
|
|
5797
5584
|
},
|
|
@@ -5800,7 +5587,7 @@
|
|
|
5800
5587
|
"description": null,
|
|
5801
5588
|
"sourceLocation": {
|
|
5802
5589
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5803
|
-
"line":
|
|
5590
|
+
"line": 82,
|
|
5804
5591
|
"column": 1
|
|
5805
5592
|
}
|
|
5806
5593
|
},
|
|
@@ -5809,7 +5596,7 @@
|
|
|
5809
5596
|
"description": null,
|
|
5810
5597
|
"sourceLocation": {
|
|
5811
5598
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5812
|
-
"line":
|
|
5599
|
+
"line": 94,
|
|
5813
5600
|
"column": 1
|
|
5814
5601
|
}
|
|
5815
5602
|
},
|
|
@@ -5818,7 +5605,7 @@
|
|
|
5818
5605
|
"description": null,
|
|
5819
5606
|
"sourceLocation": {
|
|
5820
5607
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5821
|
-
"line":
|
|
5608
|
+
"line": 151,
|
|
5822
5609
|
"column": 1
|
|
5823
5610
|
}
|
|
5824
5611
|
},
|
|
@@ -5827,7 +5614,7 @@
|
|
|
5827
5614
|
"description": null,
|
|
5828
5615
|
"sourceLocation": {
|
|
5829
5616
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5830
|
-
"line":
|
|
5617
|
+
"line": 178,
|
|
5831
5618
|
"column": 1
|
|
5832
5619
|
}
|
|
5833
5620
|
},
|
|
@@ -5836,7 +5623,7 @@
|
|
|
5836
5623
|
"description": null,
|
|
5837
5624
|
"sourceLocation": {
|
|
5838
5625
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5839
|
-
"line":
|
|
5626
|
+
"line": 201,
|
|
5840
5627
|
"column": 1
|
|
5841
5628
|
}
|
|
5842
5629
|
},
|
|
@@ -5845,7 +5632,7 @@
|
|
|
5845
5632
|
"description": null,
|
|
5846
5633
|
"sourceLocation": {
|
|
5847
5634
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5848
|
-
"line":
|
|
5635
|
+
"line": 273,
|
|
5849
5636
|
"column": 1
|
|
5850
5637
|
}
|
|
5851
5638
|
},
|
|
@@ -5854,7 +5641,7 @@
|
|
|
5854
5641
|
"description": null,
|
|
5855
5642
|
"sourceLocation": {
|
|
5856
5643
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5857
|
-
"line":
|
|
5644
|
+
"line": 400,
|
|
5858
5645
|
"column": 1
|
|
5859
5646
|
}
|
|
5860
5647
|
},
|
|
@@ -5863,7 +5650,7 @@
|
|
|
5863
5650
|
"description": null,
|
|
5864
5651
|
"sourceLocation": {
|
|
5865
5652
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5866
|
-
"line":
|
|
5653
|
+
"line": 457,
|
|
5867
5654
|
"column": 1
|
|
5868
5655
|
}
|
|
5869
5656
|
},
|
|
@@ -5872,7 +5659,7 @@
|
|
|
5872
5659
|
"description": null,
|
|
5873
5660
|
"sourceLocation": {
|
|
5874
5661
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5875
|
-
"line":
|
|
5662
|
+
"line": 472,
|
|
5876
5663
|
"column": 1
|
|
5877
5664
|
}
|
|
5878
5665
|
},
|
|
@@ -5881,7 +5668,7 @@
|
|
|
5881
5668
|
"description": null,
|
|
5882
5669
|
"sourceLocation": {
|
|
5883
5670
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5884
|
-
"line":
|
|
5671
|
+
"line": 487,
|
|
5885
5672
|
"column": 1
|
|
5886
5673
|
}
|
|
5887
5674
|
},
|
|
@@ -5890,7 +5677,7 @@
|
|
|
5890
5677
|
"description": null,
|
|
5891
5678
|
"sourceLocation": {
|
|
5892
5679
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5893
|
-
"line":
|
|
5680
|
+
"line": 491,
|
|
5894
5681
|
"column": 1
|
|
5895
5682
|
}
|
|
5896
5683
|
},
|
|
@@ -5899,7 +5686,7 @@
|
|
|
5899
5686
|
"description": null,
|
|
5900
5687
|
"sourceLocation": {
|
|
5901
5688
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5902
|
-
"line":
|
|
5689
|
+
"line": 495,
|
|
5903
5690
|
"column": 1
|
|
5904
5691
|
}
|
|
5905
5692
|
},
|
|
@@ -6165,14 +5952,6 @@
|
|
|
6165
5952
|
"description": null,
|
|
6166
5953
|
"isReadme": false
|
|
6167
5954
|
},
|
|
6168
|
-
{
|
|
6169
|
-
"kind": "export",
|
|
6170
|
-
"name": "executeRuntimeApiLoaders",
|
|
6171
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6172
|
-
"symbolName": "executeRuntimeApiLoaders",
|
|
6173
|
-
"description": null,
|
|
6174
|
-
"isReadme": false
|
|
6175
|
-
},
|
|
6176
5955
|
{
|
|
6177
5956
|
"kind": "export",
|
|
6178
5957
|
"name": "executeRuntimeScreenOperationLoaders",
|
|
@@ -6197,14 +5976,6 @@
|
|
|
6197
5976
|
"description": null,
|
|
6198
5977
|
"isReadme": false
|
|
6199
5978
|
},
|
|
6200
|
-
{
|
|
6201
|
-
"kind": "export",
|
|
6202
|
-
"name": "materializeRuntimeApiLoaderState",
|
|
6203
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6204
|
-
"symbolName": "materializeRuntimeApiLoaderState",
|
|
6205
|
-
"description": null,
|
|
6206
|
-
"isReadme": false
|
|
6207
|
-
},
|
|
6208
5979
|
{
|
|
6209
5980
|
"kind": "export",
|
|
6210
5981
|
"name": "mergeRuntimeRendererConfig",
|
|
@@ -6277,14 +6048,6 @@
|
|
|
6277
6048
|
"description": null,
|
|
6278
6049
|
"isReadme": false
|
|
6279
6050
|
},
|
|
6280
|
-
{
|
|
6281
|
-
"kind": "export",
|
|
6282
|
-
"name": "resolveScreenApiLoaders",
|
|
6283
|
-
"sourcePath": "src/runtimeScreenLoaders.ts",
|
|
6284
|
-
"symbolName": "resolveScreenApiLoaders",
|
|
6285
|
-
"description": null,
|
|
6286
|
-
"isReadme": false
|
|
6287
|
-
},
|
|
6288
6051
|
{
|
|
6289
6052
|
"kind": "export",
|
|
6290
6053
|
"name": "resolveScreenOperationLoaders",
|
|
@@ -6349,14 +6112,6 @@
|
|
|
6349
6112
|
"description": null,
|
|
6350
6113
|
"isReadme": false
|
|
6351
6114
|
},
|
|
6352
|
-
{
|
|
6353
|
-
"kind": "export",
|
|
6354
|
-
"name": "useRuntimeApiStateLoaders",
|
|
6355
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6356
|
-
"symbolName": "useRuntimeApiStateLoaders",
|
|
6357
|
-
"description": null,
|
|
6358
|
-
"isReadme": false
|
|
6359
|
-
},
|
|
6360
6115
|
{
|
|
6361
6116
|
"kind": "export",
|
|
6362
6117
|
"name": "useRuntimeRendererConfig",
|
|
@@ -6392,11 +6147,6 @@
|
|
|
6392
6147
|
],
|
|
6393
6148
|
"graphs": {
|
|
6394
6149
|
"imports": [
|
|
6395
|
-
{
|
|
6396
|
-
"fromPath": "src/appExtensionRegistry.ts",
|
|
6397
|
-
"toPath": "src/componentRegistry.ts",
|
|
6398
|
-
"sourcePath": "src/appExtensionRegistry.ts"
|
|
6399
|
-
},
|
|
6400
6150
|
{
|
|
6401
6151
|
"fromPath": "src/index.ts",
|
|
6402
6152
|
"toPath": "src/ManifestContext.tsx",
|
|
@@ -6412,11 +6162,6 @@
|
|
|
6412
6162
|
"toPath": "src/runtimeActionRegistry.ts",
|
|
6413
6163
|
"sourcePath": "src/index.ts"
|
|
6414
6164
|
},
|
|
6415
|
-
{
|
|
6416
|
-
"fromPath": "src/index.ts",
|
|
6417
|
-
"toPath": "src/runtimeApiLoaders.ts",
|
|
6418
|
-
"sourcePath": "src/index.ts"
|
|
6419
|
-
},
|
|
6420
6165
|
{
|
|
6421
6166
|
"fromPath": "src/index.ts",
|
|
6422
6167
|
"toPath": "src/runtimeBindings.ts",
|
|
@@ -6482,11 +6227,6 @@
|
|
|
6482
6227
|
"toPath": "src/registry.tsx",
|
|
6483
6228
|
"sourcePath": "src/registry.test.ts"
|
|
6484
6229
|
},
|
|
6485
|
-
{
|
|
6486
|
-
"fromPath": "src/registry.tsx",
|
|
6487
|
-
"toPath": "src/appExtensionRegistry.ts",
|
|
6488
|
-
"sourcePath": "src/registry.tsx"
|
|
6489
|
-
},
|
|
6490
6230
|
{
|
|
6491
6231
|
"fromPath": "src/registry.tsx",
|
|
6492
6232
|
"toPath": "src/componentRegistry.ts",
|
|
@@ -6527,26 +6267,6 @@
|
|
|
6527
6267
|
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
6528
6268
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6529
6269
|
},
|
|
6530
|
-
{
|
|
6531
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6532
|
-
"toPath": "src/runtimeApiLoaders.ts",
|
|
6533
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6537
|
-
"toPath": "src/runtimeBindings.ts",
|
|
6538
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6539
|
-
},
|
|
6540
|
-
{
|
|
6541
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6542
|
-
"toPath": "src/runtimeStateAdapter.ts",
|
|
6543
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6544
|
-
},
|
|
6545
|
-
{
|
|
6546
|
-
"fromPath": "src/runtimeApiLoaders.ts",
|
|
6547
|
-
"toPath": "src/runtimeStateAdapter.ts",
|
|
6548
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
6549
|
-
},
|
|
6550
6270
|
{
|
|
6551
6271
|
"fromPath": "src/runtimeBindings.test.ts",
|
|
6552
6272
|
"toPath": "src/runtimeBindings.ts",
|
|
@@ -6557,6 +6277,11 @@
|
|
|
6557
6277
|
"toPath": "src/runtimeNodeProps.ts",
|
|
6558
6278
|
"sourcePath": "src/runtimeBindings.test.ts"
|
|
6559
6279
|
},
|
|
6280
|
+
{
|
|
6281
|
+
"fromPath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
6282
|
+
"toPath": "src/runtimeBindings.ts",
|
|
6283
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
6284
|
+
},
|
|
6560
6285
|
{
|
|
6561
6286
|
"fromPath": "src/runtimeDataSourceOperations.test.ts",
|
|
6562
6287
|
"toPath": "src/runtimeDataSourceOperations.ts",
|
|
@@ -6567,6 +6292,11 @@
|
|
|
6567
6292
|
"toPath": "src/runtimeBindings.ts",
|
|
6568
6293
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
6569
6294
|
},
|
|
6295
|
+
{
|
|
6296
|
+
"fromPath": "src/runtimeDataSourceOperations.ts",
|
|
6297
|
+
"toPath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
6298
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
6299
|
+
},
|
|
6570
6300
|
{
|
|
6571
6301
|
"fromPath": "src/runtimeDbPersist.test.ts",
|
|
6572
6302
|
"toPath": "src/runtimeActionRegistry.ts",
|
|
@@ -6714,22 +6444,22 @@
|
|
|
6714
6444
|
},
|
|
6715
6445
|
{
|
|
6716
6446
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6717
|
-
"toPath": "src/
|
|
6447
|
+
"toPath": "src/RuntimeRenderer.tsx",
|
|
6718
6448
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6719
6449
|
},
|
|
6720
6450
|
{
|
|
6721
6451
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6722
|
-
"toPath": "src/
|
|
6452
|
+
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
6723
6453
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6724
6454
|
},
|
|
6725
6455
|
{
|
|
6726
6456
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6727
|
-
"toPath": "src/
|
|
6457
|
+
"toPath": "src/runtimeScreenLoaders.ts",
|
|
6728
6458
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6729
6459
|
},
|
|
6730
6460
|
{
|
|
6731
6461
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6732
|
-
"toPath": "src/
|
|
6462
|
+
"toPath": "src/runtimeStateAdapter.ts",
|
|
6733
6463
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6734
6464
|
},
|
|
6735
6465
|
{
|
|
@@ -6829,14 +6559,14 @@
|
|
|
6829
6559
|
},
|
|
6830
6560
|
{
|
|
6831
6561
|
"fromSymbol": "src/registry.test.ts",
|
|
6832
|
-
"toSymbol": "
|
|
6833
|
-
"callExpression": "
|
|
6562
|
+
"toSymbol": "createComponentRegistry",
|
|
6563
|
+
"callExpression": "createComponentRegistry",
|
|
6834
6564
|
"sourcePath": "src/registry.test.ts"
|
|
6835
6565
|
},
|
|
6836
6566
|
{
|
|
6837
6567
|
"fromSymbol": "src/registry.test.ts",
|
|
6838
|
-
"toSymbol": "
|
|
6839
|
-
"callExpression": "
|
|
6568
|
+
"toSymbol": "expect",
|
|
6569
|
+
"callExpression": "expect",
|
|
6840
6570
|
"sourcePath": "src/registry.test.ts"
|
|
6841
6571
|
},
|
|
6842
6572
|
{
|
|
@@ -7125,205 +6855,61 @@
|
|
|
7125
6855
|
"fromSymbol": "matchesBindingCondition",
|
|
7126
6856
|
"toSymbol": "readBindingConditionSource",
|
|
7127
6857
|
"callExpression": "readBindingConditionSource",
|
|
7128
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7129
|
-
},
|
|
7130
|
-
{
|
|
7131
|
-
"fromSymbol": "readBindingConditionSource",
|
|
7132
|
-
"toSymbol": "readPath",
|
|
7133
|
-
"callExpression": "readPath",
|
|
7134
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7135
|
-
},
|
|
7136
|
-
{
|
|
7137
|
-
"fromSymbol": "readBindingConditionSource",
|
|
7138
|
-
"toSymbol": "createRuntimeBindingOperationKey",
|
|
7139
|
-
"callExpression": "createRuntimeBindingOperationKey",
|
|
7140
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7141
|
-
},
|
|
7142
|
-
{
|
|
7143
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7144
|
-
"toSymbol": "createBarcodeScannedPayload",
|
|
7145
|
-
"callExpression": "createBarcodeScannedPayload",
|
|
7146
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7147
|
-
},
|
|
7148
|
-
{
|
|
7149
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7150
|
-
"toSymbol": "asRecord",
|
|
7151
|
-
"callExpression": "asRecord",
|
|
7152
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7153
|
-
},
|
|
7154
|
-
{
|
|
7155
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7156
|
-
"toSymbol": "readItemId",
|
|
7157
|
-
"callExpression": "readItemId",
|
|
7158
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7159
|
-
},
|
|
7160
|
-
{
|
|
7161
|
-
"fromSymbol": "src/runtimeActionRegistry.ts",
|
|
7162
|
-
"toSymbol": "isRecord",
|
|
7163
|
-
"callExpression": "isRecord",
|
|
7164
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7165
|
-
},
|
|
7166
|
-
{
|
|
7167
|
-
"fromSymbol": "createBarcodeScannedPayload",
|
|
7168
|
-
"toSymbol": "isRecord",
|
|
7169
|
-
"callExpression": "isRecord",
|
|
7170
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7171
|
-
},
|
|
7172
|
-
{
|
|
7173
|
-
"fromSymbol": "readItemId",
|
|
7174
|
-
"toSymbol": "isRecord",
|
|
7175
|
-
"callExpression": "isRecord",
|
|
7176
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7177
|
-
},
|
|
7178
|
-
{
|
|
7179
|
-
"fromSymbol": "asRecord",
|
|
7180
|
-
"toSymbol": "isRecord",
|
|
7181
|
-
"callExpression": "isRecord",
|
|
7182
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7183
|
-
},
|
|
7184
|
-
{
|
|
7185
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7186
|
-
"toSymbol": "describe",
|
|
7187
|
-
"callExpression": "describe",
|
|
7188
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7189
|
-
},
|
|
7190
|
-
{
|
|
7191
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7192
|
-
"toSymbol": "it",
|
|
7193
|
-
"callExpression": "it",
|
|
7194
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7195
|
-
},
|
|
7196
|
-
{
|
|
7197
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7198
|
-
"toSymbol": "expect",
|
|
7199
|
-
"callExpression": "expect",
|
|
7200
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7201
|
-
},
|
|
7202
|
-
{
|
|
7203
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7204
|
-
"toSymbol": "materializeRuntimeApiLoaderState",
|
|
7205
|
-
"callExpression": "materializeRuntimeApiLoaderState",
|
|
7206
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7207
|
-
},
|
|
7208
|
-
{
|
|
7209
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7210
|
-
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
7211
|
-
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
7212
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7213
|
-
},
|
|
7214
|
-
{
|
|
7215
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7216
|
-
"toSymbol": "executeRuntimeApiLoaders",
|
|
7217
|
-
"callExpression": "executeRuntimeApiLoaders",
|
|
7218
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7219
|
-
},
|
|
7220
|
-
{
|
|
7221
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7222
|
-
"toSymbol": "resolveRuntimeBindings",
|
|
7223
|
-
"callExpression": "resolveRuntimeBindings",
|
|
7224
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7225
|
-
},
|
|
7226
|
-
{
|
|
7227
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7228
|
-
"toSymbol": "getGeneratedApiCollectionResource",
|
|
7229
|
-
"callExpression": "getGeneratedApiCollectionResource",
|
|
7230
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7231
|
-
},
|
|
7232
|
-
{
|
|
7233
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7234
|
-
"toSymbol": "selectApiLoaderValue",
|
|
7235
|
-
"callExpression": "selectApiLoaderValue",
|
|
7236
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7237
|
-
},
|
|
7238
|
-
{
|
|
7239
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7240
|
-
"toSymbol": "toStateValue",
|
|
7241
|
-
"callExpression": "toStateValue",
|
|
7242
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7243
|
-
},
|
|
7244
|
-
{
|
|
7245
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7246
|
-
"toSymbol": "writeObjectPath",
|
|
7247
|
-
"callExpression": "writeObjectPath",
|
|
7248
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7249
|
-
},
|
|
7250
|
-
{
|
|
7251
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
7252
|
-
"toSymbol": "materializeRuntimeApiLoaderState",
|
|
7253
|
-
"callExpression": "materializeRuntimeApiLoaderState",
|
|
7254
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7255
|
-
},
|
|
7256
|
-
{
|
|
7257
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
7258
|
-
"toSymbol": "flattenStateEntries",
|
|
7259
|
-
"callExpression": "flattenStateEntries",
|
|
7260
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7261
|
-
},
|
|
7262
|
-
{
|
|
7263
|
-
"fromSymbol": "src/runtimeApiLoaders.ts",
|
|
7264
|
-
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
7265
|
-
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
7266
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7267
|
-
},
|
|
7268
|
-
{
|
|
7269
|
-
"fromSymbol": "src/runtimeApiLoaders.ts",
|
|
7270
|
-
"toSymbol": "executeRuntimeApiLoaders",
|
|
7271
|
-
"callExpression": "executeRuntimeApiLoaders",
|
|
7272
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
6858
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7273
6859
|
},
|
|
7274
6860
|
{
|
|
7275
|
-
"fromSymbol": "
|
|
7276
|
-
"toSymbol": "
|
|
7277
|
-
"callExpression": "
|
|
7278
|
-
"sourcePath": "src/
|
|
6861
|
+
"fromSymbol": "readBindingConditionSource",
|
|
6862
|
+
"toSymbol": "readPath",
|
|
6863
|
+
"callExpression": "readPath",
|
|
6864
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7279
6865
|
},
|
|
7280
6866
|
{
|
|
7281
|
-
"fromSymbol": "
|
|
7282
|
-
"toSymbol": "
|
|
7283
|
-
"callExpression": "
|
|
7284
|
-
"sourcePath": "src/
|
|
6867
|
+
"fromSymbol": "readBindingConditionSource",
|
|
6868
|
+
"toSymbol": "createRuntimeBindingOperationKey",
|
|
6869
|
+
"callExpression": "createRuntimeBindingOperationKey",
|
|
6870
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7285
6871
|
},
|
|
7286
6872
|
{
|
|
7287
|
-
"fromSymbol": "
|
|
7288
|
-
"toSymbol": "
|
|
7289
|
-
"callExpression": "
|
|
7290
|
-
"sourcePath": "src/
|
|
6873
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6874
|
+
"toSymbol": "createBarcodeScannedPayload",
|
|
6875
|
+
"callExpression": "createBarcodeScannedPayload",
|
|
6876
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7291
6877
|
},
|
|
7292
6878
|
{
|
|
7293
|
-
"fromSymbol": "
|
|
7294
|
-
"toSymbol": "
|
|
7295
|
-
"callExpression": "
|
|
7296
|
-
"sourcePath": "src/
|
|
6879
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6880
|
+
"toSymbol": "asRecord",
|
|
6881
|
+
"callExpression": "asRecord",
|
|
6882
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7297
6883
|
},
|
|
7298
6884
|
{
|
|
7299
|
-
"fromSymbol": "
|
|
7300
|
-
"toSymbol": "
|
|
7301
|
-
"callExpression": "
|
|
7302
|
-
"sourcePath": "src/
|
|
6885
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6886
|
+
"toSymbol": "readItemId",
|
|
6887
|
+
"callExpression": "readItemId",
|
|
6888
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7303
6889
|
},
|
|
7304
6890
|
{
|
|
7305
|
-
"fromSymbol": "
|
|
7306
|
-
"toSymbol": "
|
|
7307
|
-
"callExpression": "
|
|
7308
|
-
"sourcePath": "src/
|
|
6891
|
+
"fromSymbol": "src/runtimeActionRegistry.ts",
|
|
6892
|
+
"toSymbol": "isRecord",
|
|
6893
|
+
"callExpression": "isRecord",
|
|
6894
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7309
6895
|
},
|
|
7310
6896
|
{
|
|
7311
|
-
"fromSymbol": "
|
|
7312
|
-
"toSymbol": "
|
|
7313
|
-
"callExpression": "
|
|
7314
|
-
"sourcePath": "src/
|
|
6897
|
+
"fromSymbol": "createBarcodeScannedPayload",
|
|
6898
|
+
"toSymbol": "isRecord",
|
|
6899
|
+
"callExpression": "isRecord",
|
|
6900
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7315
6901
|
},
|
|
7316
6902
|
{
|
|
7317
|
-
"fromSymbol": "
|
|
7318
|
-
"toSymbol": "
|
|
7319
|
-
"callExpression": "
|
|
7320
|
-
"sourcePath": "src/
|
|
6903
|
+
"fromSymbol": "readItemId",
|
|
6904
|
+
"toSymbol": "isRecord",
|
|
6905
|
+
"callExpression": "isRecord",
|
|
6906
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7321
6907
|
},
|
|
7322
6908
|
{
|
|
7323
|
-
"fromSymbol": "
|
|
7324
|
-
"toSymbol": "
|
|
7325
|
-
"callExpression": "
|
|
7326
|
-
"sourcePath": "src/
|
|
6909
|
+
"fromSymbol": "asRecord",
|
|
6910
|
+
"toSymbol": "isRecord",
|
|
6911
|
+
"callExpression": "isRecord",
|
|
6912
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7327
6913
|
},
|
|
7328
6914
|
{
|
|
7329
6915
|
"fromSymbol": "src/runtimeBindings.test.ts",
|
|
@@ -7643,6 +7229,252 @@
|
|
|
7643
7229
|
"callExpression": "isRecord",
|
|
7644
7230
|
"sourcePath": "src/runtimeBindings.ts"
|
|
7645
7231
|
},
|
|
7232
|
+
{
|
|
7233
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7234
|
+
"toSymbol": "resolveOperationPlan",
|
|
7235
|
+
"callExpression": "resolveOperationPlan",
|
|
7236
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7237
|
+
},
|
|
7238
|
+
{
|
|
7239
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7240
|
+
"toSymbol": "failure",
|
|
7241
|
+
"callExpression": "failure",
|
|
7242
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7243
|
+
},
|
|
7244
|
+
{
|
|
7245
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7246
|
+
"toSymbol": "executeList",
|
|
7247
|
+
"callExpression": "executeList",
|
|
7248
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7249
|
+
},
|
|
7250
|
+
{
|
|
7251
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7252
|
+
"toSymbol": "executeRead",
|
|
7253
|
+
"callExpression": "executeRead",
|
|
7254
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7255
|
+
},
|
|
7256
|
+
{
|
|
7257
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7258
|
+
"toSymbol": "executeCreate",
|
|
7259
|
+
"callExpression": "executeCreate",
|
|
7260
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7264
|
+
"toSymbol": "executeUpdate",
|
|
7265
|
+
"callExpression": "executeUpdate",
|
|
7266
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7267
|
+
},
|
|
7268
|
+
{
|
|
7269
|
+
"fromSymbol": "executeRuntimeDatabaseOperation",
|
|
7270
|
+
"toSymbol": "executeDelete",
|
|
7271
|
+
"callExpression": "executeDelete",
|
|
7272
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7273
|
+
},
|
|
7274
|
+
{
|
|
7275
|
+
"fromSymbol": "resolveOperationPlan",
|
|
7276
|
+
"toSymbol": "asRecord",
|
|
7277
|
+
"callExpression": "asRecord",
|
|
7278
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"fromSymbol": "resolveOperationPlan",
|
|
7282
|
+
"toSymbol": "resolveAdapterId",
|
|
7283
|
+
"callExpression": "resolveAdapterId",
|
|
7284
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"fromSymbol": "resolveOperationPlan",
|
|
7288
|
+
"toSymbol": "invalidPlan",
|
|
7289
|
+
"callExpression": "invalidPlan",
|
|
7290
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7291
|
+
},
|
|
7292
|
+
{
|
|
7293
|
+
"fromSymbol": "resolveOperationPlan",
|
|
7294
|
+
"toSymbol": "isGeneratedCrudOperation",
|
|
7295
|
+
"callExpression": "isGeneratedCrudOperation",
|
|
7296
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"fromSymbol": "resolveOperationPlan",
|
|
7300
|
+
"toSymbol": "resolvePrimaryKey",
|
|
7301
|
+
"callExpression": "resolvePrimaryKey",
|
|
7302
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7303
|
+
},
|
|
7304
|
+
{
|
|
7305
|
+
"fromSymbol": "executeList",
|
|
7306
|
+
"toSymbol": "resolvePage",
|
|
7307
|
+
"callExpression": "resolvePage",
|
|
7308
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7309
|
+
},
|
|
7310
|
+
{
|
|
7311
|
+
"fromSymbol": "executeList",
|
|
7312
|
+
"toSymbol": "failure",
|
|
7313
|
+
"callExpression": "failure",
|
|
7314
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"fromSymbol": "executeList",
|
|
7318
|
+
"toSymbol": "resolveDbResult",
|
|
7319
|
+
"callExpression": "resolveDbResult",
|
|
7320
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7321
|
+
},
|
|
7322
|
+
{
|
|
7323
|
+
"fromSymbol": "executeRead",
|
|
7324
|
+
"toSymbol": "resolveIdentity",
|
|
7325
|
+
"callExpression": "resolveIdentity",
|
|
7326
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"fromSymbol": "executeRead",
|
|
7330
|
+
"toSymbol": "failure",
|
|
7331
|
+
"callExpression": "failure",
|
|
7332
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7333
|
+
},
|
|
7334
|
+
{
|
|
7335
|
+
"fromSymbol": "executeRead",
|
|
7336
|
+
"toSymbol": "resolveDbResult",
|
|
7337
|
+
"callExpression": "resolveDbResult",
|
|
7338
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"fromSymbol": "executeCreate",
|
|
7342
|
+
"toSymbol": "resolveDbResult",
|
|
7343
|
+
"callExpression": "resolveDbResult",
|
|
7344
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"fromSymbol": "executeUpdate",
|
|
7348
|
+
"toSymbol": "resolveIdentity",
|
|
7349
|
+
"callExpression": "resolveIdentity",
|
|
7350
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"fromSymbol": "executeUpdate",
|
|
7354
|
+
"toSymbol": "failure",
|
|
7355
|
+
"callExpression": "failure",
|
|
7356
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7357
|
+
},
|
|
7358
|
+
{
|
|
7359
|
+
"fromSymbol": "executeUpdate",
|
|
7360
|
+
"toSymbol": "omitKey",
|
|
7361
|
+
"callExpression": "omitKey",
|
|
7362
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"fromSymbol": "executeUpdate",
|
|
7366
|
+
"toSymbol": "createIdentityFilter",
|
|
7367
|
+
"callExpression": "createIdentityFilter",
|
|
7368
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"fromSymbol": "executeUpdate",
|
|
7372
|
+
"toSymbol": "resolveDbResult",
|
|
7373
|
+
"callExpression": "resolveDbResult",
|
|
7374
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
"fromSymbol": "executeDelete",
|
|
7378
|
+
"toSymbol": "resolveIdentity",
|
|
7379
|
+
"callExpression": "resolveIdentity",
|
|
7380
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7381
|
+
},
|
|
7382
|
+
{
|
|
7383
|
+
"fromSymbol": "executeDelete",
|
|
7384
|
+
"toSymbol": "failure",
|
|
7385
|
+
"callExpression": "failure",
|
|
7386
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7387
|
+
},
|
|
7388
|
+
{
|
|
7389
|
+
"fromSymbol": "executeDelete",
|
|
7390
|
+
"toSymbol": "createIdentityFilter",
|
|
7391
|
+
"callExpression": "createIdentityFilter",
|
|
7392
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"fromSymbol": "executeDelete",
|
|
7396
|
+
"toSymbol": "resolveDbResult",
|
|
7397
|
+
"callExpression": "resolveDbResult",
|
|
7398
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7399
|
+
},
|
|
7400
|
+
{
|
|
7401
|
+
"fromSymbol": "resolveDbResult",
|
|
7402
|
+
"toSymbol": "failure",
|
|
7403
|
+
"callExpression": "failure",
|
|
7404
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"fromSymbol": "resolveDbResult",
|
|
7408
|
+
"toSymbol": "toBindingValue",
|
|
7409
|
+
"callExpression": "toBindingValue",
|
|
7410
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7411
|
+
},
|
|
7412
|
+
{
|
|
7413
|
+
"fromSymbol": "resolveDbResult",
|
|
7414
|
+
"toSymbol": "select",
|
|
7415
|
+
"callExpression": "select",
|
|
7416
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"fromSymbol": "resolvePage",
|
|
7420
|
+
"toSymbol": "isOptionalPageNumber",
|
|
7421
|
+
"callExpression": "isOptionalPageNumber",
|
|
7422
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"fromSymbol": "invalidPlan",
|
|
7426
|
+
"toSymbol": "failure",
|
|
7427
|
+
"callExpression": "failure",
|
|
7428
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7429
|
+
},
|
|
7430
|
+
{
|
|
7431
|
+
"fromSymbol": "toBindingValue",
|
|
7432
|
+
"toSymbol": "toBindingValue",
|
|
7433
|
+
"callExpression": "toBindingValue",
|
|
7434
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7435
|
+
},
|
|
7436
|
+
{
|
|
7437
|
+
"fromSymbol": "toBindingValue",
|
|
7438
|
+
"toSymbol": "asRecord",
|
|
7439
|
+
"callExpression": "asRecord",
|
|
7440
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
"fromSymbol": "createGeneratedDataSource",
|
|
7444
|
+
"toSymbol": "createGeneratedApiDataSource",
|
|
7445
|
+
"callExpression": "createGeneratedApiDataSource",
|
|
7446
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7447
|
+
},
|
|
7448
|
+
{
|
|
7449
|
+
"fromSymbol": "createGeneratedExecutor",
|
|
7450
|
+
"toSymbol": "createRuntimeDataSourceOperationExecutor",
|
|
7451
|
+
"callExpression": "createRuntimeDataSourceOperationExecutor",
|
|
7452
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7453
|
+
},
|
|
7454
|
+
{
|
|
7455
|
+
"fromSymbol": "executeGeneratedOperation",
|
|
7456
|
+
"toSymbol": "createGeneratedDataSource",
|
|
7457
|
+
"callExpression": "createGeneratedDataSource",
|
|
7458
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7459
|
+
},
|
|
7460
|
+
{
|
|
7461
|
+
"fromSymbol": "executeGeneratedOperation",
|
|
7462
|
+
"toSymbol": "__type",
|
|
7463
|
+
"callExpression": "createGeneratedExecutor(adapter)",
|
|
7464
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"fromSymbol": "executeGeneratedOperation",
|
|
7468
|
+
"toSymbol": "createGeneratedExecutor",
|
|
7469
|
+
"callExpression": "createGeneratedExecutor",
|
|
7470
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7471
|
+
},
|
|
7472
|
+
{
|
|
7473
|
+
"fromSymbol": "executeGeneratedOperation",
|
|
7474
|
+
"toSymbol": "getFixtureEndpoint",
|
|
7475
|
+
"callExpression": "getFixtureEndpoint",
|
|
7476
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7477
|
+
},
|
|
7646
7478
|
{
|
|
7647
7479
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7648
7480
|
"toSymbol": "describe",
|
|
@@ -7657,14 +7489,14 @@
|
|
|
7657
7489
|
},
|
|
7658
7490
|
{
|
|
7659
7491
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7660
|
-
"toSymbol": "
|
|
7661
|
-
"callExpression": "
|
|
7492
|
+
"toSymbol": "getFixtureDataSource",
|
|
7493
|
+
"callExpression": "getFixtureDataSource",
|
|
7662
7494
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7663
7495
|
},
|
|
7664
7496
|
{
|
|
7665
7497
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7666
|
-
"toSymbol": "
|
|
7667
|
-
"callExpression": "
|
|
7498
|
+
"toSymbol": "createExternalDataSources",
|
|
7499
|
+
"callExpression": "createExternalDataSources",
|
|
7668
7500
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7669
7501
|
},
|
|
7670
7502
|
{
|
|
@@ -7691,10 +7523,28 @@
|
|
|
7691
7523
|
"callExpression": "expect",
|
|
7692
7524
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7693
7525
|
},
|
|
7526
|
+
{
|
|
7527
|
+
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7528
|
+
"toSymbol": "createDatabaseFixture",
|
|
7529
|
+
"callExpression": "createDatabaseFixture",
|
|
7530
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7534
|
+
"toSymbol": "executeGeneratedOperation",
|
|
7535
|
+
"callExpression": "executeGeneratedOperation",
|
|
7536
|
+
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7540
|
+
"toSymbol": "missingEndpoint",
|
|
7541
|
+
"callExpression": "missingEndpoint",
|
|
7542
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7543
|
+
},
|
|
7694
7544
|
{
|
|
7695
7545
|
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7696
|
-
"toSymbol": "
|
|
7697
|
-
"callExpression": "
|
|
7546
|
+
"toSymbol": "missingOperation",
|
|
7547
|
+
"callExpression": "missingOperation",
|
|
7698
7548
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7699
7549
|
},
|
|
7700
7550
|
{
|
|
@@ -7703,12 +7553,42 @@
|
|
|
7703
7553
|
"callExpression": "asBindingValueRecord",
|
|
7704
7554
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7705
7555
|
},
|
|
7556
|
+
{
|
|
7557
|
+
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7558
|
+
"toSymbol": "invalidInput",
|
|
7559
|
+
"callExpression": "invalidInput",
|
|
7560
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7564
|
+
"toSymbol": "executeRuntimeDatabaseOperation",
|
|
7565
|
+
"callExpression": "executeRuntimeDatabaseOperation",
|
|
7566
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7567
|
+
},
|
|
7706
7568
|
{
|
|
7707
7569
|
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7708
7570
|
"toSymbol": "testEndpoint",
|
|
7709
7571
|
"callExpression": "testEndpoint",
|
|
7710
7572
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7711
7573
|
},
|
|
7574
|
+
{
|
|
7575
|
+
"fromSymbol": "missingEndpoint",
|
|
7576
|
+
"toSymbol": "failure",
|
|
7577
|
+
"callExpression": "failure",
|
|
7578
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"fromSymbol": "missingOperation",
|
|
7582
|
+
"toSymbol": "failure",
|
|
7583
|
+
"callExpression": "failure",
|
|
7584
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"fromSymbol": "invalidInput",
|
|
7588
|
+
"toSymbol": "failure",
|
|
7589
|
+
"callExpression": "failure",
|
|
7590
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7591
|
+
},
|
|
7712
7592
|
{
|
|
7713
7593
|
"fromSymbol": "asBindingValueRecord",
|
|
7714
7594
|
"toSymbol": "isBindingValueRecord",
|
|
@@ -8467,20 +8347,8 @@
|
|
|
8467
8347
|
},
|
|
8468
8348
|
{
|
|
8469
8349
|
"fromSymbol": "src/RuntimeScreen.tsx",
|
|
8470
|
-
"toSymbol": "
|
|
8471
|
-
"callExpression": "
|
|
8472
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8473
|
-
},
|
|
8474
|
-
{
|
|
8475
|
-
"fromSymbol": "src/RuntimeScreen.tsx",
|
|
8476
|
-
"toSymbol": "resolveApiLoadersFromBindings",
|
|
8477
|
-
"callExpression": "resolveApiLoadersFromBindings",
|
|
8478
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8479
|
-
},
|
|
8480
|
-
{
|
|
8481
|
-
"fromSymbol": "RuntimeScreen",
|
|
8482
|
-
"toSymbol": "useRuntimeApiStateLoaders",
|
|
8483
|
-
"callExpression": "useRuntimeApiStateLoaders",
|
|
8350
|
+
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
8351
|
+
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
8484
8352
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8485
8353
|
},
|
|
8486
8354
|
{
|
|
@@ -8489,12 +8357,6 @@
|
|
|
8489
8357
|
"callExpression": "useRuntimeScreenOperationLoaders",
|
|
8490
8358
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8491
8359
|
},
|
|
8492
|
-
{
|
|
8493
|
-
"fromSymbol": "resolveApiLoadersFromBindings",
|
|
8494
|
-
"toSymbol": "resolveApiLoaderFromPropBinding",
|
|
8495
|
-
"callExpression": "resolveApiLoaderFromPropBinding",
|
|
8496
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8497
|
-
},
|
|
8498
8360
|
{
|
|
8499
8361
|
"fromSymbol": "createOperationResults",
|
|
8500
8362
|
"toSymbol": "createRuntimeBindingOperationKey",
|
|
@@ -9215,11 +9077,6 @@
|
|
|
9215
9077
|
"toType": "UiNode",
|
|
9216
9078
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9217
9079
|
},
|
|
9218
|
-
{
|
|
9219
|
-
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9220
|
-
"toType": "Users",
|
|
9221
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9222
|
-
},
|
|
9223
9080
|
{
|
|
9224
9081
|
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
9225
9082
|
"toType": "BindingValue",
|
|
@@ -9245,11 +9102,6 @@
|
|
|
9245
9102
|
"toType": "UiNode",
|
|
9246
9103
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9247
9104
|
},
|
|
9248
|
-
{
|
|
9249
|
-
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
9250
|
-
"toType": "Users",
|
|
9251
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9252
|
-
},
|
|
9253
9105
|
{
|
|
9254
9106
|
"fromSymbol": "createComponentEventFromHandlerArgs",
|
|
9255
9107
|
"toType": "ComponentEventDto",
|
|
@@ -9335,81 +9187,6 @@
|
|
|
9335
9187
|
"toType": "RuntimeEventPropWrapArgs",
|
|
9336
9188
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9337
9189
|
},
|
|
9338
|
-
{
|
|
9339
|
-
"fromSymbol": "RuntimeApiLoaderExecutionResult",
|
|
9340
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9341
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9342
|
-
},
|
|
9343
|
-
{
|
|
9344
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9345
|
-
"toType": "Readonly",
|
|
9346
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9347
|
-
},
|
|
9348
|
-
{
|
|
9349
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9350
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9351
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9352
|
-
},
|
|
9353
|
-
{
|
|
9354
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9355
|
-
"toType": "StateValue",
|
|
9356
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9357
|
-
},
|
|
9358
|
-
{
|
|
9359
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9360
|
-
"toType": "AppDataManifest",
|
|
9361
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9362
|
-
},
|
|
9363
|
-
{
|
|
9364
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9365
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9366
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9367
|
-
},
|
|
9368
|
-
{
|
|
9369
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9370
|
-
"toType": "RuntimeApiLoaderExecutionResult",
|
|
9371
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9372
|
-
},
|
|
9373
|
-
{
|
|
9374
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9375
|
-
"toType": "StateAdapter",
|
|
9376
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9377
|
-
},
|
|
9378
|
-
{
|
|
9379
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9380
|
-
"toType": "AppDataManifest",
|
|
9381
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9382
|
-
},
|
|
9383
|
-
{
|
|
9384
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9385
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9386
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9387
|
-
},
|
|
9388
|
-
{
|
|
9389
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9390
|
-
"toType": "RuntimeApiLoaderMaterializationResult",
|
|
9391
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9392
|
-
},
|
|
9393
|
-
{
|
|
9394
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9395
|
-
"toType": "AppDataManifest",
|
|
9396
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9397
|
-
},
|
|
9398
|
-
{
|
|
9399
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9400
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9401
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9402
|
-
},
|
|
9403
|
-
{
|
|
9404
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9405
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9406
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9407
|
-
},
|
|
9408
|
-
{
|
|
9409
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9410
|
-
"toType": "StateAdapter",
|
|
9411
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9412
|
-
},
|
|
9413
9190
|
{
|
|
9414
9191
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9415
9192
|
"toType": "BindingOperationRef",
|
|
@@ -9475,11 +9252,6 @@
|
|
|
9475
9252
|
"toType": "UiNode",
|
|
9476
9253
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9477
9254
|
},
|
|
9478
|
-
{
|
|
9479
|
-
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9480
|
-
"toType": "Users",
|
|
9481
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9482
|
-
},
|
|
9483
9255
|
{
|
|
9484
9256
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9485
9257
|
"toType": "BindingValue",
|
|
@@ -9515,11 +9287,6 @@
|
|
|
9515
9287
|
"toType": "StateAdapter",
|
|
9516
9288
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9517
9289
|
},
|
|
9518
|
-
{
|
|
9519
|
-
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9520
|
-
"toType": "Users",
|
|
9521
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9522
|
-
},
|
|
9523
9290
|
{
|
|
9524
9291
|
"fromSymbol": "RuntimeBindingResolutionResult",
|
|
9525
9292
|
"toType": "DataSourceDiagnostic",
|
|
@@ -9625,6 +9392,11 @@
|
|
|
9625
9392
|
"toType": "Readonly",
|
|
9626
9393
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9627
9394
|
},
|
|
9395
|
+
{
|
|
9396
|
+
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9397
|
+
"toType": "DbAdapter",
|
|
9398
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9399
|
+
},
|
|
9628
9400
|
{
|
|
9629
9401
|
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9630
9402
|
"toType": "EndpointTestCredentialResolver",
|
|
@@ -9635,6 +9407,11 @@
|
|
|
9635
9407
|
"toType": "EndpointTestFetch",
|
|
9636
9408
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9637
9409
|
},
|
|
9410
|
+
{
|
|
9411
|
+
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9412
|
+
"toType": "Readonly",
|
|
9413
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9414
|
+
},
|
|
9638
9415
|
{
|
|
9639
9416
|
"fromSymbol": "createRuntimeDataSourceOperationExecutor",
|
|
9640
9417
|
"toType": "RuntimeBindingOperationExecutor",
|
|
@@ -9940,11 +9717,6 @@
|
|
|
9940
9717
|
"toType": "UiNode",
|
|
9941
9718
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9942
9719
|
},
|
|
9943
|
-
{
|
|
9944
|
-
"fromSymbol": "RuntimeRendererProps",
|
|
9945
|
-
"toType": "Users",
|
|
9946
|
-
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9947
|
-
},
|
|
9948
9720
|
{
|
|
9949
9721
|
"fromSymbol": "RuntimeRenderer",
|
|
9950
9722
|
"toType": "React",
|
|
@@ -10085,11 +9857,6 @@
|
|
|
10085
9857
|
"toType": "StateAdapter",
|
|
10086
9858
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10087
9859
|
},
|
|
10088
|
-
{
|
|
10089
|
-
"fromSymbol": "RuntimeRendererConfig",
|
|
10090
|
-
"toType": "Users",
|
|
10091
|
-
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10092
|
-
},
|
|
10093
9860
|
{
|
|
10094
9861
|
"fromSymbol": "RuntimeRendererConfigProvider",
|
|
10095
9862
|
"toType": "React",
|
|
@@ -10260,16 +10027,6 @@
|
|
|
10260
10027
|
"toType": "ScreenSpec",
|
|
10261
10028
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10262
10029
|
},
|
|
10263
|
-
{
|
|
10264
|
-
"fromSymbol": "resolveScreenApiLoaders",
|
|
10265
|
-
"toType": "ApiScreenDataLoaderDefinition",
|
|
10266
|
-
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10267
|
-
},
|
|
10268
|
-
{
|
|
10269
|
-
"fromSymbol": "resolveScreenApiLoaders",
|
|
10270
|
-
"toType": "ScreenSpec",
|
|
10271
|
-
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10272
|
-
},
|
|
10273
10030
|
{
|
|
10274
10031
|
"fromSymbol": "resolveScreenOperationLoaders",
|
|
10275
10032
|
"toType": "OperationScreenDataLoaderDefinition",
|
|
@@ -10395,7 +10152,7 @@
|
|
|
10395
10152
|
{
|
|
10396
10153
|
"fromComponent": "RuntimeScreen",
|
|
10397
10154
|
"toComponent": "RuntimeRenderer",
|
|
10398
|
-
"jsxElement": "<RuntimeRenderer\n key={`${screen.id}:${
|
|
10155
|
+
"jsxElement": "<RuntimeRenderer\n key={`${screen.id}:${screenOperationLoaders.renderVersion}`}\n node={screen.root}\n isRoot\n registry={registry}\n stateAdapter={stateAdapter}\n dataBindings={manifest.dataBindings}\n dataSources={manifest.dataSources}\n operationResults={screenOperationLoaders.operationResults}\n />",
|
|
10399
10156
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10400
10157
|
}
|
|
10401
10158
|
]
|