@ankhorage/runtime 0.3.0 → 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 +6 -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 +1 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.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 -9
- package/paradox/diagrams/export-graph.mmd +1 -28
- package/paradox/diagrams/module-relationships.mmd +4 -7
- package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
- package/paradox/exports.json +30 -293
- package/paradox/exports.md +94 -193
- package/paradox/index.html +377 -700
- package/paradox/paradox.json +686 -890
- 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
|
{
|
|
@@ -108,12 +108,10 @@
|
|
|
108
108
|
"dispatchRuntimeComponentEvent",
|
|
109
109
|
"dispatchRuntimeComponentEventWithReporting",
|
|
110
110
|
"executeDbPersistAction",
|
|
111
|
-
"executeRuntimeApiLoaders",
|
|
112
111
|
"executeRuntimeScreenOperationLoaders",
|
|
113
112
|
"listRuntimeCapabilities",
|
|
114
113
|
"ManifestContext",
|
|
115
114
|
"ManifestProvider",
|
|
116
|
-
"materializeRuntimeApiLoaderState",
|
|
117
115
|
"mergeRuntimeRendererConfig",
|
|
118
116
|
"resolveBindingInputMap",
|
|
119
117
|
"resolveDbPersistInput",
|
|
@@ -123,7 +121,6 @@
|
|
|
123
121
|
"resolveRuntimeBindingsAsync",
|
|
124
122
|
"resolveRuntimeBindingValue",
|
|
125
123
|
"resolveRuntimeBindingValueSync",
|
|
126
|
-
"resolveScreenApiLoaders",
|
|
127
124
|
"resolveScreenOperationLoaders",
|
|
128
125
|
"RUNTIME_CAPABILITIES",
|
|
129
126
|
"RUNTIME_MANIFEST_KIND",
|
|
@@ -137,11 +134,6 @@
|
|
|
137
134
|
"RuntimeActionResolutionArgs",
|
|
138
135
|
"RuntimeActionResolutionScope",
|
|
139
136
|
"RuntimeAdapterDescriptor",
|
|
140
|
-
"RuntimeApiLoaderDefinition",
|
|
141
|
-
"RuntimeApiLoaderDiagnostic",
|
|
142
|
-
"RuntimeApiLoaderExecutionResult",
|
|
143
|
-
"RuntimeApiLoaderMaterializationResult",
|
|
144
|
-
"RuntimeApiLoaderMode",
|
|
145
137
|
"RuntimeBindingDescriptor",
|
|
146
138
|
"RuntimeBindingOperationExecutionArgs",
|
|
147
139
|
"RuntimeBindingOperationExecutionResult",
|
|
@@ -180,7 +172,6 @@
|
|
|
180
172
|
"useManifest",
|
|
181
173
|
"useManifestContext",
|
|
182
174
|
"useOptionalManifestContext",
|
|
183
|
-
"useRuntimeApiStateLoaders",
|
|
184
175
|
"useRuntimeRendererConfig",
|
|
185
176
|
"useRuntimeScreenOperationLoaders",
|
|
186
177
|
"validateRuntimeBindingOperationRef",
|
|
@@ -251,31 +242,6 @@
|
|
|
251
242
|
"wrapRuntimeEventProps"
|
|
252
243
|
]
|
|
253
244
|
},
|
|
254
|
-
{
|
|
255
|
-
"path": "src/runtimeApiLoaders.test.ts",
|
|
256
|
-
"isEntrypoint": false,
|
|
257
|
-
"dependencies": [
|
|
258
|
-
"src/runtimeApiLoaders.ts",
|
|
259
|
-
"src/runtimeBindings.ts",
|
|
260
|
-
"src/runtimeStateAdapter.ts"
|
|
261
|
-
],
|
|
262
|
-
"exports": []
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"path": "src/runtimeApiLoaders.ts",
|
|
266
|
-
"isEntrypoint": false,
|
|
267
|
-
"dependencies": ["src/runtimeStateAdapter.ts"],
|
|
268
|
-
"exports": [
|
|
269
|
-
"executeRuntimeApiLoaders",
|
|
270
|
-
"materializeRuntimeApiLoaderState",
|
|
271
|
-
"RuntimeApiLoaderDefinition",
|
|
272
|
-
"RuntimeApiLoaderDiagnostic",
|
|
273
|
-
"RuntimeApiLoaderExecutionResult",
|
|
274
|
-
"RuntimeApiLoaderMaterializationResult",
|
|
275
|
-
"RuntimeApiLoaderMode",
|
|
276
|
-
"useRuntimeApiStateLoaders"
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
245
|
{
|
|
280
246
|
"path": "src/runtimeBindings.test.ts",
|
|
281
247
|
"isEntrypoint": false,
|
|
@@ -309,6 +275,12 @@
|
|
|
309
275
|
"validateRuntimeBindingOperationRef"
|
|
310
276
|
]
|
|
311
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"path": "src/runtimeDatabaseOperationExecutor.ts",
|
|
280
|
+
"isEntrypoint": false,
|
|
281
|
+
"dependencies": ["src/runtimeBindings.ts"],
|
|
282
|
+
"exports": ["executeRuntimeDatabaseOperation"]
|
|
283
|
+
},
|
|
312
284
|
{
|
|
313
285
|
"path": "src/runtimeDataSourceOperations.test.ts",
|
|
314
286
|
"isEntrypoint": false,
|
|
@@ -318,7 +290,7 @@
|
|
|
318
290
|
{
|
|
319
291
|
"path": "src/runtimeDataSourceOperations.ts",
|
|
320
292
|
"isEntrypoint": false,
|
|
321
|
-
"dependencies": ["src/runtimeBindings.ts"],
|
|
293
|
+
"dependencies": ["src/runtimeBindings.ts", "src/runtimeDatabaseOperationExecutor.ts"],
|
|
322
294
|
"exports": [
|
|
323
295
|
"createRuntimeDataSourceOperationExecutor",
|
|
324
296
|
"RuntimeDataSourceOperationExecutorOptions"
|
|
@@ -488,10 +460,10 @@
|
|
|
488
460
|
"isEntrypoint": false,
|
|
489
461
|
"dependencies": [
|
|
490
462
|
"src/registry.tsx",
|
|
491
|
-
"src/runtimeApiLoaders.ts",
|
|
492
463
|
"src/RuntimeRenderer.tsx",
|
|
493
464
|
"src/RuntimeRendererConfig.tsx",
|
|
494
|
-
"src/runtimeScreenLoaders.ts"
|
|
465
|
+
"src/runtimeScreenLoaders.ts",
|
|
466
|
+
"src/runtimeStateAdapter.ts"
|
|
495
467
|
],
|
|
496
468
|
"exports": ["RuntimeScreen", "RuntimeScreenProps"]
|
|
497
469
|
},
|
|
@@ -519,7 +491,6 @@
|
|
|
519
491
|
"createRuntimeScreenLoaderRequestKey",
|
|
520
492
|
"createRuntimeScreenOperationLoaderLifecycle",
|
|
521
493
|
"executeRuntimeScreenOperationLoaders",
|
|
522
|
-
"resolveScreenApiLoaders",
|
|
523
494
|
"resolveScreenOperationLoaders",
|
|
524
495
|
"RuntimeScreenOperationLoaderExecutionResult",
|
|
525
496
|
"RuntimeScreenOperationLoaderLifecycle",
|
|
@@ -782,7 +753,7 @@
|
|
|
782
753
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
783
754
|
"sourceLocation": {
|
|
784
755
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
785
|
-
"line":
|
|
756
|
+
"line": 82,
|
|
786
757
|
"column": 1
|
|
787
758
|
},
|
|
788
759
|
"exportPaths": ["src/index.ts"],
|
|
@@ -885,7 +856,7 @@
|
|
|
885
856
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
886
857
|
"sourceLocation": {
|
|
887
858
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
888
|
-
"line":
|
|
859
|
+
"line": 14,
|
|
889
860
|
"column": 1
|
|
890
861
|
},
|
|
891
862
|
"exportPaths": ["src/index.ts"],
|
|
@@ -984,7 +955,7 @@
|
|
|
984
955
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
985
956
|
"sourceLocation": {
|
|
986
957
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
987
|
-
"line":
|
|
958
|
+
"line": 49,
|
|
988
959
|
"column": 1
|
|
989
960
|
},
|
|
990
961
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1203,38 +1174,6 @@
|
|
|
1203
1174
|
"members": [],
|
|
1204
1175
|
"structuredRows": []
|
|
1205
1176
|
},
|
|
1206
|
-
{
|
|
1207
|
-
"name": "executeRuntimeApiLoaders",
|
|
1208
|
-
"description": null,
|
|
1209
|
-
"isReadme": false,
|
|
1210
|
-
"examples": [],
|
|
1211
|
-
"kind": "function",
|
|
1212
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1213
|
-
"sourceLocation": {
|
|
1214
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1215
|
-
"line": 100,
|
|
1216
|
-
"column": 1
|
|
1217
|
-
},
|
|
1218
|
-
"exportPaths": ["src/index.ts"],
|
|
1219
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderExecutionResult"],
|
|
1220
|
-
"signatures": [
|
|
1221
|
-
{
|
|
1222
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult",
|
|
1223
|
-
"parameters": [
|
|
1224
|
-
{
|
|
1225
|
-
"name": "args",
|
|
1226
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }",
|
|
1227
|
-
"required": true,
|
|
1228
|
-
"description": null
|
|
1229
|
-
}
|
|
1230
|
-
],
|
|
1231
|
-
"returnType": "RuntimeApiLoaderExecutionResult",
|
|
1232
|
-
"returnDescription": null
|
|
1233
|
-
}
|
|
1234
|
-
],
|
|
1235
|
-
"members": [],
|
|
1236
|
-
"structuredRows": []
|
|
1237
|
-
},
|
|
1238
1177
|
{
|
|
1239
1178
|
"name": "executeRuntimeScreenOperationLoaders",
|
|
1240
1179
|
"description": null,
|
|
@@ -1244,7 +1183,7 @@
|
|
|
1244
1183
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1245
1184
|
"sourceLocation": {
|
|
1246
1185
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1247
|
-
"line":
|
|
1186
|
+
"line": 178,
|
|
1248
1187
|
"column": 1
|
|
1249
1188
|
},
|
|
1250
1189
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1347,38 +1286,6 @@
|
|
|
1347
1286
|
"members": [],
|
|
1348
1287
|
"structuredRows": []
|
|
1349
1288
|
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "materializeRuntimeApiLoaderState",
|
|
1352
|
-
"description": null,
|
|
1353
|
-
"isReadme": false,
|
|
1354
|
-
"examples": [],
|
|
1355
|
-
"kind": "function",
|
|
1356
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
1357
|
-
"sourceLocation": {
|
|
1358
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
1359
|
-
"line": 40,
|
|
1360
|
-
"column": 1
|
|
1361
|
-
},
|
|
1362
|
-
"exportPaths": ["src/index.ts"],
|
|
1363
|
-
"relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderMaterializationResult"],
|
|
1364
|
-
"signatures": [
|
|
1365
|
-
{
|
|
1366
|
-
"label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) => RuntimeApiLoaderMaterializationResult",
|
|
1367
|
-
"parameters": [
|
|
1368
|
-
{
|
|
1369
|
-
"name": "args",
|
|
1370
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }",
|
|
1371
|
-
"required": true,
|
|
1372
|
-
"description": null
|
|
1373
|
-
}
|
|
1374
|
-
],
|
|
1375
|
-
"returnType": "RuntimeApiLoaderMaterializationResult",
|
|
1376
|
-
"returnDescription": null
|
|
1377
|
-
}
|
|
1378
|
-
],
|
|
1379
|
-
"members": [],
|
|
1380
|
-
"structuredRows": []
|
|
1381
|
-
},
|
|
1382
1289
|
{
|
|
1383
1290
|
"name": "mergeRuntimeRendererConfig",
|
|
1384
1291
|
"description": null,
|
|
@@ -1721,38 +1628,6 @@
|
|
|
1721
1628
|
"members": [],
|
|
1722
1629
|
"structuredRows": []
|
|
1723
1630
|
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "resolveScreenApiLoaders",
|
|
1726
|
-
"description": null,
|
|
1727
|
-
"isReadme": false,
|
|
1728
|
-
"examples": [],
|
|
1729
|
-
"kind": "function",
|
|
1730
|
-
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1731
|
-
"sourceLocation": {
|
|
1732
|
-
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1733
|
-
"line": 44,
|
|
1734
|
-
"column": 1
|
|
1735
|
-
},
|
|
1736
|
-
"exportPaths": ["src/index.ts"],
|
|
1737
|
-
"relatedSymbols": [],
|
|
1738
|
-
"signatures": [
|
|
1739
|
-
{
|
|
1740
|
-
"label": "(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]",
|
|
1741
|
-
"parameters": [
|
|
1742
|
-
{
|
|
1743
|
-
"name": "screen",
|
|
1744
|
-
"type": "ScreenSpec",
|
|
1745
|
-
"required": true,
|
|
1746
|
-
"description": null
|
|
1747
|
-
}
|
|
1748
|
-
],
|
|
1749
|
-
"returnType": "readonly ApiScreenDataLoaderDefinition[]",
|
|
1750
|
-
"returnDescription": null
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"members": [],
|
|
1754
|
-
"structuredRows": []
|
|
1755
|
-
},
|
|
1756
1631
|
{
|
|
1757
1632
|
"name": "resolveScreenOperationLoaders",
|
|
1758
1633
|
"description": null,
|
|
@@ -1762,7 +1637,7 @@
|
|
|
1762
1637
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
1763
1638
|
"sourceLocation": {
|
|
1764
1639
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
1765
|
-
"line":
|
|
1640
|
+
"line": 43,
|
|
1766
1641
|
"column": 1
|
|
1767
1642
|
},
|
|
1768
1643
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2147,148 +2022,6 @@
|
|
|
2147
2022
|
],
|
|
2148
2023
|
"structuredRows": []
|
|
2149
2024
|
},
|
|
2150
|
-
{
|
|
2151
|
-
"name": "RuntimeApiLoaderDefinition",
|
|
2152
|
-
"description": null,
|
|
2153
|
-
"isReadme": false,
|
|
2154
|
-
"examples": [],
|
|
2155
|
-
"kind": "unknown",
|
|
2156
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2157
|
-
"sourceLocation": {
|
|
2158
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2159
|
-
"line": 17,
|
|
2160
|
-
"column": 1
|
|
2161
|
-
},
|
|
2162
|
-
"exportPaths": ["src/index.ts"],
|
|
2163
|
-
"relatedSymbols": [],
|
|
2164
|
-
"signatures": [],
|
|
2165
|
-
"members": [],
|
|
2166
|
-
"structuredRows": []
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"name": "RuntimeApiLoaderDiagnostic",
|
|
2170
|
-
"description": null,
|
|
2171
|
-
"isReadme": false,
|
|
2172
|
-
"examples": [],
|
|
2173
|
-
"kind": "type",
|
|
2174
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2175
|
-
"sourceLocation": {
|
|
2176
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2177
|
-
"line": 19,
|
|
2178
|
-
"column": 1
|
|
2179
|
-
},
|
|
2180
|
-
"exportPaths": ["src/index.ts"],
|
|
2181
|
-
"relatedSymbols": [],
|
|
2182
|
-
"signatures": [],
|
|
2183
|
-
"members": [
|
|
2184
|
-
{
|
|
2185
|
-
"name": "apiId",
|
|
2186
|
-
"kind": "property",
|
|
2187
|
-
"type": "string | undefined",
|
|
2188
|
-
"required": false,
|
|
2189
|
-
"description": null
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"name": "code",
|
|
2193
|
-
"kind": "property",
|
|
2194
|
-
"type": "\"invalid-record\" | \"missing-api\" | \"missing-target-path\" | \"state-set-failed\" | \"unsupported-loader\"",
|
|
2195
|
-
"required": true,
|
|
2196
|
-
"description": null
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "message",
|
|
2200
|
-
"kind": "property",
|
|
2201
|
-
"type": "string",
|
|
2202
|
-
"required": true,
|
|
2203
|
-
"description": null
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "targetPath",
|
|
2207
|
-
"kind": "property",
|
|
2208
|
-
"type": "string | undefined",
|
|
2209
|
-
"required": false,
|
|
2210
|
-
"description": null
|
|
2211
|
-
}
|
|
2212
|
-
],
|
|
2213
|
-
"structuredRows": []
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"name": "RuntimeApiLoaderExecutionResult",
|
|
2217
|
-
"description": null,
|
|
2218
|
-
"isReadme": false,
|
|
2219
|
-
"examples": [],
|
|
2220
|
-
"kind": "type",
|
|
2221
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2222
|
-
"sourceLocation": {
|
|
2223
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2224
|
-
"line": 31,
|
|
2225
|
-
"column": 1
|
|
2226
|
-
},
|
|
2227
|
-
"exportPaths": ["src/index.ts"],
|
|
2228
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
2229
|
-
"signatures": [],
|
|
2230
|
-
"members": [
|
|
2231
|
-
{
|
|
2232
|
-
"name": "diagnostics",
|
|
2233
|
-
"kind": "property",
|
|
2234
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
2235
|
-
"required": true,
|
|
2236
|
-
"description": null
|
|
2237
|
-
}
|
|
2238
|
-
],
|
|
2239
|
-
"structuredRows": []
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"name": "RuntimeApiLoaderMaterializationResult",
|
|
2243
|
-
"description": null,
|
|
2244
|
-
"isReadme": false,
|
|
2245
|
-
"examples": [],
|
|
2246
|
-
"kind": "type",
|
|
2247
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2248
|
-
"sourceLocation": {
|
|
2249
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2250
|
-
"line": 35,
|
|
2251
|
-
"column": 1
|
|
2252
|
-
},
|
|
2253
|
-
"exportPaths": ["src/index.ts"],
|
|
2254
|
-
"relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
|
|
2255
|
-
"signatures": [],
|
|
2256
|
-
"members": [
|
|
2257
|
-
{
|
|
2258
|
-
"name": "diagnostics",
|
|
2259
|
-
"kind": "property",
|
|
2260
|
-
"type": "readonly RuntimeApiLoaderDiagnostic[]",
|
|
2261
|
-
"required": true,
|
|
2262
|
-
"description": null
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"name": "state",
|
|
2266
|
-
"kind": "property",
|
|
2267
|
-
"type": "Readonly<Record<string, StateValue>>",
|
|
2268
|
-
"required": true,
|
|
2269
|
-
"description": null
|
|
2270
|
-
}
|
|
2271
|
-
],
|
|
2272
|
-
"structuredRows": []
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"name": "RuntimeApiLoaderMode",
|
|
2276
|
-
"description": null,
|
|
2277
|
-
"isReadme": false,
|
|
2278
|
-
"examples": [],
|
|
2279
|
-
"kind": "unknown",
|
|
2280
|
-
"modulePath": "src/runtimeApiLoaders.ts",
|
|
2281
|
-
"sourceLocation": {
|
|
2282
|
-
"filePath": "src/runtimeApiLoaders.ts",
|
|
2283
|
-
"line": 15,
|
|
2284
|
-
"column": 1
|
|
2285
|
-
},
|
|
2286
|
-
"exportPaths": ["src/index.ts"],
|
|
2287
|
-
"relatedSymbols": [],
|
|
2288
|
-
"signatures": [],
|
|
2289
|
-
"members": [],
|
|
2290
|
-
"structuredRows": []
|
|
2291
|
-
},
|
|
2292
2025
|
{
|
|
2293
2026
|
"name": "RuntimeBindingDescriptor",
|
|
2294
2027
|
"description": null,
|
|
@@ -2513,7 +2246,7 @@
|
|
|
2513
2246
|
{
|
|
2514
2247
|
"name": "dataBindings",
|
|
2515
2248
|
"kind": "property",
|
|
2516
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2249
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2517
2250
|
"required": false,
|
|
2518
2251
|
"description": null
|
|
2519
2252
|
},
|
|
@@ -2595,7 +2328,7 @@
|
|
|
2595
2328
|
{
|
|
2596
2329
|
"name": "dataBindings",
|
|
2597
2330
|
"kind": "property",
|
|
2598
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2331
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2599
2332
|
"required": false,
|
|
2600
2333
|
"description": null
|
|
2601
2334
|
},
|
|
@@ -2718,7 +2451,7 @@
|
|
|
2718
2451
|
{
|
|
2719
2452
|
"name": "dataBindings",
|
|
2720
2453
|
"kind": "property",
|
|
2721
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2454
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
2722
2455
|
"required": false,
|
|
2723
2456
|
"description": null
|
|
2724
2457
|
},
|
|
@@ -2797,7 +2530,7 @@
|
|
|
2797
2530
|
"modulePath": "src/runtimeDataSourceOperations.ts",
|
|
2798
2531
|
"sourceLocation": {
|
|
2799
2532
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
2800
|
-
"line":
|
|
2533
|
+
"line": 8,
|
|
2801
2534
|
"column": 1
|
|
2802
2535
|
},
|
|
2803
2536
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2811,11 +2544,18 @@
|
|
|
2811
2544
|
"required": false,
|
|
2812
2545
|
"description": null
|
|
2813
2546
|
},
|
|
2547
|
+
{
|
|
2548
|
+
"name": "databaseAdapters",
|
|
2549
|
+
"kind": "property",
|
|
2550
|
+
"type": "Readonly<Record<string, DbAdapter>> | undefined",
|
|
2551
|
+
"required": false,
|
|
2552
|
+
"description": null
|
|
2553
|
+
},
|
|
2814
2554
|
{
|
|
2815
2555
|
"name": "fetch",
|
|
2816
2556
|
"kind": "property",
|
|
2817
|
-
"type": "EndpointTestFetch",
|
|
2818
|
-
"required":
|
|
2557
|
+
"type": "EndpointTestFetch | undefined",
|
|
2558
|
+
"required": false,
|
|
2819
2559
|
"description": null
|
|
2820
2560
|
}
|
|
2821
2561
|
],
|
|
@@ -3004,7 +2744,7 @@
|
|
|
3004
2744
|
{
|
|
3005
2745
|
"name": "dataBindings",
|
|
3006
2746
|
"kind": "property",
|
|
3007
|
-
"type": "Readonly<Record<string, import(\"/
|
|
2747
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3008
2748
|
"required": false,
|
|
3009
2749
|
"description": null
|
|
3010
2750
|
},
|
|
@@ -3343,14 +3083,14 @@
|
|
|
3343
3083
|
{
|
|
3344
3084
|
"name": "dataBindings",
|
|
3345
3085
|
"kind": "property",
|
|
3346
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3086
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3347
3087
|
"required": false,
|
|
3348
3088
|
"description": null
|
|
3349
3089
|
},
|
|
3350
3090
|
{
|
|
3351
3091
|
"name": "dataSources",
|
|
3352
3092
|
"kind": "property",
|
|
3353
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3093
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
3354
3094
|
"required": false,
|
|
3355
3095
|
"description": null
|
|
3356
3096
|
},
|
|
@@ -3399,7 +3139,7 @@
|
|
|
3399
3139
|
{
|
|
3400
3140
|
"name": "operationResults",
|
|
3401
3141
|
"kind": "property",
|
|
3402
|
-
"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",
|
|
3403
3143
|
"required": false,
|
|
3404
3144
|
"description": null
|
|
3405
3145
|
},
|
|
@@ -3504,14 +3244,14 @@
|
|
|
3504
3244
|
{
|
|
3505
3245
|
"name": "dataBindings",
|
|
3506
3246
|
"kind": "property",
|
|
3507
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3247
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
|
|
3508
3248
|
"required": false,
|
|
3509
3249
|
"description": null
|
|
3510
3250
|
},
|
|
3511
3251
|
{
|
|
3512
3252
|
"name": "dataSources",
|
|
3513
3253
|
"kind": "property",
|
|
3514
|
-
"type": "Readonly<Record<string, import(\"/
|
|
3254
|
+
"type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
|
|
3515
3255
|
"required": false,
|
|
3516
3256
|
"description": null
|
|
3517
3257
|
},
|
|
@@ -3539,7 +3279,7 @@
|
|
|
3539
3279
|
{
|
|
3540
3280
|
"name": "executeAction",
|
|
3541
3281
|
"kind": "property",
|
|
3542
|
-
"type": "import(\"/
|
|
3282
|
+
"type": "import(\"/home/runner/work/runtime/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
|
|
3543
3283
|
"required": false,
|
|
3544
3284
|
"description": null
|
|
3545
3285
|
},
|
|
@@ -3684,7 +3424,7 @@
|
|
|
3684
3424
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3685
3425
|
"sourceLocation": {
|
|
3686
3426
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3687
|
-
"line":
|
|
3427
|
+
"line": 17,
|
|
3688
3428
|
"column": 1
|
|
3689
3429
|
},
|
|
3690
3430
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3716,7 +3456,7 @@
|
|
|
3716
3456
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3717
3457
|
"sourceLocation": {
|
|
3718
3458
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3719
|
-
"line":
|
|
3459
|
+
"line": 25,
|
|
3720
3460
|
"column": 1
|
|
3721
3461
|
},
|
|
3722
3462
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3756,7 +3496,7 @@
|
|
|
3756
3496
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
3757
3497
|
"sourceLocation": {
|
|
3758
3498
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
3759
|
-
"line":
|
|
3499
|
+
"line": 18,
|
|
3760
3500
|
"column": 1
|
|
3761
3501
|
},
|
|
3762
3502
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3803,7 +3543,7 @@
|
|
|
3803
3543
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
3804
3544
|
"sourceLocation": {
|
|
3805
3545
|
"filePath": "src/RuntimeScreen.tsx",
|
|
3806
|
-
"line":
|
|
3546
|
+
"line": 10,
|
|
3807
3547
|
"column": 1
|
|
3808
3548
|
},
|
|
3809
3549
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3949,56 +3689,24 @@
|
|
|
3949
3689
|
"structuredRows": []
|
|
3950
3690
|
},
|
|
3951
3691
|
{
|
|
3952
|
-
"name": "
|
|
3692
|
+
"name": "useRuntimeRendererConfig",
|
|
3953
3693
|
"description": null,
|
|
3954
3694
|
"isReadme": false,
|
|
3955
3695
|
"examples": [],
|
|
3956
3696
|
"kind": "function",
|
|
3957
|
-
"modulePath": "src/
|
|
3697
|
+
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3958
3698
|
"sourceLocation": {
|
|
3959
|
-
"filePath": "src/
|
|
3960
|
-
"line":
|
|
3699
|
+
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3700
|
+
"line": 167,
|
|
3961
3701
|
"column": 1
|
|
3962
3702
|
},
|
|
3963
3703
|
"exportPaths": ["src/index.ts"],
|
|
3964
|
-
"relatedSymbols": ["
|
|
3704
|
+
"relatedSymbols": ["RuntimeRendererConfig"],
|
|
3965
3705
|
"signatures": [
|
|
3966
3706
|
{
|
|
3967
|
-
"label": "(
|
|
3968
|
-
"parameters": [
|
|
3969
|
-
|
|
3970
|
-
"name": "args",
|
|
3971
|
-
"type": "{ readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }",
|
|
3972
|
-
"required": true,
|
|
3973
|
-
"description": null
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
"returnType": "{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
|
|
3977
|
-
"returnDescription": null
|
|
3978
|
-
}
|
|
3979
|
-
],
|
|
3980
|
-
"members": [],
|
|
3981
|
-
"structuredRows": []
|
|
3982
|
-
},
|
|
3983
|
-
{
|
|
3984
|
-
"name": "useRuntimeRendererConfig",
|
|
3985
|
-
"description": null,
|
|
3986
|
-
"isReadme": false,
|
|
3987
|
-
"examples": [],
|
|
3988
|
-
"kind": "function",
|
|
3989
|
-
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3990
|
-
"sourceLocation": {
|
|
3991
|
-
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3992
|
-
"line": 167,
|
|
3993
|
-
"column": 1
|
|
3994
|
-
},
|
|
3995
|
-
"exportPaths": ["src/index.ts"],
|
|
3996
|
-
"relatedSymbols": ["RuntimeRendererConfig"],
|
|
3997
|
-
"signatures": [
|
|
3998
|
-
{
|
|
3999
|
-
"label": "() => RuntimeRendererConfig",
|
|
4000
|
-
"parameters": [],
|
|
4001
|
-
"returnType": "RuntimeRendererConfig",
|
|
3707
|
+
"label": "() => RuntimeRendererConfig",
|
|
3708
|
+
"parameters": [],
|
|
3709
|
+
"returnType": "RuntimeRendererConfig",
|
|
4002
3710
|
"returnDescription": null
|
|
4003
3711
|
}
|
|
4004
3712
|
],
|
|
@@ -4014,7 +3722,7 @@
|
|
|
4014
3722
|
"modulePath": "src/runtimeScreenLoaders.ts",
|
|
4015
3723
|
"sourceLocation": {
|
|
4016
3724
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
4017
|
-
"line":
|
|
3725
|
+
"line": 273,
|
|
4018
3726
|
"column": 1
|
|
4019
3727
|
},
|
|
4020
3728
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4320,7 +4028,7 @@
|
|
|
4320
4028
|
"modulePath": "src/RuntimeScreen.tsx",
|
|
4321
4029
|
"sourceLocation": {
|
|
4322
4030
|
"filePath": "src/RuntimeScreen.tsx",
|
|
4323
|
-
"line":
|
|
4031
|
+
"line": 17,
|
|
4324
4032
|
"column": 1
|
|
4325
4033
|
},
|
|
4326
4034
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4705,362 +4413,443 @@
|
|
|
4705
4413
|
}
|
|
4706
4414
|
},
|
|
4707
4415
|
{
|
|
4708
|
-
"name": "
|
|
4416
|
+
"name": "createFakeStateAdapter",
|
|
4709
4417
|
"description": null,
|
|
4710
4418
|
"sourceLocation": {
|
|
4711
|
-
"filePath": "src/
|
|
4712
|
-
"line":
|
|
4419
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4420
|
+
"line": 25,
|
|
4713
4421
|
"column": 1
|
|
4714
4422
|
}
|
|
4715
4423
|
},
|
|
4716
4424
|
{
|
|
4717
|
-
"name": "
|
|
4425
|
+
"name": "createDataSources",
|
|
4718
4426
|
"description": null,
|
|
4719
4427
|
"sourceLocation": {
|
|
4720
|
-
"filePath": "src/
|
|
4721
|
-
"line":
|
|
4428
|
+
"filePath": "src/runtimeBindings.test.ts",
|
|
4429
|
+
"line": 57,
|
|
4722
4430
|
"column": 1
|
|
4723
4431
|
}
|
|
4724
4432
|
},
|
|
4725
4433
|
{
|
|
4726
|
-
"name": "
|
|
4434
|
+
"name": "resolveRuntimeBindingsAsync",
|
|
4727
4435
|
"description": null,
|
|
4728
4436
|
"sourceLocation": {
|
|
4729
|
-
"filePath": "src/
|
|
4730
|
-
"line":
|
|
4437
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4438
|
+
"line": 74,
|
|
4731
4439
|
"column": 1
|
|
4732
4440
|
}
|
|
4733
4441
|
},
|
|
4734
4442
|
{
|
|
4735
|
-
"name": "
|
|
4443
|
+
"name": "resolveRuntimeBindings",
|
|
4736
4444
|
"description": null,
|
|
4737
4445
|
"sourceLocation": {
|
|
4738
|
-
"filePath": "src/
|
|
4739
|
-
"line":
|
|
4446
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4447
|
+
"line": 89,
|
|
4740
4448
|
"column": 1
|
|
4741
4449
|
}
|
|
4742
4450
|
},
|
|
4743
4451
|
{
|
|
4744
|
-
"name": "
|
|
4452
|
+
"name": "resolveRuntimeBindingValue",
|
|
4745
4453
|
"description": null,
|
|
4746
4454
|
"sourceLocation": {
|
|
4747
|
-
"filePath": "src/
|
|
4748
|
-
"line":
|
|
4455
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4456
|
+
"line": 103,
|
|
4749
4457
|
"column": 1
|
|
4750
4458
|
}
|
|
4751
4459
|
},
|
|
4752
4460
|
{
|
|
4753
|
-
"name": "
|
|
4461
|
+
"name": "resolveRuntimeBindingValueSync",
|
|
4754
4462
|
"description": null,
|
|
4755
4463
|
"sourceLocation": {
|
|
4756
|
-
"filePath": "src/
|
|
4757
|
-
"line":
|
|
4464
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4465
|
+
"line": 116,
|
|
4758
4466
|
"column": 1
|
|
4759
4467
|
}
|
|
4760
4468
|
},
|
|
4761
4469
|
{
|
|
4762
|
-
"name": "
|
|
4470
|
+
"name": "resolveBindingInputMap",
|
|
4763
4471
|
"description": null,
|
|
4764
4472
|
"sourceLocation": {
|
|
4765
|
-
"filePath": "src/
|
|
4766
|
-
"line":
|
|
4473
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4474
|
+
"line": 129,
|
|
4767
4475
|
"column": 1
|
|
4768
4476
|
}
|
|
4769
4477
|
},
|
|
4770
4478
|
{
|
|
4771
|
-
"name": "
|
|
4479
|
+
"name": "resolveBindingInputMapSync",
|
|
4772
4480
|
"description": null,
|
|
4773
4481
|
"sourceLocation": {
|
|
4774
|
-
"filePath": "src/
|
|
4775
|
-
"line":
|
|
4482
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4483
|
+
"line": 146,
|
|
4776
4484
|
"column": 1
|
|
4777
4485
|
}
|
|
4778
4486
|
},
|
|
4779
4487
|
{
|
|
4780
|
-
"name": "
|
|
4488
|
+
"name": "createRuntimeBindingOperationKey",
|
|
4781
4489
|
"description": null,
|
|
4782
4490
|
"sourceLocation": {
|
|
4783
|
-
"filePath": "src/
|
|
4784
|
-
"line":
|
|
4491
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4492
|
+
"line": 163,
|
|
4785
4493
|
"column": 1
|
|
4786
4494
|
}
|
|
4787
4495
|
},
|
|
4788
4496
|
{
|
|
4789
|
-
"name": "
|
|
4497
|
+
"name": "validateRuntimeBindingOperationRef",
|
|
4790
4498
|
"description": null,
|
|
4791
4499
|
"sourceLocation": {
|
|
4792
|
-
"filePath": "src/
|
|
4793
|
-
"line":
|
|
4500
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4501
|
+
"line": 169,
|
|
4794
4502
|
"column": 1
|
|
4795
4503
|
}
|
|
4796
4504
|
},
|
|
4797
4505
|
{
|
|
4798
|
-
"name": "
|
|
4506
|
+
"name": "resolveRuntimeBindingValueSource",
|
|
4799
4507
|
"description": null,
|
|
4800
4508
|
"sourceLocation": {
|
|
4801
|
-
"filePath": "src/
|
|
4802
|
-
"line":
|
|
4509
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4510
|
+
"line": 211,
|
|
4803
4511
|
"column": 1
|
|
4804
4512
|
}
|
|
4805
4513
|
},
|
|
4806
4514
|
{
|
|
4807
|
-
"name": "
|
|
4515
|
+
"name": "resolveRuntimeBindingValueSourceSync",
|
|
4808
4516
|
"description": null,
|
|
4809
4517
|
"sourceLocation": {
|
|
4810
|
-
"filePath": "src/
|
|
4811
|
-
"line":
|
|
4518
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4519
|
+
"line": 253,
|
|
4812
4520
|
"column": 1
|
|
4813
4521
|
}
|
|
4814
4522
|
},
|
|
4815
4523
|
{
|
|
4816
|
-
"name": "
|
|
4524
|
+
"name": "resolveCachedOperationValue",
|
|
4817
4525
|
"description": null,
|
|
4818
4526
|
"sourceLocation": {
|
|
4819
|
-
"filePath": "src/runtimeBindings.
|
|
4820
|
-
"line":
|
|
4527
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4528
|
+
"line": 284,
|
|
4821
4529
|
"column": 1
|
|
4822
4530
|
}
|
|
4823
4531
|
},
|
|
4824
4532
|
{
|
|
4825
|
-
"name": "
|
|
4533
|
+
"name": "resolveBindingFallback",
|
|
4826
4534
|
"description": null,
|
|
4827
4535
|
"sourceLocation": {
|
|
4828
|
-
"filePath": "src/runtimeBindings.
|
|
4829
|
-
"line":
|
|
4536
|
+
"filePath": "src/runtimeBindings.ts",
|
|
4537
|
+
"line": 294,
|
|
4830
4538
|
"column": 1
|
|
4831
4539
|
}
|
|
4832
4540
|
},
|
|
4833
4541
|
{
|
|
4834
|
-
"name": "
|
|
4542
|
+
"name": "resolveBindingFallbackSync",
|
|
4835
4543
|
"description": null,
|
|
4836
4544
|
"sourceLocation": {
|
|
4837
4545
|
"filePath": "src/runtimeBindings.ts",
|
|
4838
|
-
"line":
|
|
4546
|
+
"line": 306,
|
|
4839
4547
|
"column": 1
|
|
4840
4548
|
}
|
|
4841
4549
|
},
|
|
4842
4550
|
{
|
|
4843
|
-
"name": "
|
|
4551
|
+
"name": "resolveBindingInputValue",
|
|
4844
4552
|
"description": null,
|
|
4845
4553
|
"sourceLocation": {
|
|
4846
4554
|
"filePath": "src/runtimeBindings.ts",
|
|
4847
|
-
"line":
|
|
4555
|
+
"line": 318,
|
|
4848
4556
|
"column": 1
|
|
4849
4557
|
}
|
|
4850
4558
|
},
|
|
4851
4559
|
{
|
|
4852
|
-
"name": "
|
|
4560
|
+
"name": "resolveBindingInputValueSync",
|
|
4853
4561
|
"description": null,
|
|
4854
4562
|
"sourceLocation": {
|
|
4855
4563
|
"filePath": "src/runtimeBindings.ts",
|
|
4856
|
-
"line":
|
|
4564
|
+
"line": 350,
|
|
4857
4565
|
"column": 1
|
|
4858
4566
|
}
|
|
4859
4567
|
},
|
|
4860
4568
|
{
|
|
4861
|
-
"name": "
|
|
4569
|
+
"name": "resolveRuntimeBindingOperationSelection",
|
|
4862
4570
|
"description": null,
|
|
4863
4571
|
"sourceLocation": {
|
|
4864
4572
|
"filePath": "src/runtimeBindings.ts",
|
|
4865
|
-
"line":
|
|
4573
|
+
"line": 382,
|
|
4866
4574
|
"column": 1
|
|
4867
4575
|
}
|
|
4868
4576
|
},
|
|
4869
4577
|
{
|
|
4870
|
-
"name": "
|
|
4578
|
+
"name": "resolveRuntimeBindingEndpoint",
|
|
4871
4579
|
"description": null,
|
|
4872
4580
|
"sourceLocation": {
|
|
4873
4581
|
"filePath": "src/runtimeBindings.ts",
|
|
4874
|
-
"line":
|
|
4582
|
+
"line": 400,
|
|
4875
4583
|
"column": 1
|
|
4876
4584
|
}
|
|
4877
4585
|
},
|
|
4878
4586
|
{
|
|
4879
|
-
"name": "
|
|
4587
|
+
"name": "createRuntimeBindingDiagnostic",
|
|
4880
4588
|
"description": null,
|
|
4881
4589
|
"sourceLocation": {
|
|
4882
4590
|
"filePath": "src/runtimeBindings.ts",
|
|
4883
|
-
"line":
|
|
4591
|
+
"line": 411,
|
|
4884
4592
|
"column": 1
|
|
4885
4593
|
}
|
|
4886
4594
|
},
|
|
4887
4595
|
{
|
|
4888
|
-
"name": "
|
|
4596
|
+
"name": "applyBindingValueTransforms",
|
|
4889
4597
|
"description": null,
|
|
4890
4598
|
"sourceLocation": {
|
|
4891
4599
|
"filePath": "src/runtimeBindings.ts",
|
|
4892
|
-
"line":
|
|
4600
|
+
"line": 428,
|
|
4893
4601
|
"column": 1
|
|
4894
4602
|
}
|
|
4895
4603
|
},
|
|
4896
4604
|
{
|
|
4897
|
-
"name": "
|
|
4605
|
+
"name": "applyRuntimeBindingDataPath",
|
|
4898
4606
|
"description": null,
|
|
4899
4607
|
"sourceLocation": {
|
|
4900
4608
|
"filePath": "src/runtimeBindings.ts",
|
|
4901
|
-
"line":
|
|
4609
|
+
"line": 446,
|
|
4902
4610
|
"column": 1
|
|
4903
4611
|
}
|
|
4904
4612
|
},
|
|
4905
4613
|
{
|
|
4906
|
-
"name": "
|
|
4614
|
+
"name": "readPath",
|
|
4907
4615
|
"description": null,
|
|
4908
4616
|
"sourceLocation": {
|
|
4909
4617
|
"filePath": "src/runtimeBindings.ts",
|
|
4910
|
-
"line":
|
|
4618
|
+
"line": 454,
|
|
4911
4619
|
"column": 1
|
|
4912
4620
|
}
|
|
4913
4621
|
},
|
|
4914
4622
|
{
|
|
4915
|
-
"name": "
|
|
4623
|
+
"name": "isArrayIndexPathPart",
|
|
4916
4624
|
"description": null,
|
|
4917
4625
|
"sourceLocation": {
|
|
4918
4626
|
"filePath": "src/runtimeBindings.ts",
|
|
4919
|
-
"line":
|
|
4627
|
+
"line": 466,
|
|
4920
4628
|
"column": 1
|
|
4921
4629
|
}
|
|
4922
4630
|
},
|
|
4923
4631
|
{
|
|
4924
|
-
"name": "
|
|
4632
|
+
"name": "asBindingValue",
|
|
4925
4633
|
"description": null,
|
|
4926
4634
|
"sourceLocation": {
|
|
4927
4635
|
"filePath": "src/runtimeBindings.ts",
|
|
4928
|
-
"line":
|
|
4636
|
+
"line": 470,
|
|
4929
4637
|
"column": 1
|
|
4930
4638
|
}
|
|
4931
4639
|
},
|
|
4932
4640
|
{
|
|
4933
|
-
"name": "
|
|
4641
|
+
"name": "isBindingValue",
|
|
4934
4642
|
"description": null,
|
|
4935
4643
|
"sourceLocation": {
|
|
4936
4644
|
"filePath": "src/runtimeBindings.ts",
|
|
4937
|
-
"line":
|
|
4645
|
+
"line": 474,
|
|
4938
4646
|
"column": 1
|
|
4939
4647
|
}
|
|
4940
4648
|
},
|
|
4941
4649
|
{
|
|
4942
|
-
"name": "
|
|
4650
|
+
"name": "isRecord",
|
|
4943
4651
|
"description": null,
|
|
4944
4652
|
"sourceLocation": {
|
|
4945
4653
|
"filePath": "src/runtimeBindings.ts",
|
|
4946
|
-
"line":
|
|
4654
|
+
"line": 486,
|
|
4947
4655
|
"column": 1
|
|
4948
4656
|
}
|
|
4949
4657
|
},
|
|
4950
4658
|
{
|
|
4951
|
-
"name": "
|
|
4659
|
+
"name": "executeRuntimeDatabaseOperation",
|
|
4952
4660
|
"description": null,
|
|
4953
4661
|
"sourceLocation": {
|
|
4954
|
-
"filePath": "src/
|
|
4955
|
-
"line":
|
|
4662
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4663
|
+
"line": 13,
|
|
4956
4664
|
"column": 1
|
|
4957
4665
|
}
|
|
4958
4666
|
},
|
|
4959
4667
|
{
|
|
4960
|
-
"name": "
|
|
4668
|
+
"name": "resolveOperationPlan",
|
|
4961
4669
|
"description": null,
|
|
4962
4670
|
"sourceLocation": {
|
|
4963
|
-
"filePath": "src/
|
|
4964
|
-
"line":
|
|
4671
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4672
|
+
"line": 67,
|
|
4965
4673
|
"column": 1
|
|
4966
4674
|
}
|
|
4967
4675
|
},
|
|
4968
4676
|
{
|
|
4969
|
-
"name": "
|
|
4677
|
+
"name": "executeList",
|
|
4970
4678
|
"description": null,
|
|
4971
4679
|
"sourceLocation": {
|
|
4972
|
-
"filePath": "src/
|
|
4973
|
-
"line":
|
|
4680
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4681
|
+
"line": 121,
|
|
4974
4682
|
"column": 1
|
|
4975
4683
|
}
|
|
4976
4684
|
},
|
|
4977
4685
|
{
|
|
4978
|
-
"name": "
|
|
4686
|
+
"name": "executeRead",
|
|
4979
4687
|
"description": null,
|
|
4980
4688
|
"sourceLocation": {
|
|
4981
|
-
"filePath": "src/
|
|
4982
|
-
"line":
|
|
4689
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4690
|
+
"line": 138,
|
|
4983
4691
|
"column": 1
|
|
4984
4692
|
}
|
|
4985
4693
|
},
|
|
4986
4694
|
{
|
|
4987
|
-
"name": "
|
|
4695
|
+
"name": "executeCreate",
|
|
4988
4696
|
"description": null,
|
|
4989
4697
|
"sourceLocation": {
|
|
4990
|
-
"filePath": "src/
|
|
4991
|
-
"line":
|
|
4698
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4699
|
+
"line": 156,
|
|
4992
4700
|
"column": 1
|
|
4993
4701
|
}
|
|
4994
4702
|
},
|
|
4995
4703
|
{
|
|
4996
|
-
"name": "
|
|
4704
|
+
"name": "executeUpdate",
|
|
4997
4705
|
"description": null,
|
|
4998
4706
|
"sourceLocation": {
|
|
4999
|
-
"filePath": "src/
|
|
5000
|
-
"line":
|
|
4707
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4708
|
+
"line": 170,
|
|
5001
4709
|
"column": 1
|
|
5002
4710
|
}
|
|
5003
4711
|
},
|
|
5004
4712
|
{
|
|
5005
|
-
"name": "
|
|
4713
|
+
"name": "executeDelete",
|
|
5006
4714
|
"description": null,
|
|
5007
4715
|
"sourceLocation": {
|
|
5008
|
-
"filePath": "src/
|
|
5009
|
-
"line":
|
|
4716
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4717
|
+
"line": 197,
|
|
5010
4718
|
"column": 1
|
|
5011
4719
|
}
|
|
5012
4720
|
},
|
|
5013
4721
|
{
|
|
5014
|
-
"name": "
|
|
4722
|
+
"name": "resolveDbResult",
|
|
5015
4723
|
"description": null,
|
|
5016
4724
|
"sourceLocation": {
|
|
5017
|
-
"filePath": "src/
|
|
5018
|
-
"line":
|
|
4725
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4726
|
+
"line": 219,
|
|
5019
4727
|
"column": 1
|
|
5020
4728
|
}
|
|
5021
4729
|
},
|
|
5022
4730
|
{
|
|
5023
|
-
"name": "
|
|
4731
|
+
"name": "resolveAdapterId",
|
|
5024
4732
|
"description": null,
|
|
5025
4733
|
"sourceLocation": {
|
|
5026
|
-
"filePath": "src/
|
|
5027
|
-
"line":
|
|
4734
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4735
|
+
"line": 239,
|
|
5028
4736
|
"column": 1
|
|
5029
4737
|
}
|
|
5030
4738
|
},
|
|
5031
4739
|
{
|
|
5032
|
-
"name": "
|
|
4740
|
+
"name": "resolvePrimaryKey",
|
|
5033
4741
|
"description": null,
|
|
5034
4742
|
"sourceLocation": {
|
|
5035
|
-
"filePath": "src/
|
|
5036
|
-
"line":
|
|
4743
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4744
|
+
"line": 245,
|
|
5037
4745
|
"column": 1
|
|
5038
4746
|
}
|
|
5039
4747
|
},
|
|
5040
4748
|
{
|
|
5041
|
-
"name": "
|
|
4749
|
+
"name": "resolveIdentity",
|
|
5042
4750
|
"description": null,
|
|
5043
4751
|
"sourceLocation": {
|
|
5044
|
-
"filePath": "src/
|
|
5045
|
-
"line":
|
|
4752
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4753
|
+
"line": 249,
|
|
5046
4754
|
"column": 1
|
|
5047
4755
|
}
|
|
5048
4756
|
},
|
|
5049
4757
|
{
|
|
5050
|
-
"name": "
|
|
4758
|
+
"name": "resolvePage",
|
|
5051
4759
|
"description": null,
|
|
5052
4760
|
"sourceLocation": {
|
|
5053
|
-
"filePath": "src/
|
|
5054
|
-
"line":
|
|
4761
|
+
"filePath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
4762
|
+
"line": 270,
|
|
5055
4763
|
"column": 1
|
|
5056
4764
|
}
|
|
5057
4765
|
},
|
|
5058
4766
|
{
|
|
5059
|
-
"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",
|
|
5060
4840
|
"description": null,
|
|
5061
4841
|
"sourceLocation": {
|
|
5062
4842
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5063
|
-
"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,
|
|
5064
4853
|
"column": 1
|
|
5065
4854
|
}
|
|
5066
4855
|
},
|
|
@@ -5069,7 +4858,7 @@
|
|
|
5069
4858
|
"description": null,
|
|
5070
4859
|
"sourceLocation": {
|
|
5071
4860
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5072
|
-
"line":
|
|
4861
|
+
"line": 84,
|
|
5073
4862
|
"column": 1
|
|
5074
4863
|
}
|
|
5075
4864
|
},
|
|
@@ -5078,7 +4867,34 @@
|
|
|
5078
4867
|
"description": null,
|
|
5079
4868
|
"sourceLocation": {
|
|
5080
4869
|
"filePath": "src/runtimeDataSourceOperations.test.ts",
|
|
5081
|
-
"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,
|
|
5082
4898
|
"column": 1
|
|
5083
4899
|
}
|
|
5084
4900
|
},
|
|
@@ -5087,16 +4903,43 @@
|
|
|
5087
4903
|
"description": null,
|
|
5088
4904
|
"sourceLocation": {
|
|
5089
4905
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5090
|
-
"line":
|
|
4906
|
+
"line": 14,
|
|
5091
4907
|
"column": 1
|
|
5092
4908
|
}
|
|
5093
4909
|
},
|
|
5094
4910
|
{
|
|
5095
|
-
"name": "
|
|
4911
|
+
"name": "missingEndpoint",
|
|
5096
4912
|
"description": null,
|
|
5097
4913
|
"sourceLocation": {
|
|
5098
4914
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5099
|
-
"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,
|
|
5100
4943
|
"column": 1
|
|
5101
4944
|
}
|
|
5102
4945
|
},
|
|
@@ -5105,7 +4948,7 @@
|
|
|
5105
4948
|
"description": null,
|
|
5106
4949
|
"sourceLocation": {
|
|
5107
4950
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5108
|
-
"line":
|
|
4951
|
+
"line": 108,
|
|
5109
4952
|
"column": 1
|
|
5110
4953
|
}
|
|
5111
4954
|
},
|
|
@@ -5114,7 +4957,7 @@
|
|
|
5114
4957
|
"description": null,
|
|
5115
4958
|
"sourceLocation": {
|
|
5116
4959
|
"filePath": "src/runtimeDataSourceOperations.ts",
|
|
5117
|
-
"line":
|
|
4960
|
+
"line": 114,
|
|
5118
4961
|
"column": 1
|
|
5119
4962
|
}
|
|
5120
4963
|
},
|
|
@@ -5519,7 +5362,7 @@
|
|
|
5519
5362
|
"description": null,
|
|
5520
5363
|
"sourceLocation": {
|
|
5521
5364
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5522
|
-
"line":
|
|
5365
|
+
"line": 46,
|
|
5523
5366
|
"column": 1
|
|
5524
5367
|
}
|
|
5525
5368
|
},
|
|
@@ -5528,7 +5371,7 @@
|
|
|
5528
5371
|
"description": null,
|
|
5529
5372
|
"sourceLocation": {
|
|
5530
5373
|
"filePath": "src/runtimeRepeat.test.ts",
|
|
5531
|
-
"line":
|
|
5374
|
+
"line": 72,
|
|
5532
5375
|
"column": 1
|
|
5533
5376
|
}
|
|
5534
5377
|
},
|
|
@@ -5618,25 +5461,7 @@
|
|
|
5618
5461
|
"description": null,
|
|
5619
5462
|
"sourceLocation": {
|
|
5620
5463
|
"filePath": "src/RuntimeScreen.tsx",
|
|
5621
|
-
"line":
|
|
5622
|
-
"column": 1
|
|
5623
|
-
}
|
|
5624
|
-
},
|
|
5625
|
-
{
|
|
5626
|
-
"name": "resolveApiLoadersFromBindings",
|
|
5627
|
-
"description": null,
|
|
5628
|
-
"sourceLocation": {
|
|
5629
|
-
"filePath": "src/RuntimeScreen.tsx",
|
|
5630
|
-
"line": 62,
|
|
5631
|
-
"column": 1
|
|
5632
|
-
}
|
|
5633
|
-
},
|
|
5634
|
-
{
|
|
5635
|
-
"name": "resolveApiLoaderFromPropBinding",
|
|
5636
|
-
"description": null,
|
|
5637
|
-
"sourceLocation": {
|
|
5638
|
-
"filePath": "src/RuntimeScreen.tsx",
|
|
5639
|
-
"line": 79,
|
|
5464
|
+
"line": 17,
|
|
5640
5465
|
"column": 1
|
|
5641
5466
|
}
|
|
5642
5467
|
},
|
|
@@ -5672,7 +5497,7 @@
|
|
|
5672
5497
|
"description": null,
|
|
5673
5498
|
"sourceLocation": {
|
|
5674
5499
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5675
|
-
"line":
|
|
5500
|
+
"line": 64,
|
|
5676
5501
|
"column": 1
|
|
5677
5502
|
}
|
|
5678
5503
|
},
|
|
@@ -5681,7 +5506,7 @@
|
|
|
5681
5506
|
"description": null,
|
|
5682
5507
|
"sourceLocation": {
|
|
5683
5508
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5684
|
-
"line":
|
|
5509
|
+
"line": 71,
|
|
5685
5510
|
"column": 1
|
|
5686
5511
|
}
|
|
5687
5512
|
},
|
|
@@ -5690,7 +5515,7 @@
|
|
|
5690
5515
|
"description": null,
|
|
5691
5516
|
"sourceLocation": {
|
|
5692
5517
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5693
|
-
"line":
|
|
5518
|
+
"line": 88,
|
|
5694
5519
|
"column": 1
|
|
5695
5520
|
}
|
|
5696
5521
|
},
|
|
@@ -5699,7 +5524,7 @@
|
|
|
5699
5524
|
"description": null,
|
|
5700
5525
|
"sourceLocation": {
|
|
5701
5526
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5702
|
-
"line":
|
|
5527
|
+
"line": 108,
|
|
5703
5528
|
"column": 1
|
|
5704
5529
|
}
|
|
5705
5530
|
},
|
|
@@ -5708,7 +5533,7 @@
|
|
|
5708
5533
|
"description": null,
|
|
5709
5534
|
"sourceLocation": {
|
|
5710
5535
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5711
|
-
"line":
|
|
5536
|
+
"line": 119,
|
|
5712
5537
|
"column": 1
|
|
5713
5538
|
}
|
|
5714
5539
|
},
|
|
@@ -5717,16 +5542,7 @@
|
|
|
5717
5542
|
"description": null,
|
|
5718
5543
|
"sourceLocation": {
|
|
5719
5544
|
"filePath": "src/runtimeScreenLoaders.test.ts",
|
|
5720
|
-
"line":
|
|
5721
|
-
"column": 1
|
|
5722
|
-
}
|
|
5723
|
-
},
|
|
5724
|
-
{
|
|
5725
|
-
"name": "resolveScreenApiLoaders",
|
|
5726
|
-
"description": null,
|
|
5727
|
-
"sourceLocation": {
|
|
5728
|
-
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5729
|
-
"line": 44,
|
|
5545
|
+
"line": 151,
|
|
5730
5546
|
"column": 1
|
|
5731
5547
|
}
|
|
5732
5548
|
},
|
|
@@ -5735,7 +5551,7 @@
|
|
|
5735
5551
|
"description": null,
|
|
5736
5552
|
"sourceLocation": {
|
|
5737
5553
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5738
|
-
"line":
|
|
5554
|
+
"line": 43,
|
|
5739
5555
|
"column": 1
|
|
5740
5556
|
}
|
|
5741
5557
|
},
|
|
@@ -5744,7 +5560,7 @@
|
|
|
5744
5560
|
"description": null,
|
|
5745
5561
|
"sourceLocation": {
|
|
5746
5562
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5747
|
-
"line":
|
|
5563
|
+
"line": 49,
|
|
5748
5564
|
"column": 1
|
|
5749
5565
|
}
|
|
5750
5566
|
},
|
|
@@ -5753,7 +5569,7 @@
|
|
|
5753
5569
|
"description": null,
|
|
5754
5570
|
"sourceLocation": {
|
|
5755
5571
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5756
|
-
"line":
|
|
5572
|
+
"line": 63,
|
|
5757
5573
|
"column": 1
|
|
5758
5574
|
}
|
|
5759
5575
|
},
|
|
@@ -5762,7 +5578,7 @@
|
|
|
5762
5578
|
"description": null,
|
|
5763
5579
|
"sourceLocation": {
|
|
5764
5580
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5765
|
-
"line":
|
|
5581
|
+
"line": 70,
|
|
5766
5582
|
"column": 1
|
|
5767
5583
|
}
|
|
5768
5584
|
},
|
|
@@ -5771,7 +5587,7 @@
|
|
|
5771
5587
|
"description": null,
|
|
5772
5588
|
"sourceLocation": {
|
|
5773
5589
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5774
|
-
"line":
|
|
5590
|
+
"line": 82,
|
|
5775
5591
|
"column": 1
|
|
5776
5592
|
}
|
|
5777
5593
|
},
|
|
@@ -5780,7 +5596,7 @@
|
|
|
5780
5596
|
"description": null,
|
|
5781
5597
|
"sourceLocation": {
|
|
5782
5598
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5783
|
-
"line":
|
|
5599
|
+
"line": 94,
|
|
5784
5600
|
"column": 1
|
|
5785
5601
|
}
|
|
5786
5602
|
},
|
|
@@ -5789,7 +5605,7 @@
|
|
|
5789
5605
|
"description": null,
|
|
5790
5606
|
"sourceLocation": {
|
|
5791
5607
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5792
|
-
"line":
|
|
5608
|
+
"line": 151,
|
|
5793
5609
|
"column": 1
|
|
5794
5610
|
}
|
|
5795
5611
|
},
|
|
@@ -5798,7 +5614,7 @@
|
|
|
5798
5614
|
"description": null,
|
|
5799
5615
|
"sourceLocation": {
|
|
5800
5616
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5801
|
-
"line":
|
|
5617
|
+
"line": 178,
|
|
5802
5618
|
"column": 1
|
|
5803
5619
|
}
|
|
5804
5620
|
},
|
|
@@ -5807,7 +5623,7 @@
|
|
|
5807
5623
|
"description": null,
|
|
5808
5624
|
"sourceLocation": {
|
|
5809
5625
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5810
|
-
"line":
|
|
5626
|
+
"line": 201,
|
|
5811
5627
|
"column": 1
|
|
5812
5628
|
}
|
|
5813
5629
|
},
|
|
@@ -5816,7 +5632,7 @@
|
|
|
5816
5632
|
"description": null,
|
|
5817
5633
|
"sourceLocation": {
|
|
5818
5634
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5819
|
-
"line":
|
|
5635
|
+
"line": 273,
|
|
5820
5636
|
"column": 1
|
|
5821
5637
|
}
|
|
5822
5638
|
},
|
|
@@ -5825,7 +5641,7 @@
|
|
|
5825
5641
|
"description": null,
|
|
5826
5642
|
"sourceLocation": {
|
|
5827
5643
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5828
|
-
"line":
|
|
5644
|
+
"line": 400,
|
|
5829
5645
|
"column": 1
|
|
5830
5646
|
}
|
|
5831
5647
|
},
|
|
@@ -5834,7 +5650,7 @@
|
|
|
5834
5650
|
"description": null,
|
|
5835
5651
|
"sourceLocation": {
|
|
5836
5652
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5837
|
-
"line":
|
|
5653
|
+
"line": 457,
|
|
5838
5654
|
"column": 1
|
|
5839
5655
|
}
|
|
5840
5656
|
},
|
|
@@ -5843,7 +5659,7 @@
|
|
|
5843
5659
|
"description": null,
|
|
5844
5660
|
"sourceLocation": {
|
|
5845
5661
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5846
|
-
"line":
|
|
5662
|
+
"line": 472,
|
|
5847
5663
|
"column": 1
|
|
5848
5664
|
}
|
|
5849
5665
|
},
|
|
@@ -5852,7 +5668,7 @@
|
|
|
5852
5668
|
"description": null,
|
|
5853
5669
|
"sourceLocation": {
|
|
5854
5670
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5855
|
-
"line":
|
|
5671
|
+
"line": 487,
|
|
5856
5672
|
"column": 1
|
|
5857
5673
|
}
|
|
5858
5674
|
},
|
|
@@ -5861,7 +5677,7 @@
|
|
|
5861
5677
|
"description": null,
|
|
5862
5678
|
"sourceLocation": {
|
|
5863
5679
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5864
|
-
"line":
|
|
5680
|
+
"line": 491,
|
|
5865
5681
|
"column": 1
|
|
5866
5682
|
}
|
|
5867
5683
|
},
|
|
@@ -5870,7 +5686,7 @@
|
|
|
5870
5686
|
"description": null,
|
|
5871
5687
|
"sourceLocation": {
|
|
5872
5688
|
"filePath": "src/runtimeScreenLoaders.ts",
|
|
5873
|
-
"line":
|
|
5689
|
+
"line": 495,
|
|
5874
5690
|
"column": 1
|
|
5875
5691
|
}
|
|
5876
5692
|
},
|
|
@@ -6136,14 +5952,6 @@
|
|
|
6136
5952
|
"description": null,
|
|
6137
5953
|
"isReadme": false
|
|
6138
5954
|
},
|
|
6139
|
-
{
|
|
6140
|
-
"kind": "export",
|
|
6141
|
-
"name": "executeRuntimeApiLoaders",
|
|
6142
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6143
|
-
"symbolName": "executeRuntimeApiLoaders",
|
|
6144
|
-
"description": null,
|
|
6145
|
-
"isReadme": false
|
|
6146
|
-
},
|
|
6147
5955
|
{
|
|
6148
5956
|
"kind": "export",
|
|
6149
5957
|
"name": "executeRuntimeScreenOperationLoaders",
|
|
@@ -6168,14 +5976,6 @@
|
|
|
6168
5976
|
"description": null,
|
|
6169
5977
|
"isReadme": false
|
|
6170
5978
|
},
|
|
6171
|
-
{
|
|
6172
|
-
"kind": "export",
|
|
6173
|
-
"name": "materializeRuntimeApiLoaderState",
|
|
6174
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6175
|
-
"symbolName": "materializeRuntimeApiLoaderState",
|
|
6176
|
-
"description": null,
|
|
6177
|
-
"isReadme": false
|
|
6178
|
-
},
|
|
6179
5979
|
{
|
|
6180
5980
|
"kind": "export",
|
|
6181
5981
|
"name": "mergeRuntimeRendererConfig",
|
|
@@ -6248,14 +6048,6 @@
|
|
|
6248
6048
|
"description": null,
|
|
6249
6049
|
"isReadme": false
|
|
6250
6050
|
},
|
|
6251
|
-
{
|
|
6252
|
-
"kind": "export",
|
|
6253
|
-
"name": "resolveScreenApiLoaders",
|
|
6254
|
-
"sourcePath": "src/runtimeScreenLoaders.ts",
|
|
6255
|
-
"symbolName": "resolveScreenApiLoaders",
|
|
6256
|
-
"description": null,
|
|
6257
|
-
"isReadme": false
|
|
6258
|
-
},
|
|
6259
6051
|
{
|
|
6260
6052
|
"kind": "export",
|
|
6261
6053
|
"name": "resolveScreenOperationLoaders",
|
|
@@ -6320,14 +6112,6 @@
|
|
|
6320
6112
|
"description": null,
|
|
6321
6113
|
"isReadme": false
|
|
6322
6114
|
},
|
|
6323
|
-
{
|
|
6324
|
-
"kind": "export",
|
|
6325
|
-
"name": "useRuntimeApiStateLoaders",
|
|
6326
|
-
"sourcePath": "src/runtimeApiLoaders.ts",
|
|
6327
|
-
"symbolName": "useRuntimeApiStateLoaders",
|
|
6328
|
-
"description": null,
|
|
6329
|
-
"isReadme": false
|
|
6330
|
-
},
|
|
6331
6115
|
{
|
|
6332
6116
|
"kind": "export",
|
|
6333
6117
|
"name": "useRuntimeRendererConfig",
|
|
@@ -6378,11 +6162,6 @@
|
|
|
6378
6162
|
"toPath": "src/runtimeActionRegistry.ts",
|
|
6379
6163
|
"sourcePath": "src/index.ts"
|
|
6380
6164
|
},
|
|
6381
|
-
{
|
|
6382
|
-
"fromPath": "src/index.ts",
|
|
6383
|
-
"toPath": "src/runtimeApiLoaders.ts",
|
|
6384
|
-
"sourcePath": "src/index.ts"
|
|
6385
|
-
},
|
|
6386
6165
|
{
|
|
6387
6166
|
"fromPath": "src/index.ts",
|
|
6388
6167
|
"toPath": "src/runtimeBindings.ts",
|
|
@@ -6488,26 +6267,6 @@
|
|
|
6488
6267
|
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
6489
6268
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6490
6269
|
},
|
|
6491
|
-
{
|
|
6492
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6493
|
-
"toPath": "src/runtimeApiLoaders.ts",
|
|
6494
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6495
|
-
},
|
|
6496
|
-
{
|
|
6497
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6498
|
-
"toPath": "src/runtimeBindings.ts",
|
|
6499
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6500
|
-
},
|
|
6501
|
-
{
|
|
6502
|
-
"fromPath": "src/runtimeApiLoaders.test.ts",
|
|
6503
|
-
"toPath": "src/runtimeStateAdapter.ts",
|
|
6504
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
6505
|
-
},
|
|
6506
|
-
{
|
|
6507
|
-
"fromPath": "src/runtimeApiLoaders.ts",
|
|
6508
|
-
"toPath": "src/runtimeStateAdapter.ts",
|
|
6509
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
6510
|
-
},
|
|
6511
6270
|
{
|
|
6512
6271
|
"fromPath": "src/runtimeBindings.test.ts",
|
|
6513
6272
|
"toPath": "src/runtimeBindings.ts",
|
|
@@ -6518,6 +6277,11 @@
|
|
|
6518
6277
|
"toPath": "src/runtimeNodeProps.ts",
|
|
6519
6278
|
"sourcePath": "src/runtimeBindings.test.ts"
|
|
6520
6279
|
},
|
|
6280
|
+
{
|
|
6281
|
+
"fromPath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
6282
|
+
"toPath": "src/runtimeBindings.ts",
|
|
6283
|
+
"sourcePath": "src/runtimeDatabaseOperationExecutor.ts"
|
|
6284
|
+
},
|
|
6521
6285
|
{
|
|
6522
6286
|
"fromPath": "src/runtimeDataSourceOperations.test.ts",
|
|
6523
6287
|
"toPath": "src/runtimeDataSourceOperations.ts",
|
|
@@ -6528,6 +6292,11 @@
|
|
|
6528
6292
|
"toPath": "src/runtimeBindings.ts",
|
|
6529
6293
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
6530
6294
|
},
|
|
6295
|
+
{
|
|
6296
|
+
"fromPath": "src/runtimeDataSourceOperations.ts",
|
|
6297
|
+
"toPath": "src/runtimeDatabaseOperationExecutor.ts",
|
|
6298
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
6299
|
+
},
|
|
6531
6300
|
{
|
|
6532
6301
|
"fromPath": "src/runtimeDbPersist.test.ts",
|
|
6533
6302
|
"toPath": "src/runtimeActionRegistry.ts",
|
|
@@ -6675,22 +6444,22 @@
|
|
|
6675
6444
|
},
|
|
6676
6445
|
{
|
|
6677
6446
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6678
|
-
"toPath": "src/
|
|
6447
|
+
"toPath": "src/RuntimeRenderer.tsx",
|
|
6679
6448
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6680
6449
|
},
|
|
6681
6450
|
{
|
|
6682
6451
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6683
|
-
"toPath": "src/
|
|
6452
|
+
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
6684
6453
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6685
6454
|
},
|
|
6686
6455
|
{
|
|
6687
6456
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6688
|
-
"toPath": "src/
|
|
6457
|
+
"toPath": "src/runtimeScreenLoaders.ts",
|
|
6689
6458
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6690
6459
|
},
|
|
6691
6460
|
{
|
|
6692
6461
|
"fromPath": "src/RuntimeScreen.tsx",
|
|
6693
|
-
"toPath": "src/
|
|
6462
|
+
"toPath": "src/runtimeStateAdapter.ts",
|
|
6694
6463
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
6695
6464
|
},
|
|
6696
6465
|
{
|
|
@@ -7086,205 +6855,61 @@
|
|
|
7086
6855
|
"fromSymbol": "matchesBindingCondition",
|
|
7087
6856
|
"toSymbol": "readBindingConditionSource",
|
|
7088
6857
|
"callExpression": "readBindingConditionSource",
|
|
7089
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7090
|
-
},
|
|
7091
|
-
{
|
|
7092
|
-
"fromSymbol": "readBindingConditionSource",
|
|
7093
|
-
"toSymbol": "readPath",
|
|
7094
|
-
"callExpression": "readPath",
|
|
7095
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7096
|
-
},
|
|
7097
|
-
{
|
|
7098
|
-
"fromSymbol": "readBindingConditionSource",
|
|
7099
|
-
"toSymbol": "createRuntimeBindingOperationKey",
|
|
7100
|
-
"callExpression": "createRuntimeBindingOperationKey",
|
|
7101
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7102
|
-
},
|
|
7103
|
-
{
|
|
7104
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7105
|
-
"toSymbol": "createBarcodeScannedPayload",
|
|
7106
|
-
"callExpression": "createBarcodeScannedPayload",
|
|
7107
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7108
|
-
},
|
|
7109
|
-
{
|
|
7110
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7111
|
-
"toSymbol": "asRecord",
|
|
7112
|
-
"callExpression": "asRecord",
|
|
7113
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7114
|
-
},
|
|
7115
|
-
{
|
|
7116
|
-
"fromSymbol": "createPayloadForEvent",
|
|
7117
|
-
"toSymbol": "readItemId",
|
|
7118
|
-
"callExpression": "readItemId",
|
|
7119
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7120
|
-
},
|
|
7121
|
-
{
|
|
7122
|
-
"fromSymbol": "src/runtimeActionRegistry.ts",
|
|
7123
|
-
"toSymbol": "isRecord",
|
|
7124
|
-
"callExpression": "isRecord",
|
|
7125
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7126
|
-
},
|
|
7127
|
-
{
|
|
7128
|
-
"fromSymbol": "createBarcodeScannedPayload",
|
|
7129
|
-
"toSymbol": "isRecord",
|
|
7130
|
-
"callExpression": "isRecord",
|
|
7131
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7132
|
-
},
|
|
7133
|
-
{
|
|
7134
|
-
"fromSymbol": "readItemId",
|
|
7135
|
-
"toSymbol": "isRecord",
|
|
7136
|
-
"callExpression": "isRecord",
|
|
7137
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7138
|
-
},
|
|
7139
|
-
{
|
|
7140
|
-
"fromSymbol": "asRecord",
|
|
7141
|
-
"toSymbol": "isRecord",
|
|
7142
|
-
"callExpression": "isRecord",
|
|
7143
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7144
|
-
},
|
|
7145
|
-
{
|
|
7146
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7147
|
-
"toSymbol": "describe",
|
|
7148
|
-
"callExpression": "describe",
|
|
7149
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7150
|
-
},
|
|
7151
|
-
{
|
|
7152
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7153
|
-
"toSymbol": "it",
|
|
7154
|
-
"callExpression": "it",
|
|
7155
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7156
|
-
},
|
|
7157
|
-
{
|
|
7158
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7159
|
-
"toSymbol": "expect",
|
|
7160
|
-
"callExpression": "expect",
|
|
7161
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7162
|
-
},
|
|
7163
|
-
{
|
|
7164
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7165
|
-
"toSymbol": "materializeRuntimeApiLoaderState",
|
|
7166
|
-
"callExpression": "materializeRuntimeApiLoaderState",
|
|
7167
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7168
|
-
},
|
|
7169
|
-
{
|
|
7170
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7171
|
-
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
7172
|
-
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
7173
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7174
|
-
},
|
|
7175
|
-
{
|
|
7176
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7177
|
-
"toSymbol": "executeRuntimeApiLoaders",
|
|
7178
|
-
"callExpression": "executeRuntimeApiLoaders",
|
|
7179
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7180
|
-
},
|
|
7181
|
-
{
|
|
7182
|
-
"fromSymbol": "src/runtimeApiLoaders.test.ts",
|
|
7183
|
-
"toSymbol": "resolveRuntimeBindings",
|
|
7184
|
-
"callExpression": "resolveRuntimeBindings",
|
|
7185
|
-
"sourcePath": "src/runtimeApiLoaders.test.ts"
|
|
7186
|
-
},
|
|
7187
|
-
{
|
|
7188
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7189
|
-
"toSymbol": "getGeneratedApiCollectionResource",
|
|
7190
|
-
"callExpression": "getGeneratedApiCollectionResource",
|
|
7191
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7192
|
-
},
|
|
7193
|
-
{
|
|
7194
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7195
|
-
"toSymbol": "selectApiLoaderValue",
|
|
7196
|
-
"callExpression": "selectApiLoaderValue",
|
|
7197
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7198
|
-
},
|
|
7199
|
-
{
|
|
7200
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7201
|
-
"toSymbol": "toStateValue",
|
|
7202
|
-
"callExpression": "toStateValue",
|
|
7203
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7204
|
-
},
|
|
7205
|
-
{
|
|
7206
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
7207
|
-
"toSymbol": "writeObjectPath",
|
|
7208
|
-
"callExpression": "writeObjectPath",
|
|
7209
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7210
|
-
},
|
|
7211
|
-
{
|
|
7212
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
7213
|
-
"toSymbol": "materializeRuntimeApiLoaderState",
|
|
7214
|
-
"callExpression": "materializeRuntimeApiLoaderState",
|
|
7215
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7216
|
-
},
|
|
7217
|
-
{
|
|
7218
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
7219
|
-
"toSymbol": "flattenStateEntries",
|
|
7220
|
-
"callExpression": "flattenStateEntries",
|
|
7221
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7222
|
-
},
|
|
7223
|
-
{
|
|
7224
|
-
"fromSymbol": "src/runtimeApiLoaders.ts",
|
|
7225
|
-
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
7226
|
-
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
7227
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
7228
|
-
},
|
|
7229
|
-
{
|
|
7230
|
-
"fromSymbol": "src/runtimeApiLoaders.ts",
|
|
7231
|
-
"toSymbol": "executeRuntimeApiLoaders",
|
|
7232
|
-
"callExpression": "executeRuntimeApiLoaders",
|
|
7233
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
6858
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7234
6859
|
},
|
|
7235
6860
|
{
|
|
7236
|
-
"fromSymbol": "
|
|
7237
|
-
"toSymbol": "
|
|
7238
|
-
"callExpression": "
|
|
7239
|
-
"sourcePath": "src/
|
|
6861
|
+
"fromSymbol": "readBindingConditionSource",
|
|
6862
|
+
"toSymbol": "readPath",
|
|
6863
|
+
"callExpression": "readPath",
|
|
6864
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7240
6865
|
},
|
|
7241
6866
|
{
|
|
7242
|
-
"fromSymbol": "
|
|
7243
|
-
"toSymbol": "
|
|
7244
|
-
"callExpression": "
|
|
7245
|
-
"sourcePath": "src/
|
|
6867
|
+
"fromSymbol": "readBindingConditionSource",
|
|
6868
|
+
"toSymbol": "createRuntimeBindingOperationKey",
|
|
6869
|
+
"callExpression": "createRuntimeBindingOperationKey",
|
|
6870
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7246
6871
|
},
|
|
7247
6872
|
{
|
|
7248
|
-
"fromSymbol": "
|
|
7249
|
-
"toSymbol": "
|
|
7250
|
-
"callExpression": "
|
|
7251
|
-
"sourcePath": "src/
|
|
6873
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6874
|
+
"toSymbol": "createBarcodeScannedPayload",
|
|
6875
|
+
"callExpression": "createBarcodeScannedPayload",
|
|
6876
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7252
6877
|
},
|
|
7253
6878
|
{
|
|
7254
|
-
"fromSymbol": "
|
|
7255
|
-
"toSymbol": "
|
|
7256
|
-
"callExpression": "
|
|
7257
|
-
"sourcePath": "src/
|
|
6879
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6880
|
+
"toSymbol": "asRecord",
|
|
6881
|
+
"callExpression": "asRecord",
|
|
6882
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7258
6883
|
},
|
|
7259
6884
|
{
|
|
7260
|
-
"fromSymbol": "
|
|
7261
|
-
"toSymbol": "
|
|
7262
|
-
"callExpression": "
|
|
7263
|
-
"sourcePath": "src/
|
|
6885
|
+
"fromSymbol": "createPayloadForEvent",
|
|
6886
|
+
"toSymbol": "readItemId",
|
|
6887
|
+
"callExpression": "readItemId",
|
|
6888
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7264
6889
|
},
|
|
7265
6890
|
{
|
|
7266
|
-
"fromSymbol": "
|
|
7267
|
-
"toSymbol": "
|
|
7268
|
-
"callExpression": "
|
|
7269
|
-
"sourcePath": "src/
|
|
6891
|
+
"fromSymbol": "src/runtimeActionRegistry.ts",
|
|
6892
|
+
"toSymbol": "isRecord",
|
|
6893
|
+
"callExpression": "isRecord",
|
|
6894
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7270
6895
|
},
|
|
7271
6896
|
{
|
|
7272
|
-
"fromSymbol": "
|
|
7273
|
-
"toSymbol": "
|
|
7274
|
-
"callExpression": "
|
|
7275
|
-
"sourcePath": "src/
|
|
6897
|
+
"fromSymbol": "createBarcodeScannedPayload",
|
|
6898
|
+
"toSymbol": "isRecord",
|
|
6899
|
+
"callExpression": "isRecord",
|
|
6900
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7276
6901
|
},
|
|
7277
6902
|
{
|
|
7278
|
-
"fromSymbol": "
|
|
7279
|
-
"toSymbol": "
|
|
7280
|
-
"callExpression": "
|
|
7281
|
-
"sourcePath": "src/
|
|
6903
|
+
"fromSymbol": "readItemId",
|
|
6904
|
+
"toSymbol": "isRecord",
|
|
6905
|
+
"callExpression": "isRecord",
|
|
6906
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7282
6907
|
},
|
|
7283
6908
|
{
|
|
7284
|
-
"fromSymbol": "
|
|
7285
|
-
"toSymbol": "
|
|
7286
|
-
"callExpression": "
|
|
7287
|
-
"sourcePath": "src/
|
|
6909
|
+
"fromSymbol": "asRecord",
|
|
6910
|
+
"toSymbol": "isRecord",
|
|
6911
|
+
"callExpression": "isRecord",
|
|
6912
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7288
6913
|
},
|
|
7289
6914
|
{
|
|
7290
6915
|
"fromSymbol": "src/runtimeBindings.test.ts",
|
|
@@ -7604,6 +7229,252 @@
|
|
|
7604
7229
|
"callExpression": "isRecord",
|
|
7605
7230
|
"sourcePath": "src/runtimeBindings.ts"
|
|
7606
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
|
+
},
|
|
7607
7478
|
{
|
|
7608
7479
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7609
7480
|
"toSymbol": "describe",
|
|
@@ -7618,14 +7489,14 @@
|
|
|
7618
7489
|
},
|
|
7619
7490
|
{
|
|
7620
7491
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7621
|
-
"toSymbol": "
|
|
7622
|
-
"callExpression": "
|
|
7492
|
+
"toSymbol": "getFixtureDataSource",
|
|
7493
|
+
"callExpression": "getFixtureDataSource",
|
|
7623
7494
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7624
7495
|
},
|
|
7625
7496
|
{
|
|
7626
7497
|
"fromSymbol": "src/runtimeDataSourceOperations.test.ts",
|
|
7627
|
-
"toSymbol": "
|
|
7628
|
-
"callExpression": "
|
|
7498
|
+
"toSymbol": "createExternalDataSources",
|
|
7499
|
+
"callExpression": "createExternalDataSources",
|
|
7629
7500
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7630
7501
|
},
|
|
7631
7502
|
{
|
|
@@ -7652,10 +7523,28 @@
|
|
|
7652
7523
|
"callExpression": "expect",
|
|
7653
7524
|
"sourcePath": "src/runtimeDataSourceOperations.test.ts"
|
|
7654
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
|
+
},
|
|
7655
7544
|
{
|
|
7656
7545
|
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7657
|
-
"toSymbol": "
|
|
7658
|
-
"callExpression": "
|
|
7546
|
+
"toSymbol": "missingOperation",
|
|
7547
|
+
"callExpression": "missingOperation",
|
|
7659
7548
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7660
7549
|
},
|
|
7661
7550
|
{
|
|
@@ -7664,12 +7553,42 @@
|
|
|
7664
7553
|
"callExpression": "asBindingValueRecord",
|
|
7665
7554
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7666
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
|
+
},
|
|
7667
7568
|
{
|
|
7668
7569
|
"fromSymbol": "src/runtimeDataSourceOperations.ts",
|
|
7669
7570
|
"toSymbol": "testEndpoint",
|
|
7670
7571
|
"callExpression": "testEndpoint",
|
|
7671
7572
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
7672
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
|
+
},
|
|
7673
7592
|
{
|
|
7674
7593
|
"fromSymbol": "asBindingValueRecord",
|
|
7675
7594
|
"toSymbol": "isBindingValueRecord",
|
|
@@ -8428,20 +8347,8 @@
|
|
|
8428
8347
|
},
|
|
8429
8348
|
{
|
|
8430
8349
|
"fromSymbol": "src/RuntimeScreen.tsx",
|
|
8431
|
-
"toSymbol": "
|
|
8432
|
-
"callExpression": "
|
|
8433
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8434
|
-
},
|
|
8435
|
-
{
|
|
8436
|
-
"fromSymbol": "src/RuntimeScreen.tsx",
|
|
8437
|
-
"toSymbol": "resolveApiLoadersFromBindings",
|
|
8438
|
-
"callExpression": "resolveApiLoadersFromBindings",
|
|
8439
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8440
|
-
},
|
|
8441
|
-
{
|
|
8442
|
-
"fromSymbol": "RuntimeScreen",
|
|
8443
|
-
"toSymbol": "useRuntimeApiStateLoaders",
|
|
8444
|
-
"callExpression": "useRuntimeApiStateLoaders",
|
|
8350
|
+
"toSymbol": "createRuntimeMemoryStateAdapter",
|
|
8351
|
+
"callExpression": "createRuntimeMemoryStateAdapter",
|
|
8445
8352
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8446
8353
|
},
|
|
8447
8354
|
{
|
|
@@ -8450,12 +8357,6 @@
|
|
|
8450
8357
|
"callExpression": "useRuntimeScreenOperationLoaders",
|
|
8451
8358
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8452
8359
|
},
|
|
8453
|
-
{
|
|
8454
|
-
"fromSymbol": "resolveApiLoadersFromBindings",
|
|
8455
|
-
"toSymbol": "resolveApiLoaderFromPropBinding",
|
|
8456
|
-
"callExpression": "resolveApiLoaderFromPropBinding",
|
|
8457
|
-
"sourcePath": "src/RuntimeScreen.tsx"
|
|
8458
|
-
},
|
|
8459
8360
|
{
|
|
8460
8361
|
"fromSymbol": "createOperationResults",
|
|
8461
8362
|
"toSymbol": "createRuntimeBindingOperationKey",
|
|
@@ -9176,11 +9077,6 @@
|
|
|
9176
9077
|
"toType": "UiNode",
|
|
9177
9078
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9178
9079
|
},
|
|
9179
|
-
{
|
|
9180
|
-
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9181
|
-
"toType": "Users",
|
|
9182
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9183
|
-
},
|
|
9184
9080
|
{
|
|
9185
9081
|
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
9186
9082
|
"toType": "BindingValue",
|
|
@@ -9206,11 +9102,6 @@
|
|
|
9206
9102
|
"toType": "UiNode",
|
|
9207
9103
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9208
9104
|
},
|
|
9209
|
-
{
|
|
9210
|
-
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
9211
|
-
"toType": "Users",
|
|
9212
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9213
|
-
},
|
|
9214
9105
|
{
|
|
9215
9106
|
"fromSymbol": "createComponentEventFromHandlerArgs",
|
|
9216
9107
|
"toType": "ComponentEventDto",
|
|
@@ -9296,81 +9187,6 @@
|
|
|
9296
9187
|
"toType": "RuntimeEventPropWrapArgs",
|
|
9297
9188
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9298
9189
|
},
|
|
9299
|
-
{
|
|
9300
|
-
"fromSymbol": "RuntimeApiLoaderExecutionResult",
|
|
9301
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9302
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9303
|
-
},
|
|
9304
|
-
{
|
|
9305
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9306
|
-
"toType": "Readonly",
|
|
9307
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9308
|
-
},
|
|
9309
|
-
{
|
|
9310
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9311
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9312
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9313
|
-
},
|
|
9314
|
-
{
|
|
9315
|
-
"fromSymbol": "RuntimeApiLoaderMaterializationResult",
|
|
9316
|
-
"toType": "StateValue",
|
|
9317
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9318
|
-
},
|
|
9319
|
-
{
|
|
9320
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9321
|
-
"toType": "AppDataManifest",
|
|
9322
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9323
|
-
},
|
|
9324
|
-
{
|
|
9325
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9326
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9327
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9328
|
-
},
|
|
9329
|
-
{
|
|
9330
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9331
|
-
"toType": "RuntimeApiLoaderExecutionResult",
|
|
9332
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9333
|
-
},
|
|
9334
|
-
{
|
|
9335
|
-
"fromSymbol": "executeRuntimeApiLoaders",
|
|
9336
|
-
"toType": "StateAdapter",
|
|
9337
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9338
|
-
},
|
|
9339
|
-
{
|
|
9340
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9341
|
-
"toType": "AppDataManifest",
|
|
9342
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9343
|
-
},
|
|
9344
|
-
{
|
|
9345
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9346
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9347
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9348
|
-
},
|
|
9349
|
-
{
|
|
9350
|
-
"fromSymbol": "materializeRuntimeApiLoaderState",
|
|
9351
|
-
"toType": "RuntimeApiLoaderMaterializationResult",
|
|
9352
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9353
|
-
},
|
|
9354
|
-
{
|
|
9355
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9356
|
-
"toType": "AppDataManifest",
|
|
9357
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9358
|
-
},
|
|
9359
|
-
{
|
|
9360
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9361
|
-
"toType": "RuntimeApiLoaderDefinition",
|
|
9362
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9363
|
-
},
|
|
9364
|
-
{
|
|
9365
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9366
|
-
"toType": "RuntimeApiLoaderDiagnostic",
|
|
9367
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9368
|
-
},
|
|
9369
|
-
{
|
|
9370
|
-
"fromSymbol": "useRuntimeApiStateLoaders",
|
|
9371
|
-
"toType": "StateAdapter",
|
|
9372
|
-
"sourcePath": "src/runtimeApiLoaders.ts"
|
|
9373
|
-
},
|
|
9374
9190
|
{
|
|
9375
9191
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
9376
9192
|
"toType": "BindingOperationRef",
|
|
@@ -9436,11 +9252,6 @@
|
|
|
9436
9252
|
"toType": "UiNode",
|
|
9437
9253
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9438
9254
|
},
|
|
9439
|
-
{
|
|
9440
|
-
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
9441
|
-
"toType": "Users",
|
|
9442
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9443
|
-
},
|
|
9444
9255
|
{
|
|
9445
9256
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9446
9257
|
"toType": "BindingValue",
|
|
@@ -9476,11 +9287,6 @@
|
|
|
9476
9287
|
"toType": "StateAdapter",
|
|
9477
9288
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9478
9289
|
},
|
|
9479
|
-
{
|
|
9480
|
-
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
9481
|
-
"toType": "Users",
|
|
9482
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
9483
|
-
},
|
|
9484
9290
|
{
|
|
9485
9291
|
"fromSymbol": "RuntimeBindingResolutionResult",
|
|
9486
9292
|
"toType": "DataSourceDiagnostic",
|
|
@@ -9586,6 +9392,11 @@
|
|
|
9586
9392
|
"toType": "Readonly",
|
|
9587
9393
|
"sourcePath": "src/runtimeBindings.ts"
|
|
9588
9394
|
},
|
|
9395
|
+
{
|
|
9396
|
+
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9397
|
+
"toType": "DbAdapter",
|
|
9398
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9399
|
+
},
|
|
9589
9400
|
{
|
|
9590
9401
|
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9591
9402
|
"toType": "EndpointTestCredentialResolver",
|
|
@@ -9596,6 +9407,11 @@
|
|
|
9596
9407
|
"toType": "EndpointTestFetch",
|
|
9597
9408
|
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9598
9409
|
},
|
|
9410
|
+
{
|
|
9411
|
+
"fromSymbol": "RuntimeDataSourceOperationExecutorOptions",
|
|
9412
|
+
"toType": "Readonly",
|
|
9413
|
+
"sourcePath": "src/runtimeDataSourceOperations.ts"
|
|
9414
|
+
},
|
|
9599
9415
|
{
|
|
9600
9416
|
"fromSymbol": "createRuntimeDataSourceOperationExecutor",
|
|
9601
9417
|
"toType": "RuntimeBindingOperationExecutor",
|
|
@@ -9901,11 +9717,6 @@
|
|
|
9901
9717
|
"toType": "UiNode",
|
|
9902
9718
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9903
9719
|
},
|
|
9904
|
-
{
|
|
9905
|
-
"fromSymbol": "RuntimeRendererProps",
|
|
9906
|
-
"toType": "Users",
|
|
9907
|
-
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
9908
|
-
},
|
|
9909
9720
|
{
|
|
9910
9721
|
"fromSymbol": "RuntimeRenderer",
|
|
9911
9722
|
"toType": "React",
|
|
@@ -10046,11 +9857,6 @@
|
|
|
10046
9857
|
"toType": "StateAdapter",
|
|
10047
9858
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10048
9859
|
},
|
|
10049
|
-
{
|
|
10050
|
-
"fromSymbol": "RuntimeRendererConfig",
|
|
10051
|
-
"toType": "Users",
|
|
10052
|
-
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10053
|
-
},
|
|
10054
9860
|
{
|
|
10055
9861
|
"fromSymbol": "RuntimeRendererConfigProvider",
|
|
10056
9862
|
"toType": "React",
|
|
@@ -10221,16 +10027,6 @@
|
|
|
10221
10027
|
"toType": "ScreenSpec",
|
|
10222
10028
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10223
10029
|
},
|
|
10224
|
-
{
|
|
10225
|
-
"fromSymbol": "resolveScreenApiLoaders",
|
|
10226
|
-
"toType": "ApiScreenDataLoaderDefinition",
|
|
10227
|
-
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10228
|
-
},
|
|
10229
|
-
{
|
|
10230
|
-
"fromSymbol": "resolveScreenApiLoaders",
|
|
10231
|
-
"toType": "ScreenSpec",
|
|
10232
|
-
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
10233
|
-
},
|
|
10234
10030
|
{
|
|
10235
10031
|
"fromSymbol": "resolveScreenOperationLoaders",
|
|
10236
10032
|
"toType": "OperationScreenDataLoaderDefinition",
|
|
@@ -10356,7 +10152,7 @@
|
|
|
10356
10152
|
{
|
|
10357
10153
|
"fromComponent": "RuntimeScreen",
|
|
10358
10154
|
"toComponent": "RuntimeRenderer",
|
|
10359
|
-
"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 />",
|
|
10360
10156
|
"sourcePath": "src/RuntimeScreen.tsx"
|
|
10361
10157
|
}
|
|
10362
10158
|
]
|