@ankhorage/runtime 2.2.9 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +2 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +21 -2
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +3 -0
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js +2 -0
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/bindings.d.ts +2 -0
- package/dist/bindings.d.ts.map +1 -1
- package/dist/bindings.js +1 -0
- package/dist/bindings.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/runtimeActionRegistry.d.ts +3 -0
- package/dist/runtimeActionRegistry.d.ts.map +1 -1
- package/dist/runtimeActionRegistry.js +46 -10
- package/dist/runtimeActionRegistry.js.map +1 -1
- package/dist/runtimeEventOperationLifecycle.d.ts +44 -0
- package/dist/runtimeEventOperationLifecycle.d.ts.map +1 -0
- package/dist/runtimeEventOperationLifecycle.js +76 -0
- package/dist/runtimeEventOperationLifecycle.js.map +1 -0
- package/package.json +3 -2
- package/paradox/badges/npm.svg +4 -4
- package/paradox/components.md +2 -2
- package/paradox/diagrams/architecture-overview.mmd +13 -0
- package/paradox/diagrams/export-graph.mmd +28 -0
- package/paradox/diagrams/module-relationships.mmd +10 -0
- package/paradox/diagrams/sequences/create-runtime-event-operation-binding-context.mmd +5 -0
- package/paradox/exports.json +322 -39
- package/paradox/exports.md +203 -109
- package/paradox/index.html +759 -114
- package/paradox/paradox.json +820 -122
package/paradox/paradox.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
"packageName": "@ankhorage/runtime",
|
|
3
3
|
"packageId": "@ankhorage/runtime",
|
|
4
4
|
"description": "Platform-neutral runtime contracts and helpers for Ankhorage generated apps.",
|
|
5
|
+
"collaborators": null,
|
|
6
|
+
"donation": null,
|
|
5
7
|
"badges": [
|
|
6
8
|
{
|
|
7
9
|
"id": "license",
|
|
@@ -12,7 +14,7 @@
|
|
|
12
14
|
{
|
|
13
15
|
"id": "npm",
|
|
14
16
|
"label": "npm",
|
|
15
|
-
"value": "v2.2.
|
|
17
|
+
"value": "v2.2.10",
|
|
16
18
|
"color": "cb3837"
|
|
17
19
|
},
|
|
18
20
|
{
|
|
@@ -93,11 +95,15 @@
|
|
|
93
95
|
"exports": [
|
|
94
96
|
"createRuntimeApiOperationExecutor",
|
|
95
97
|
"createRuntimeBindingOperationKey",
|
|
98
|
+
"createRuntimeEventOperationBindingContext",
|
|
99
|
+
"createRuntimeEventOperationLifecycle",
|
|
100
|
+
"IDLE_RUNTIME_EVENT_OPERATION_STATE",
|
|
96
101
|
"resolveBindingInputMap",
|
|
97
102
|
"resolveRuntimeBindings",
|
|
98
103
|
"resolveRuntimeBindingsAsync",
|
|
99
104
|
"resolveRuntimeBindingValue",
|
|
100
105
|
"resolveRuntimeBindingValueSync",
|
|
106
|
+
"resolveRuntimeEventOperationErrorMessage",
|
|
101
107
|
"RuntimeApiOperationExecutorOptions",
|
|
102
108
|
"RuntimeApiOperationSelection",
|
|
103
109
|
"RuntimeBindingOperationExecutionArgs",
|
|
@@ -109,6 +115,10 @@
|
|
|
109
115
|
"RuntimeBindingResolutionArgs",
|
|
110
116
|
"RuntimeBindingResolutionContext",
|
|
111
117
|
"RuntimeBindingResolutionResult",
|
|
118
|
+
"RuntimeEventOperationInvocation",
|
|
119
|
+
"RuntimeEventOperationLifecycle",
|
|
120
|
+
"RuntimeEventOperationState",
|
|
121
|
+
"RuntimeEventOperationStatus",
|
|
112
122
|
"validateRuntimeBindingOperationRef"
|
|
113
123
|
]
|
|
114
124
|
},
|
|
@@ -134,12 +144,15 @@
|
|
|
134
144
|
"createRuntimeActionRegistry",
|
|
135
145
|
"createRuntimeApiOperationExecutor",
|
|
136
146
|
"createRuntimeBindingOperationKey",
|
|
147
|
+
"createRuntimeEventOperationBindingContext",
|
|
148
|
+
"createRuntimeEventOperationLifecycle",
|
|
137
149
|
"createRuntimeMemoryStateAdapter",
|
|
138
150
|
"createRuntimeScreenLoaderRequestKey",
|
|
139
151
|
"dispatchRuntimeComponentEvent",
|
|
140
152
|
"dispatchRuntimeComponentEventWithReporting",
|
|
141
153
|
"executeDbPersistAction",
|
|
142
154
|
"executeRuntimeScreenOperationLoaders",
|
|
155
|
+
"IDLE_RUNTIME_EVENT_OPERATION_STATE",
|
|
143
156
|
"ManifestContext",
|
|
144
157
|
"ManifestProvider",
|
|
145
158
|
"mergeRuntimeRendererConfig",
|
|
@@ -151,6 +164,7 @@
|
|
|
151
164
|
"resolveRuntimeBindingsAsync",
|
|
152
165
|
"resolveRuntimeBindingValue",
|
|
153
166
|
"resolveRuntimeBindingValueSync",
|
|
167
|
+
"resolveRuntimeEventOperationErrorMessage",
|
|
154
168
|
"resolveScreenOperationLoaders",
|
|
155
169
|
"RuntimeAction",
|
|
156
170
|
"RuntimeActionDescriptor",
|
|
@@ -181,6 +195,10 @@
|
|
|
181
195
|
"RuntimeDbPersistResult",
|
|
182
196
|
"RuntimeDiagnostic",
|
|
183
197
|
"RuntimeEventDiagnosticsReporter",
|
|
198
|
+
"RuntimeEventOperationInvocation",
|
|
199
|
+
"RuntimeEventOperationLifecycle",
|
|
200
|
+
"RuntimeEventOperationState",
|
|
201
|
+
"RuntimeEventOperationStatus",
|
|
184
202
|
"RuntimeEventPropWrapArgs",
|
|
185
203
|
"RuntimeManifest",
|
|
186
204
|
"RuntimeManifestConfig",
|
|
@@ -280,6 +298,7 @@
|
|
|
280
298
|
"dependencies": [
|
|
281
299
|
"src/runtimeApiSelection.ts",
|
|
282
300
|
"src/runtimeBindings.ts",
|
|
301
|
+
"src/runtimeEventOperationLifecycle.ts",
|
|
283
302
|
"src/RuntimeRendererConfig.tsx"
|
|
284
303
|
],
|
|
285
304
|
"exports": [
|
|
@@ -391,6 +410,33 @@
|
|
|
391
410
|
"dependencies": ["src/runtimeActionRegistry.ts", "src/RuntimeRendererConfig.tsx"],
|
|
392
411
|
"exports": ["dispatchRuntimeComponentEventWithReporting", "RuntimeEventDiagnosticsReporter"]
|
|
393
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"path": "src/runtimeEventOperationLifecycle.test.ts",
|
|
415
|
+
"isEntrypoint": false,
|
|
416
|
+
"dependencies": ["src/runtimeActionRegistry.ts", "src/runtimeEventOperationLifecycle.ts"],
|
|
417
|
+
"exports": []
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"path": "src/runtimeEventOperationLifecycle.ts",
|
|
421
|
+
"isEntrypoint": false,
|
|
422
|
+
"dependencies": [],
|
|
423
|
+
"exports": [
|
|
424
|
+
"createRuntimeEventOperationBindingContext",
|
|
425
|
+
"createRuntimeEventOperationLifecycle",
|
|
426
|
+
"IDLE_RUNTIME_EVENT_OPERATION_STATE",
|
|
427
|
+
"resolveRuntimeEventOperationErrorMessage",
|
|
428
|
+
"RuntimeEventOperationInvocation",
|
|
429
|
+
"RuntimeEventOperationLifecycle",
|
|
430
|
+
"RuntimeEventOperationState",
|
|
431
|
+
"RuntimeEventOperationStatus"
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"path": "src/runtimeImageMedia.test.ts",
|
|
436
|
+
"isEntrypoint": false,
|
|
437
|
+
"dependencies": ["src/runtimeMedia.ts", "src/runtimeNodeProps.ts"],
|
|
438
|
+
"exports": []
|
|
439
|
+
},
|
|
394
440
|
{
|
|
395
441
|
"path": "src/runtimeManifest.ts",
|
|
396
442
|
"isEntrypoint": false,
|
|
@@ -481,6 +527,7 @@
|
|
|
481
527
|
"src/runtimeBindings.ts",
|
|
482
528
|
"src/runtimeDbPersist.ts",
|
|
483
529
|
"src/runtimeEventExecution.ts",
|
|
530
|
+
"src/runtimeEventOperationLifecycle.ts",
|
|
484
531
|
"src/runtimeMedia.ts",
|
|
485
532
|
"src/runtimeMediaCache.tsx",
|
|
486
533
|
"src/runtimeNodeProps.ts",
|
|
@@ -501,7 +548,12 @@
|
|
|
501
548
|
{
|
|
502
549
|
"path": "src/RuntimeRendererConfig.tsx",
|
|
503
550
|
"isEntrypoint": false,
|
|
504
|
-
"dependencies": [
|
|
551
|
+
"dependencies": [
|
|
552
|
+
"src/registry.tsx",
|
|
553
|
+
"src/runtimeBindings.ts",
|
|
554
|
+
"src/runtimeEventOperationLifecycle.ts",
|
|
555
|
+
"src/runtimeMedia.ts"
|
|
556
|
+
],
|
|
505
557
|
"exports": [
|
|
506
558
|
"composeRuntimeNodePropsResolver",
|
|
507
559
|
"composeRuntimeRendererWrapNode",
|
|
@@ -673,7 +725,7 @@
|
|
|
673
725
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
674
726
|
"sourceLocation": {
|
|
675
727
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
676
|
-
"line":
|
|
728
|
+
"line": 95,
|
|
677
729
|
"column": 1
|
|
678
730
|
},
|
|
679
731
|
"exportPaths": ["src/index.ts"],
|
|
@@ -711,7 +763,7 @@
|
|
|
711
763
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
712
764
|
"sourceLocation": {
|
|
713
765
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
714
|
-
"line":
|
|
766
|
+
"line": 80,
|
|
715
767
|
"column": 1
|
|
716
768
|
},
|
|
717
769
|
"exportPaths": ["src/index.ts"],
|
|
@@ -749,7 +801,7 @@
|
|
|
749
801
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
750
802
|
"sourceLocation": {
|
|
751
803
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
752
|
-
"line":
|
|
804
|
+
"line": 223,
|
|
753
805
|
"column": 1
|
|
754
806
|
},
|
|
755
807
|
"exportPaths": ["src/index.ts"],
|
|
@@ -909,7 +961,7 @@
|
|
|
909
961
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
910
962
|
"sourceLocation": {
|
|
911
963
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
912
|
-
"line":
|
|
964
|
+
"line": 71,
|
|
913
965
|
"column": 1
|
|
914
966
|
},
|
|
915
967
|
"exportPaths": ["src/index.ts"],
|
|
@@ -919,15 +971,16 @@
|
|
|
919
971
|
"RuntimeActionRegistry",
|
|
920
972
|
"RuntimeBindingOperationExecutor",
|
|
921
973
|
"RuntimeBindingOperationResultCache",
|
|
922
|
-
"RuntimeBindingOperationResultWriter"
|
|
974
|
+
"RuntimeBindingOperationResultWriter",
|
|
975
|
+
"RuntimeEventOperationLifecycle"
|
|
923
976
|
],
|
|
924
977
|
"signatures": [
|
|
925
978
|
{
|
|
926
|
-
"label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
|
|
979
|
+
"label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
|
|
927
980
|
"parameters": [
|
|
928
981
|
{
|
|
929
982
|
"name": "options",
|
|
930
|
-
"type": "{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
|
|
983
|
+
"type": "{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
|
|
931
984
|
"required": false,
|
|
932
985
|
"description": null
|
|
933
986
|
}
|
|
@@ -1003,6 +1056,76 @@
|
|
|
1003
1056
|
"members": [],
|
|
1004
1057
|
"structuredRows": []
|
|
1005
1058
|
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "createRuntimeEventOperationBindingContext",
|
|
1061
|
+
"description": null,
|
|
1062
|
+
"isReadme": false,
|
|
1063
|
+
"examples": [],
|
|
1064
|
+
"kind": "function",
|
|
1065
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1066
|
+
"sourceLocation": {
|
|
1067
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1068
|
+
"line": 92,
|
|
1069
|
+
"column": 1
|
|
1070
|
+
},
|
|
1071
|
+
"exportPaths": ["src/index.ts"],
|
|
1072
|
+
"relatedSymbols": ["RuntimeEventOperationState"],
|
|
1073
|
+
"signatures": [
|
|
1074
|
+
{
|
|
1075
|
+
"label": "(context: Record<string, unknown> | undefined, state: RuntimeEventOperationState) => Record<string, unknown>",
|
|
1076
|
+
"parameters": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "context",
|
|
1079
|
+
"type": "Record<string, unknown> | undefined",
|
|
1080
|
+
"required": true,
|
|
1081
|
+
"description": null
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "state",
|
|
1085
|
+
"type": "RuntimeEventOperationState",
|
|
1086
|
+
"required": true,
|
|
1087
|
+
"description": null
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"returnType": "Record<string, unknown>",
|
|
1091
|
+
"returnDescription": null
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"members": [],
|
|
1095
|
+
"structuredRows": []
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "createRuntimeEventOperationLifecycle",
|
|
1099
|
+
"description": null,
|
|
1100
|
+
"isReadme": false,
|
|
1101
|
+
"examples": [],
|
|
1102
|
+
"kind": "function",
|
|
1103
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1104
|
+
"sourceLocation": {
|
|
1105
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1106
|
+
"line": 39,
|
|
1107
|
+
"column": 1
|
|
1108
|
+
},
|
|
1109
|
+
"exportPaths": ["src/index.ts"],
|
|
1110
|
+
"relatedSymbols": ["RuntimeEventOperationLifecycle", "RuntimeEventOperationState"],
|
|
1111
|
+
"signatures": [
|
|
1112
|
+
{
|
|
1113
|
+
"label": "(onStateChange: (state: RuntimeEventOperationState) => void) => RuntimeEventOperationLifecycle",
|
|
1114
|
+
"parameters": [
|
|
1115
|
+
{
|
|
1116
|
+
"name": "onStateChange",
|
|
1117
|
+
"type": "(state: RuntimeEventOperationState) => void",
|
|
1118
|
+
"required": true,
|
|
1119
|
+
"description": null
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"returnType": "RuntimeEventOperationLifecycle",
|
|
1123
|
+
"returnDescription": null
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"members": [],
|
|
1127
|
+
"structuredRows": []
|
|
1128
|
+
},
|
|
1006
1129
|
{
|
|
1007
1130
|
"name": "createRuntimeMemoryStateAdapter",
|
|
1008
1131
|
"description": null,
|
|
@@ -1076,7 +1199,7 @@
|
|
|
1076
1199
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1077
1200
|
"sourceLocation": {
|
|
1078
1201
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1079
|
-
"line":
|
|
1202
|
+
"line": 109,
|
|
1080
1203
|
"column": 1
|
|
1081
1204
|
},
|
|
1082
1205
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1204,6 +1327,24 @@
|
|
|
1204
1327
|
"members": [],
|
|
1205
1328
|
"structuredRows": []
|
|
1206
1329
|
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "IDLE_RUNTIME_EVENT_OPERATION_STATE",
|
|
1332
|
+
"description": null,
|
|
1333
|
+
"isReadme": false,
|
|
1334
|
+
"examples": [],
|
|
1335
|
+
"kind": "value",
|
|
1336
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1337
|
+
"sourceLocation": {
|
|
1338
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1339
|
+
"line": 27,
|
|
1340
|
+
"column": 14
|
|
1341
|
+
},
|
|
1342
|
+
"exportPaths": ["src/index.ts"],
|
|
1343
|
+
"relatedSymbols": [],
|
|
1344
|
+
"signatures": [],
|
|
1345
|
+
"members": [],
|
|
1346
|
+
"structuredRows": []
|
|
1347
|
+
},
|
|
1207
1348
|
{
|
|
1208
1349
|
"name": "ManifestContext",
|
|
1209
1350
|
"description": null,
|
|
@@ -1263,7 +1404,7 @@
|
|
|
1263
1404
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1264
1405
|
"sourceLocation": {
|
|
1265
1406
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1266
|
-
"line":
|
|
1407
|
+
"line": 113,
|
|
1267
1408
|
"column": 1
|
|
1268
1409
|
},
|
|
1269
1410
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1377,7 +1518,7 @@
|
|
|
1377
1518
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1378
1519
|
"sourceLocation": {
|
|
1379
1520
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1380
|
-
"line":
|
|
1521
|
+
"line": 237,
|
|
1381
1522
|
"column": 1
|
|
1382
1523
|
},
|
|
1383
1524
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1415,7 +1556,7 @@
|
|
|
1415
1556
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1416
1557
|
"sourceLocation": {
|
|
1417
1558
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1418
|
-
"line":
|
|
1559
|
+
"line": 248,
|
|
1419
1560
|
"column": 1
|
|
1420
1561
|
},
|
|
1421
1562
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1596,6 +1737,38 @@
|
|
|
1596
1737
|
"members": [],
|
|
1597
1738
|
"structuredRows": []
|
|
1598
1739
|
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "resolveRuntimeEventOperationErrorMessage",
|
|
1742
|
+
"description": null,
|
|
1743
|
+
"isReadme": false,
|
|
1744
|
+
"examples": [],
|
|
1745
|
+
"kind": "function",
|
|
1746
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1747
|
+
"sourceLocation": {
|
|
1748
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
1749
|
+
"line": 113,
|
|
1750
|
+
"column": 1
|
|
1751
|
+
},
|
|
1752
|
+
"exportPaths": ["src/index.ts"],
|
|
1753
|
+
"relatedSymbols": [],
|
|
1754
|
+
"signatures": [
|
|
1755
|
+
{
|
|
1756
|
+
"label": "(diagnostics: readonly DataSourceDiagnostic[]) => string",
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "diagnostics",
|
|
1760
|
+
"type": "readonly DataSourceDiagnostic[]",
|
|
1761
|
+
"required": true,
|
|
1762
|
+
"description": null
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"returnType": "string",
|
|
1766
|
+
"returnDescription": null
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"members": [],
|
|
1770
|
+
"structuredRows": []
|
|
1771
|
+
},
|
|
1599
1772
|
{
|
|
1600
1773
|
"name": "resolveScreenOperationLoaders",
|
|
1601
1774
|
"description": null,
|
|
@@ -1637,7 +1810,7 @@
|
|
|
1637
1810
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1638
1811
|
"sourceLocation": {
|
|
1639
1812
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1640
|
-
"line":
|
|
1813
|
+
"line": 46,
|
|
1641
1814
|
"column": 1
|
|
1642
1815
|
},
|
|
1643
1816
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1702,7 +1875,7 @@
|
|
|
1702
1875
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1703
1876
|
"sourceLocation": {
|
|
1704
1877
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1705
|
-
"line":
|
|
1878
|
+
"line": 49,
|
|
1706
1879
|
"column": 1
|
|
1707
1880
|
},
|
|
1708
1881
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1720,7 +1893,7 @@
|
|
|
1720
1893
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1721
1894
|
"sourceLocation": {
|
|
1722
1895
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1723
|
-
"line":
|
|
1896
|
+
"line": 47,
|
|
1724
1897
|
"column": 1
|
|
1725
1898
|
},
|
|
1726
1899
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1738,7 +1911,7 @@
|
|
|
1738
1911
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1739
1912
|
"sourceLocation": {
|
|
1740
1913
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1741
|
-
"line":
|
|
1914
|
+
"line": 39,
|
|
1742
1915
|
"column": 1
|
|
1743
1916
|
},
|
|
1744
1917
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1785,7 +1958,7 @@
|
|
|
1785
1958
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
1786
1959
|
"sourceLocation": {
|
|
1787
1960
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
1788
|
-
"line":
|
|
1961
|
+
"line": 48,
|
|
1789
1962
|
"column": 1
|
|
1790
1963
|
},
|
|
1791
1964
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1803,7 +1976,7 @@
|
|
|
1803
1976
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1804
1977
|
"sourceLocation": {
|
|
1805
1978
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1806
|
-
"line":
|
|
1979
|
+
"line": 34,
|
|
1807
1980
|
"column": 1
|
|
1808
1981
|
},
|
|
1809
1982
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1836,7 +2009,7 @@
|
|
|
1836
2009
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1837
2010
|
"sourceLocation": {
|
|
1838
2011
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1839
|
-
"line":
|
|
2012
|
+
"line": 45,
|
|
1840
2013
|
"column": 1
|
|
1841
2014
|
},
|
|
1842
2015
|
"exportPaths": ["src/index.ts"],
|
|
@@ -1883,7 +2056,7 @@
|
|
|
1883
2056
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
1884
2057
|
"sourceLocation": {
|
|
1885
2058
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
1886
|
-
"line":
|
|
2059
|
+
"line": 39,
|
|
1887
2060
|
"column": 1
|
|
1888
2061
|
},
|
|
1889
2062
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2251,7 +2424,7 @@
|
|
|
2251
2424
|
{
|
|
2252
2425
|
"name": "dataBindings",
|
|
2253
2426
|
"kind": "property",
|
|
2254
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
2427
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
2255
2428
|
"required": false,
|
|
2256
2429
|
"description": null
|
|
2257
2430
|
},
|
|
@@ -2333,7 +2506,7 @@
|
|
|
2333
2506
|
{
|
|
2334
2507
|
"name": "dataBindings",
|
|
2335
2508
|
"kind": "property",
|
|
2336
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
2509
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
2337
2510
|
"required": false,
|
|
2338
2511
|
"description": null
|
|
2339
2512
|
},
|
|
@@ -2428,14 +2601,15 @@
|
|
|
2428
2601
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
2429
2602
|
"sourceLocation": {
|
|
2430
2603
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
2431
|
-
"line":
|
|
2604
|
+
"line": 49,
|
|
2432
2605
|
"column": 1
|
|
2433
2606
|
},
|
|
2434
2607
|
"exportPaths": ["src/index.ts"],
|
|
2435
2608
|
"relatedSymbols": [
|
|
2436
2609
|
"RuntimeActionHandler",
|
|
2437
2610
|
"RuntimeBindingOperationExecutor",
|
|
2438
|
-
"RuntimeBindingOperationResultWriter"
|
|
2611
|
+
"RuntimeBindingOperationResultWriter",
|
|
2612
|
+
"RuntimeEventOperationLifecycle"
|
|
2439
2613
|
],
|
|
2440
2614
|
"signatures": [],
|
|
2441
2615
|
"members": [
|
|
@@ -2456,7 +2630,7 @@
|
|
|
2456
2630
|
{
|
|
2457
2631
|
"name": "dataBindings",
|
|
2458
2632
|
"kind": "property",
|
|
2459
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
2633
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
2460
2634
|
"required": false,
|
|
2461
2635
|
"description": null
|
|
2462
2636
|
},
|
|
@@ -2474,6 +2648,13 @@
|
|
|
2474
2648
|
"required": false,
|
|
2475
2649
|
"description": null
|
|
2476
2650
|
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "eventOperationLifecycle",
|
|
2653
|
+
"kind": "property",
|
|
2654
|
+
"type": "RuntimeEventOperationLifecycle | undefined",
|
|
2655
|
+
"required": false,
|
|
2656
|
+
"description": null
|
|
2657
|
+
},
|
|
2477
2658
|
{
|
|
2478
2659
|
"name": "executeAction",
|
|
2479
2660
|
"kind": "property",
|
|
@@ -2676,6 +2857,144 @@
|
|
|
2676
2857
|
],
|
|
2677
2858
|
"structuredRows": []
|
|
2678
2859
|
},
|
|
2860
|
+
{
|
|
2861
|
+
"name": "RuntimeEventOperationInvocation",
|
|
2862
|
+
"description": null,
|
|
2863
|
+
"isReadme": false,
|
|
2864
|
+
"examples": [],
|
|
2865
|
+
"kind": "type",
|
|
2866
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2867
|
+
"sourceLocation": {
|
|
2868
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2869
|
+
"line": 14,
|
|
2870
|
+
"column": 1
|
|
2871
|
+
},
|
|
2872
|
+
"exportPaths": ["src/index.ts"],
|
|
2873
|
+
"relatedSymbols": [],
|
|
2874
|
+
"signatures": [],
|
|
2875
|
+
"members": [
|
|
2876
|
+
{
|
|
2877
|
+
"name": "id",
|
|
2878
|
+
"kind": "property",
|
|
2879
|
+
"type": "number",
|
|
2880
|
+
"required": true,
|
|
2881
|
+
"description": null
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"structuredRows": []
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "RuntimeEventOperationLifecycle",
|
|
2888
|
+
"description": null,
|
|
2889
|
+
"isReadme": false,
|
|
2890
|
+
"examples": [],
|
|
2891
|
+
"kind": "type",
|
|
2892
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2893
|
+
"sourceLocation": {
|
|
2894
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2895
|
+
"line": 18,
|
|
2896
|
+
"column": 1
|
|
2897
|
+
},
|
|
2898
|
+
"exportPaths": ["src/index.ts"],
|
|
2899
|
+
"relatedSymbols": ["RuntimeEventOperationInvocation"],
|
|
2900
|
+
"signatures": [],
|
|
2901
|
+
"members": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "fail",
|
|
2904
|
+
"kind": "method",
|
|
2905
|
+
"type": "(invocation: RuntimeEventOperationInvocation, message: string) => void",
|
|
2906
|
+
"required": true,
|
|
2907
|
+
"description": null
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "start",
|
|
2911
|
+
"kind": "method",
|
|
2912
|
+
"type": "(args: { readonly nodeId: string; readonly operation: BindingOperationRef; }) => RuntimeEventOperationInvocation | undefined",
|
|
2913
|
+
"required": true,
|
|
2914
|
+
"description": null
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"name": "succeed",
|
|
2918
|
+
"kind": "method",
|
|
2919
|
+
"type": "(invocation: RuntimeEventOperationInvocation) => void",
|
|
2920
|
+
"required": true,
|
|
2921
|
+
"description": null
|
|
2922
|
+
}
|
|
2923
|
+
],
|
|
2924
|
+
"structuredRows": []
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "RuntimeEventOperationState",
|
|
2928
|
+
"description": null,
|
|
2929
|
+
"isReadme": false,
|
|
2930
|
+
"examples": [],
|
|
2931
|
+
"kind": "type",
|
|
2932
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2933
|
+
"sourceLocation": {
|
|
2934
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2935
|
+
"line": 6,
|
|
2936
|
+
"column": 1
|
|
2937
|
+
},
|
|
2938
|
+
"exportPaths": ["src/index.ts"],
|
|
2939
|
+
"relatedSymbols": ["RuntimeEventOperationStatus"],
|
|
2940
|
+
"signatures": [],
|
|
2941
|
+
"members": [
|
|
2942
|
+
{
|
|
2943
|
+
"name": "errorMessage",
|
|
2944
|
+
"kind": "property",
|
|
2945
|
+
"type": "string",
|
|
2946
|
+
"required": true,
|
|
2947
|
+
"description": null
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "loading",
|
|
2951
|
+
"kind": "property",
|
|
2952
|
+
"type": "boolean",
|
|
2953
|
+
"required": true,
|
|
2954
|
+
"description": null
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"name": "nodeId",
|
|
2958
|
+
"kind": "property",
|
|
2959
|
+
"type": "string | undefined",
|
|
2960
|
+
"required": false,
|
|
2961
|
+
"description": null
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "operation",
|
|
2965
|
+
"kind": "property",
|
|
2966
|
+
"type": "BindingOperationRef | undefined",
|
|
2967
|
+
"required": false,
|
|
2968
|
+
"description": null
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"name": "status",
|
|
2972
|
+
"kind": "property",
|
|
2973
|
+
"type": "RuntimeEventOperationStatus",
|
|
2974
|
+
"required": true,
|
|
2975
|
+
"description": null
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"structuredRows": []
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "RuntimeEventOperationStatus",
|
|
2982
|
+
"description": null,
|
|
2983
|
+
"isReadme": false,
|
|
2984
|
+
"examples": [],
|
|
2985
|
+
"kind": "unknown",
|
|
2986
|
+
"modulePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2987
|
+
"sourceLocation": {
|
|
2988
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
2989
|
+
"line": 4,
|
|
2990
|
+
"column": 1
|
|
2991
|
+
},
|
|
2992
|
+
"exportPaths": ["src/index.ts"],
|
|
2993
|
+
"relatedSymbols": [],
|
|
2994
|
+
"signatures": [],
|
|
2995
|
+
"members": [],
|
|
2996
|
+
"structuredRows": []
|
|
2997
|
+
},
|
|
2679
2998
|
{
|
|
2680
2999
|
"name": "RuntimeEventPropWrapArgs",
|
|
2681
3000
|
"description": null,
|
|
@@ -2685,7 +3004,7 @@
|
|
|
2685
3004
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
2686
3005
|
"sourceLocation": {
|
|
2687
3006
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
2688
|
-
"line":
|
|
3007
|
+
"line": 61,
|
|
2689
3008
|
"column": 1
|
|
2690
3009
|
},
|
|
2691
3010
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2702,7 +3021,7 @@
|
|
|
2702
3021
|
{
|
|
2703
3022
|
"name": "dataBindings",
|
|
2704
3023
|
"kind": "property",
|
|
2705
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3024
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
2706
3025
|
"required": false,
|
|
2707
3026
|
"description": null
|
|
2708
3027
|
},
|
|
@@ -3022,7 +3341,7 @@
|
|
|
3022
3341
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
3023
3342
|
"sourceLocation": {
|
|
3024
3343
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
3025
|
-
"line":
|
|
3344
|
+
"line": 81,
|
|
3026
3345
|
"column": 1
|
|
3027
3346
|
},
|
|
3028
3347
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3054,7 +3373,7 @@
|
|
|
3054
3373
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3055
3374
|
"sourceLocation": {
|
|
3056
3375
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3057
|
-
"line":
|
|
3376
|
+
"line": 51,
|
|
3058
3377
|
"column": 1
|
|
3059
3378
|
},
|
|
3060
3379
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3063,6 +3382,8 @@
|
|
|
3063
3382
|
"RuntimeActionHandlers",
|
|
3064
3383
|
"RuntimeBindingOperationExecutor",
|
|
3065
3384
|
"RuntimeBindingOperationResultWriter",
|
|
3385
|
+
"RuntimeEventOperationLifecycle",
|
|
3386
|
+
"RuntimeEventOperationState",
|
|
3066
3387
|
"RuntimeMediaAssetResolver",
|
|
3067
3388
|
"RuntimeNodePropsResolver",
|
|
3068
3389
|
"RuntimeRendererWrapArgs"
|
|
@@ -3093,7 +3414,7 @@
|
|
|
3093
3414
|
{
|
|
3094
3415
|
"name": "dataBindings",
|
|
3095
3416
|
"kind": "property",
|
|
3096
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3417
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
3097
3418
|
"required": false,
|
|
3098
3419
|
"description": null
|
|
3099
3420
|
},
|
|
@@ -3118,6 +3439,20 @@
|
|
|
3118
3439
|
"required": false,
|
|
3119
3440
|
"description": null
|
|
3120
3441
|
},
|
|
3442
|
+
{
|
|
3443
|
+
"name": "eventOperationLifecycle",
|
|
3444
|
+
"kind": "property",
|
|
3445
|
+
"type": "RuntimeEventOperationLifecycle | undefined",
|
|
3446
|
+
"required": false,
|
|
3447
|
+
"description": null
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "eventOperationState",
|
|
3451
|
+
"kind": "property",
|
|
3452
|
+
"type": "RuntimeEventOperationState | undefined",
|
|
3453
|
+
"required": false,
|
|
3454
|
+
"description": null
|
|
3455
|
+
},
|
|
3121
3456
|
{
|
|
3122
3457
|
"name": "executeAction",
|
|
3123
3458
|
"kind": "property",
|
|
@@ -3135,7 +3470,7 @@
|
|
|
3135
3470
|
{
|
|
3136
3471
|
"name": "mediaAssets",
|
|
3137
3472
|
"kind": "property",
|
|
3138
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3473
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").MediaAsset>> | undefined",
|
|
3139
3474
|
"required": false,
|
|
3140
3475
|
"description": null
|
|
3141
3476
|
},
|
|
@@ -3149,7 +3484,7 @@
|
|
|
3149
3484
|
{
|
|
3150
3485
|
"name": "operationResults",
|
|
3151
3486
|
"kind": "property",
|
|
3152
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3487
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").BindingValue | undefined>> | undefined",
|
|
3153
3488
|
"required": false,
|
|
3154
3489
|
"description": null
|
|
3155
3490
|
},
|
|
@@ -3207,7 +3542,7 @@
|
|
|
3207
3542
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3208
3543
|
"sourceLocation": {
|
|
3209
3544
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3210
|
-
"line":
|
|
3545
|
+
"line": 164,
|
|
3211
3546
|
"column": 1
|
|
3212
3547
|
},
|
|
3213
3548
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3239,7 +3574,7 @@
|
|
|
3239
3574
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
3240
3575
|
"sourceLocation": {
|
|
3241
3576
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
3242
|
-
"line":
|
|
3577
|
+
"line": 61,
|
|
3243
3578
|
"column": 1
|
|
3244
3579
|
},
|
|
3245
3580
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3269,7 +3604,7 @@
|
|
|
3269
3604
|
{
|
|
3270
3605
|
"name": "dataBindings",
|
|
3271
3606
|
"kind": "property",
|
|
3272
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3607
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ComponentDataBinding>> | undefined",
|
|
3273
3608
|
"required": false,
|
|
3274
3609
|
"description": null
|
|
3275
3610
|
},
|
|
@@ -3297,7 +3632,7 @@
|
|
|
3297
3632
|
{
|
|
3298
3633
|
"name": "executeAction",
|
|
3299
3634
|
"kind": "property",
|
|
3300
|
-
"type": "import(\"./
|
|
3635
|
+
"type": "import(\"./RuntimeRendererConfig\").RuntimeActionHandler | undefined",
|
|
3301
3636
|
"required": false,
|
|
3302
3637
|
"description": null
|
|
3303
3638
|
},
|
|
@@ -3318,7 +3653,7 @@
|
|
|
3318
3653
|
{
|
|
3319
3654
|
"name": "mediaAssets",
|
|
3320
3655
|
"kind": "property",
|
|
3321
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts
|
|
3656
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").MediaAsset>> | undefined",
|
|
3322
3657
|
"required": false,
|
|
3323
3658
|
"description": null
|
|
3324
3659
|
},
|
|
@@ -3383,7 +3718,7 @@
|
|
|
3383
3718
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3384
3719
|
"sourceLocation": {
|
|
3385
3720
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3386
|
-
"line":
|
|
3721
|
+
"line": 33,
|
|
3387
3722
|
"column": 1
|
|
3388
3723
|
},
|
|
3389
3724
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3747,7 +4082,7 @@
|
|
|
3747
4082
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
3748
4083
|
"sourceLocation": {
|
|
3749
4084
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
3750
|
-
"line":
|
|
4085
|
+
"line": 177,
|
|
3751
4086
|
"column": 1
|
|
3752
4087
|
},
|
|
3753
4088
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3847,7 +4182,7 @@
|
|
|
3847
4182
|
"modulePath": "src/runtimeActionRegistry.ts",
|
|
3848
4183
|
"sourceLocation": {
|
|
3849
4184
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
3850
|
-
"line":
|
|
4185
|
+
"line": 186,
|
|
3851
4186
|
"column": 1
|
|
3852
4187
|
},
|
|
3853
4188
|
"exportPaths": ["src/index.ts"],
|
|
@@ -3946,7 +4281,7 @@
|
|
|
3946
4281
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
3947
4282
|
"sourceLocation": {
|
|
3948
4283
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
3949
|
-
"line":
|
|
4284
|
+
"line": 81,
|
|
3950
4285
|
"column": 1
|
|
3951
4286
|
},
|
|
3952
4287
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4063,7 +4398,7 @@
|
|
|
4063
4398
|
"modulePath": "src/RuntimeRendererConfig.tsx",
|
|
4064
4399
|
"sourceLocation": {
|
|
4065
4400
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
4066
|
-
"line":
|
|
4401
|
+
"line": 164,
|
|
4067
4402
|
"column": 1
|
|
4068
4403
|
},
|
|
4069
4404
|
"exportPaths": ["src/index.ts"],
|
|
@@ -4353,7 +4688,7 @@
|
|
|
4353
4688
|
"description": null,
|
|
4354
4689
|
"sourceLocation": {
|
|
4355
4690
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4356
|
-
"line":
|
|
4691
|
+
"line": 71,
|
|
4357
4692
|
"column": 1
|
|
4358
4693
|
}
|
|
4359
4694
|
},
|
|
@@ -4362,7 +4697,7 @@
|
|
|
4362
4697
|
"description": null,
|
|
4363
4698
|
"sourceLocation": {
|
|
4364
4699
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4365
|
-
"line":
|
|
4700
|
+
"line": 109,
|
|
4366
4701
|
"column": 1
|
|
4367
4702
|
}
|
|
4368
4703
|
},
|
|
@@ -4371,7 +4706,7 @@
|
|
|
4371
4706
|
"description": null,
|
|
4372
4707
|
"sourceLocation": {
|
|
4373
4708
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4374
|
-
"line":
|
|
4709
|
+
"line": 186,
|
|
4375
4710
|
"column": 1
|
|
4376
4711
|
}
|
|
4377
4712
|
},
|
|
@@ -4380,7 +4715,7 @@
|
|
|
4380
4715
|
"description": null,
|
|
4381
4716
|
"sourceLocation": {
|
|
4382
4717
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4383
|
-
"line":
|
|
4718
|
+
"line": 223,
|
|
4384
4719
|
"column": 1
|
|
4385
4720
|
}
|
|
4386
4721
|
},
|
|
@@ -4389,7 +4724,7 @@
|
|
|
4389
4724
|
"description": null,
|
|
4390
4725
|
"sourceLocation": {
|
|
4391
4726
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4392
|
-
"line":
|
|
4727
|
+
"line": 237,
|
|
4393
4728
|
"column": 1
|
|
4394
4729
|
}
|
|
4395
4730
|
},
|
|
@@ -4398,7 +4733,7 @@
|
|
|
4398
4733
|
"description": null,
|
|
4399
4734
|
"sourceLocation": {
|
|
4400
4735
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4401
|
-
"line":
|
|
4736
|
+
"line": 248,
|
|
4402
4737
|
"column": 1
|
|
4403
4738
|
}
|
|
4404
4739
|
},
|
|
@@ -4407,16 +4742,25 @@
|
|
|
4407
4742
|
"description": null,
|
|
4408
4743
|
"sourceLocation": {
|
|
4409
4744
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4410
|
-
"line":
|
|
4745
|
+
"line": 259,
|
|
4411
4746
|
"column": 1
|
|
4412
4747
|
}
|
|
4413
4748
|
},
|
|
4749
|
+
{
|
|
4750
|
+
"name": "failLifecycle",
|
|
4751
|
+
"description": null,
|
|
4752
|
+
"sourceLocation": {
|
|
4753
|
+
"filePath": "src/runtimeActionRegistry.ts",
|
|
4754
|
+
"line": 276,
|
|
4755
|
+
"column": 9
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4414
4758
|
{
|
|
4415
4759
|
"name": "resolveRuntimeActionValueEntry",
|
|
4416
4760
|
"description": null,
|
|
4417
4761
|
"sourceLocation": {
|
|
4418
4762
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4419
|
-
"line":
|
|
4763
|
+
"line": 344,
|
|
4420
4764
|
"column": 1
|
|
4421
4765
|
}
|
|
4422
4766
|
},
|
|
@@ -4425,7 +4769,7 @@
|
|
|
4425
4769
|
"description": null,
|
|
4426
4770
|
"sourceLocation": {
|
|
4427
4771
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4428
|
-
"line":
|
|
4772
|
+
"line": 362,
|
|
4429
4773
|
"column": 1
|
|
4430
4774
|
}
|
|
4431
4775
|
},
|
|
@@ -4434,7 +4778,7 @@
|
|
|
4434
4778
|
"description": null,
|
|
4435
4779
|
"sourceLocation": {
|
|
4436
4780
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4437
|
-
"line":
|
|
4781
|
+
"line": 371,
|
|
4438
4782
|
"column": 1
|
|
4439
4783
|
}
|
|
4440
4784
|
},
|
|
@@ -4443,7 +4787,7 @@
|
|
|
4443
4787
|
"description": null,
|
|
4444
4788
|
"sourceLocation": {
|
|
4445
4789
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4446
|
-
"line":
|
|
4790
|
+
"line": 390,
|
|
4447
4791
|
"column": 1
|
|
4448
4792
|
}
|
|
4449
4793
|
},
|
|
@@ -4452,7 +4796,7 @@
|
|
|
4452
4796
|
"description": null,
|
|
4453
4797
|
"sourceLocation": {
|
|
4454
4798
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4455
|
-
"line":
|
|
4799
|
+
"line": 410,
|
|
4456
4800
|
"column": 1
|
|
4457
4801
|
}
|
|
4458
4802
|
},
|
|
@@ -4461,7 +4805,7 @@
|
|
|
4461
4805
|
"description": null,
|
|
4462
4806
|
"sourceLocation": {
|
|
4463
4807
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4464
|
-
"line":
|
|
4808
|
+
"line": 433,
|
|
4465
4809
|
"column": 1
|
|
4466
4810
|
}
|
|
4467
4811
|
},
|
|
@@ -4470,7 +4814,7 @@
|
|
|
4470
4814
|
"description": null,
|
|
4471
4815
|
"sourceLocation": {
|
|
4472
4816
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4473
|
-
"line":
|
|
4817
|
+
"line": 471,
|
|
4474
4818
|
"column": 1
|
|
4475
4819
|
}
|
|
4476
4820
|
},
|
|
@@ -4479,7 +4823,7 @@
|
|
|
4479
4823
|
"description": null,
|
|
4480
4824
|
"sourceLocation": {
|
|
4481
4825
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4482
|
-
"line":
|
|
4826
|
+
"line": 479,
|
|
4483
4827
|
"column": 1
|
|
4484
4828
|
}
|
|
4485
4829
|
},
|
|
@@ -4488,7 +4832,7 @@
|
|
|
4488
4832
|
"description": null,
|
|
4489
4833
|
"sourceLocation": {
|
|
4490
4834
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4491
|
-
"line":
|
|
4835
|
+
"line": 485,
|
|
4492
4836
|
"column": 1
|
|
4493
4837
|
}
|
|
4494
4838
|
},
|
|
@@ -4497,7 +4841,7 @@
|
|
|
4497
4841
|
"description": null,
|
|
4498
4842
|
"sourceLocation": {
|
|
4499
4843
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4500
|
-
"line":
|
|
4844
|
+
"line": 489,
|
|
4501
4845
|
"column": 1
|
|
4502
4846
|
}
|
|
4503
4847
|
},
|
|
@@ -4506,7 +4850,7 @@
|
|
|
4506
4850
|
"description": null,
|
|
4507
4851
|
"sourceLocation": {
|
|
4508
4852
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4509
|
-
"line":
|
|
4853
|
+
"line": 493,
|
|
4510
4854
|
"column": 1
|
|
4511
4855
|
}
|
|
4512
4856
|
},
|
|
@@ -4515,7 +4859,7 @@
|
|
|
4515
4859
|
"description": null,
|
|
4516
4860
|
"sourceLocation": {
|
|
4517
4861
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4518
|
-
"line":
|
|
4862
|
+
"line": 502,
|
|
4519
4863
|
"column": 1
|
|
4520
4864
|
}
|
|
4521
4865
|
},
|
|
@@ -4524,7 +4868,7 @@
|
|
|
4524
4868
|
"description": null,
|
|
4525
4869
|
"sourceLocation": {
|
|
4526
4870
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4527
|
-
"line":
|
|
4871
|
+
"line": 518,
|
|
4528
4872
|
"column": 1
|
|
4529
4873
|
}
|
|
4530
4874
|
},
|
|
@@ -4533,7 +4877,7 @@
|
|
|
4533
4877
|
"description": null,
|
|
4534
4878
|
"sourceLocation": {
|
|
4535
4879
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4536
|
-
"line":
|
|
4880
|
+
"line": 527,
|
|
4537
4881
|
"column": 1
|
|
4538
4882
|
}
|
|
4539
4883
|
},
|
|
@@ -4542,7 +4886,7 @@
|
|
|
4542
4886
|
"description": null,
|
|
4543
4887
|
"sourceLocation": {
|
|
4544
4888
|
"filePath": "src/runtimeActionRegistry.ts",
|
|
4545
|
-
"line":
|
|
4889
|
+
"line": 531,
|
|
4546
4890
|
"column": 1
|
|
4547
4891
|
}
|
|
4548
4892
|
},
|
|
@@ -4898,74 +5242,137 @@
|
|
|
4898
5242
|
}
|
|
4899
5243
|
},
|
|
4900
5244
|
{
|
|
4901
|
-
"name": "createDbPersistActionHandler",
|
|
5245
|
+
"name": "createDbPersistActionHandler",
|
|
5246
|
+
"description": null,
|
|
5247
|
+
"sourceLocation": {
|
|
5248
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5249
|
+
"line": 36,
|
|
5250
|
+
"column": 1
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"name": "executeDbPersistAction",
|
|
5255
|
+
"description": null,
|
|
5256
|
+
"sourceLocation": {
|
|
5257
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5258
|
+
"line": 48,
|
|
5259
|
+
"column": 1
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
{
|
|
5263
|
+
"name": "resolveDbPersistInput",
|
|
5264
|
+
"description": null,
|
|
5265
|
+
"sourceLocation": {
|
|
5266
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5267
|
+
"line": 68,
|
|
5268
|
+
"column": 1
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
5272
|
+
"name": "createError",
|
|
5273
|
+
"description": null,
|
|
5274
|
+
"sourceLocation": {
|
|
5275
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5276
|
+
"line": 116,
|
|
5277
|
+
"column": 1
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "createDbPersistAdapterError",
|
|
5282
|
+
"description": null,
|
|
5283
|
+
"sourceLocation": {
|
|
5284
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5285
|
+
"line": 126,
|
|
5286
|
+
"column": 1
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
{
|
|
5290
|
+
"name": "isFieldValueEntry",
|
|
5291
|
+
"description": null,
|
|
5292
|
+
"sourceLocation": {
|
|
5293
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5294
|
+
"line": 133,
|
|
5295
|
+
"column": 1
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"name": "isRecord",
|
|
5300
|
+
"description": null,
|
|
5301
|
+
"sourceLocation": {
|
|
5302
|
+
"filePath": "src/runtimeDbPersist.ts",
|
|
5303
|
+
"line": 141,
|
|
5304
|
+
"column": 1
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "dispatchRuntimeComponentEventWithReporting",
|
|
4902
5309
|
"description": null,
|
|
4903
5310
|
"sourceLocation": {
|
|
4904
|
-
"filePath": "src/
|
|
4905
|
-
"line":
|
|
5311
|
+
"filePath": "src/runtimeEventExecution.ts",
|
|
5312
|
+
"line": 14,
|
|
4906
5313
|
"column": 1
|
|
4907
5314
|
}
|
|
4908
5315
|
},
|
|
4909
5316
|
{
|
|
4910
|
-
"name": "
|
|
5317
|
+
"name": "eventArgs",
|
|
4911
5318
|
"description": null,
|
|
4912
5319
|
"sourceLocation": {
|
|
4913
|
-
"filePath": "src/
|
|
4914
|
-
"line":
|
|
5320
|
+
"filePath": "src/runtimeEventOperationLifecycle.test.ts",
|
|
5321
|
+
"line": 54,
|
|
4915
5322
|
"column": 1
|
|
4916
5323
|
}
|
|
4917
5324
|
},
|
|
4918
5325
|
{
|
|
4919
|
-
"name": "
|
|
5326
|
+
"name": "executeOperation",
|
|
4920
5327
|
"description": null,
|
|
4921
5328
|
"sourceLocation": {
|
|
4922
|
-
"filePath": "src/
|
|
4923
|
-
"line":
|
|
4924
|
-
"column":
|
|
5329
|
+
"filePath": "src/runtimeEventOperationLifecycle.test.ts",
|
|
5330
|
+
"line": 85,
|
|
5331
|
+
"column": 11
|
|
4925
5332
|
}
|
|
4926
5333
|
},
|
|
4927
5334
|
{
|
|
4928
|
-
"name": "
|
|
5335
|
+
"name": "executeOperation",
|
|
4929
5336
|
"description": null,
|
|
4930
5337
|
"sourceLocation": {
|
|
4931
|
-
"filePath": "src/
|
|
4932
|
-
"line":
|
|
4933
|
-
"column":
|
|
5338
|
+
"filePath": "src/runtimeEventOperationLifecycle.test.ts",
|
|
5339
|
+
"line": 128,
|
|
5340
|
+
"column": 11
|
|
4934
5341
|
}
|
|
4935
5342
|
},
|
|
4936
5343
|
{
|
|
4937
|
-
"name": "
|
|
5344
|
+
"name": "createRuntimeEventOperationLifecycle",
|
|
4938
5345
|
"description": null,
|
|
4939
5346
|
"sourceLocation": {
|
|
4940
|
-
"filePath": "src/
|
|
4941
|
-
"line":
|
|
5347
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
5348
|
+
"line": 39,
|
|
4942
5349
|
"column": 1
|
|
4943
5350
|
}
|
|
4944
5351
|
},
|
|
4945
5352
|
{
|
|
4946
|
-
"name": "
|
|
5353
|
+
"name": "finish",
|
|
4947
5354
|
"description": null,
|
|
4948
5355
|
"sourceLocation": {
|
|
4949
|
-
"filePath": "src/
|
|
4950
|
-
"line":
|
|
4951
|
-
"column":
|
|
5356
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
5357
|
+
"line": 47,
|
|
5358
|
+
"column": 9
|
|
4952
5359
|
}
|
|
4953
5360
|
},
|
|
4954
5361
|
{
|
|
4955
|
-
"name": "
|
|
5362
|
+
"name": "createRuntimeEventOperationBindingContext",
|
|
4956
5363
|
"description": null,
|
|
4957
5364
|
"sourceLocation": {
|
|
4958
|
-
"filePath": "src/
|
|
4959
|
-
"line":
|
|
5365
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
5366
|
+
"line": 92,
|
|
4960
5367
|
"column": 1
|
|
4961
5368
|
}
|
|
4962
5369
|
},
|
|
4963
5370
|
{
|
|
4964
|
-
"name": "
|
|
5371
|
+
"name": "resolveRuntimeEventOperationErrorMessage",
|
|
4965
5372
|
"description": null,
|
|
4966
5373
|
"sourceLocation": {
|
|
4967
|
-
"filePath": "src/
|
|
4968
|
-
"line":
|
|
5374
|
+
"filePath": "src/runtimeEventOperationLifecycle.ts",
|
|
5375
|
+
"line": 113,
|
|
4969
5376
|
"column": 1
|
|
4970
5377
|
}
|
|
4971
5378
|
},
|
|
@@ -5172,7 +5579,7 @@
|
|
|
5172
5579
|
"description": null,
|
|
5173
5580
|
"sourceLocation": {
|
|
5174
5581
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5175
|
-
"line":
|
|
5582
|
+
"line": 19,
|
|
5176
5583
|
"column": 1
|
|
5177
5584
|
}
|
|
5178
5585
|
},
|
|
@@ -5181,7 +5588,7 @@
|
|
|
5181
5588
|
"description": null,
|
|
5182
5589
|
"sourceLocation": {
|
|
5183
5590
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5184
|
-
"line":
|
|
5591
|
+
"line": 23,
|
|
5185
5592
|
"column": 1
|
|
5186
5593
|
}
|
|
5187
5594
|
},
|
|
@@ -5190,7 +5597,7 @@
|
|
|
5190
5597
|
"description": null,
|
|
5191
5598
|
"sourceLocation": {
|
|
5192
5599
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5193
|
-
"line":
|
|
5600
|
+
"line": 32,
|
|
5194
5601
|
"column": 1
|
|
5195
5602
|
}
|
|
5196
5603
|
},
|
|
@@ -5199,7 +5606,7 @@
|
|
|
5199
5606
|
"description": null,
|
|
5200
5607
|
"sourceLocation": {
|
|
5201
5608
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5202
|
-
"line":
|
|
5609
|
+
"line": 38,
|
|
5203
5610
|
"column": 1
|
|
5204
5611
|
}
|
|
5205
5612
|
},
|
|
@@ -5208,7 +5615,7 @@
|
|
|
5208
5615
|
"description": null,
|
|
5209
5616
|
"sourceLocation": {
|
|
5210
5617
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5211
|
-
"line":
|
|
5618
|
+
"line": 42,
|
|
5212
5619
|
"column": 1
|
|
5213
5620
|
}
|
|
5214
5621
|
},
|
|
@@ -5217,7 +5624,7 @@
|
|
|
5217
5624
|
"description": null,
|
|
5218
5625
|
"sourceLocation": {
|
|
5219
5626
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5220
|
-
"line":
|
|
5627
|
+
"line": 46,
|
|
5221
5628
|
"column": 1
|
|
5222
5629
|
}
|
|
5223
5630
|
},
|
|
@@ -5226,7 +5633,7 @@
|
|
|
5226
5633
|
"description": null,
|
|
5227
5634
|
"sourceLocation": {
|
|
5228
5635
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5229
|
-
"line":
|
|
5636
|
+
"line": 63,
|
|
5230
5637
|
"column": 7
|
|
5231
5638
|
}
|
|
5232
5639
|
},
|
|
@@ -5235,7 +5642,7 @@
|
|
|
5235
5642
|
"description": null,
|
|
5236
5643
|
"sourceLocation": {
|
|
5237
5644
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5238
|
-
"line":
|
|
5645
|
+
"line": 65,
|
|
5239
5646
|
"column": 1
|
|
5240
5647
|
}
|
|
5241
5648
|
},
|
|
@@ -5244,7 +5651,7 @@
|
|
|
5244
5651
|
"description": null,
|
|
5245
5652
|
"sourceLocation": {
|
|
5246
5653
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5247
|
-
"line":
|
|
5654
|
+
"line": 88,
|
|
5248
5655
|
"column": 1
|
|
5249
5656
|
}
|
|
5250
5657
|
},
|
|
@@ -5253,7 +5660,7 @@
|
|
|
5253
5660
|
"description": null,
|
|
5254
5661
|
"sourceLocation": {
|
|
5255
5662
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5256
|
-
"line":
|
|
5663
|
+
"line": 131,
|
|
5257
5664
|
"column": 1
|
|
5258
5665
|
}
|
|
5259
5666
|
},
|
|
@@ -5262,7 +5669,7 @@
|
|
|
5262
5669
|
"description": null,
|
|
5263
5670
|
"sourceLocation": {
|
|
5264
5671
|
"filePath": "src/runtimeNodeProps.ts",
|
|
5265
|
-
"line":
|
|
5672
|
+
"line": 158,
|
|
5266
5673
|
"column": 15
|
|
5267
5674
|
}
|
|
5268
5675
|
},
|
|
@@ -5289,7 +5696,7 @@
|
|
|
5289
5696
|
"description": null,
|
|
5290
5697
|
"sourceLocation": {
|
|
5291
5698
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
5292
|
-
"line":
|
|
5699
|
+
"line": 81,
|
|
5293
5700
|
"column": 1
|
|
5294
5701
|
}
|
|
5295
5702
|
},
|
|
@@ -5388,7 +5795,7 @@
|
|
|
5388
5795
|
"description": null,
|
|
5389
5796
|
"sourceLocation": {
|
|
5390
5797
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5391
|
-
"line":
|
|
5798
|
+
"line": 80,
|
|
5392
5799
|
"column": 1
|
|
5393
5800
|
}
|
|
5394
5801
|
},
|
|
@@ -5397,7 +5804,7 @@
|
|
|
5397
5804
|
"description": null,
|
|
5398
5805
|
"sourceLocation": {
|
|
5399
5806
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5400
|
-
"line":
|
|
5807
|
+
"line": 95,
|
|
5401
5808
|
"column": 1
|
|
5402
5809
|
}
|
|
5403
5810
|
},
|
|
@@ -5406,7 +5813,7 @@
|
|
|
5406
5813
|
"description": null,
|
|
5407
5814
|
"sourceLocation": {
|
|
5408
5815
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5409
|
-
"line":
|
|
5816
|
+
"line": 113,
|
|
5410
5817
|
"column": 1
|
|
5411
5818
|
}
|
|
5412
5819
|
},
|
|
@@ -5415,7 +5822,7 @@
|
|
|
5415
5822
|
"description": null,
|
|
5416
5823
|
"sourceLocation": {
|
|
5417
5824
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5418
|
-
"line":
|
|
5825
|
+
"line": 164,
|
|
5419
5826
|
"column": 1
|
|
5420
5827
|
}
|
|
5421
5828
|
},
|
|
@@ -5424,7 +5831,7 @@
|
|
|
5424
5831
|
"description": null,
|
|
5425
5832
|
"sourceLocation": {
|
|
5426
5833
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5427
|
-
"line":
|
|
5834
|
+
"line": 177,
|
|
5428
5835
|
"column": 1
|
|
5429
5836
|
}
|
|
5430
5837
|
},
|
|
@@ -5433,7 +5840,7 @@
|
|
|
5433
5840
|
"description": null,
|
|
5434
5841
|
"sourceLocation": {
|
|
5435
5842
|
"filePath": "src/RuntimeRendererConfig.tsx",
|
|
5436
|
-
"line":
|
|
5843
|
+
"line": 181,
|
|
5437
5844
|
"column": 1
|
|
5438
5845
|
}
|
|
5439
5846
|
},
|
|
@@ -5978,6 +6385,22 @@
|
|
|
5978
6385
|
"description": null,
|
|
5979
6386
|
"isReadme": false
|
|
5980
6387
|
},
|
|
6388
|
+
{
|
|
6389
|
+
"kind": "export",
|
|
6390
|
+
"name": "createRuntimeEventOperationBindingContext",
|
|
6391
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts",
|
|
6392
|
+
"symbolName": "createRuntimeEventOperationBindingContext",
|
|
6393
|
+
"description": null,
|
|
6394
|
+
"isReadme": false
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"kind": "export",
|
|
6398
|
+
"name": "createRuntimeEventOperationLifecycle",
|
|
6399
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts",
|
|
6400
|
+
"symbolName": "createRuntimeEventOperationLifecycle",
|
|
6401
|
+
"description": null,
|
|
6402
|
+
"isReadme": false
|
|
6403
|
+
},
|
|
5981
6404
|
{
|
|
5982
6405
|
"kind": "export",
|
|
5983
6406
|
"name": "createRuntimeMemoryStateAdapter",
|
|
@@ -6106,6 +6529,14 @@
|
|
|
6106
6529
|
"description": null,
|
|
6107
6530
|
"isReadme": false
|
|
6108
6531
|
},
|
|
6532
|
+
{
|
|
6533
|
+
"kind": "export",
|
|
6534
|
+
"name": "resolveRuntimeEventOperationErrorMessage",
|
|
6535
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts",
|
|
6536
|
+
"symbolName": "resolveRuntimeEventOperationErrorMessage",
|
|
6537
|
+
"description": null,
|
|
6538
|
+
"isReadme": false
|
|
6539
|
+
},
|
|
6109
6540
|
{
|
|
6110
6541
|
"kind": "export",
|
|
6111
6542
|
"name": "resolveScreenOperationLoaders",
|
|
@@ -6225,6 +6656,11 @@
|
|
|
6225
6656
|
"toPath": "src/runtimeBindings.ts",
|
|
6226
6657
|
"sourcePath": "src/bindings.ts"
|
|
6227
6658
|
},
|
|
6659
|
+
{
|
|
6660
|
+
"fromPath": "src/bindings.ts",
|
|
6661
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
6662
|
+
"sourcePath": "src/bindings.ts"
|
|
6663
|
+
},
|
|
6228
6664
|
{
|
|
6229
6665
|
"fromPath": "src/index.ts",
|
|
6230
6666
|
"toPath": "src/ManifestContext.tsx",
|
|
@@ -6265,6 +6701,11 @@
|
|
|
6265
6701
|
"toPath": "src/runtimeEventExecution.ts",
|
|
6266
6702
|
"sourcePath": "src/index.ts"
|
|
6267
6703
|
},
|
|
6704
|
+
{
|
|
6705
|
+
"fromPath": "src/index.ts",
|
|
6706
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
6707
|
+
"sourcePath": "src/index.ts"
|
|
6708
|
+
},
|
|
6268
6709
|
{
|
|
6269
6710
|
"fromPath": "src/index.ts",
|
|
6270
6711
|
"toPath": "src/runtimeManifest.ts",
|
|
@@ -6375,6 +6816,11 @@
|
|
|
6375
6816
|
"toPath": "src/runtimeBindings.ts",
|
|
6376
6817
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6377
6818
|
},
|
|
6819
|
+
{
|
|
6820
|
+
"fromPath": "src/runtimeActionRegistry.ts",
|
|
6821
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
6822
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
6823
|
+
},
|
|
6378
6824
|
{
|
|
6379
6825
|
"fromPath": "src/runtimeActionRegistry.ts",
|
|
6380
6826
|
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
@@ -6445,6 +6891,26 @@
|
|
|
6445
6891
|
"toPath": "src/RuntimeRendererConfig.tsx",
|
|
6446
6892
|
"sourcePath": "src/runtimeEventExecution.ts"
|
|
6447
6893
|
},
|
|
6894
|
+
{
|
|
6895
|
+
"fromPath": "src/runtimeEventOperationLifecycle.test.ts",
|
|
6896
|
+
"toPath": "src/runtimeActionRegistry.ts",
|
|
6897
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
6898
|
+
},
|
|
6899
|
+
{
|
|
6900
|
+
"fromPath": "src/runtimeEventOperationLifecycle.test.ts",
|
|
6901
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
6902
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
6903
|
+
},
|
|
6904
|
+
{
|
|
6905
|
+
"fromPath": "src/runtimeImageMedia.test.ts",
|
|
6906
|
+
"toPath": "src/runtimeMedia.ts",
|
|
6907
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"fromPath": "src/runtimeImageMedia.test.ts",
|
|
6911
|
+
"toPath": "src/runtimeNodeProps.ts",
|
|
6912
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
6913
|
+
},
|
|
6448
6914
|
{
|
|
6449
6915
|
"fromPath": "src/runtimeMedia.test.ts",
|
|
6450
6916
|
"toPath": "src/runtimeMedia.ts",
|
|
@@ -6510,6 +6976,11 @@
|
|
|
6510
6976
|
"toPath": "src/runtimeEventExecution.ts",
|
|
6511
6977
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
6512
6978
|
},
|
|
6979
|
+
{
|
|
6980
|
+
"fromPath": "src/RuntimeRenderer.tsx",
|
|
6981
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
6982
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
6983
|
+
},
|
|
6513
6984
|
{
|
|
6514
6985
|
"fromPath": "src/RuntimeRenderer.tsx",
|
|
6515
6986
|
"toPath": "src/runtimeMedia.ts",
|
|
@@ -6565,6 +7036,11 @@
|
|
|
6565
7036
|
"toPath": "src/runtimeBindings.ts",
|
|
6566
7037
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
6567
7038
|
},
|
|
7039
|
+
{
|
|
7040
|
+
"fromPath": "src/RuntimeRendererConfig.tsx",
|
|
7041
|
+
"toPath": "src/runtimeEventOperationLifecycle.ts",
|
|
7042
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
7043
|
+
},
|
|
6568
7044
|
{
|
|
6569
7045
|
"fromPath": "src/RuntimeRendererConfig.tsx",
|
|
6570
7046
|
"toPath": "src/runtimeMedia.ts",
|
|
@@ -6862,20 +7338,20 @@
|
|
|
6862
7338
|
},
|
|
6863
7339
|
{
|
|
6864
7340
|
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6865
|
-
"toSymbol": "
|
|
6866
|
-
"callExpression": "
|
|
7341
|
+
"toSymbol": "createComponentEventFromHandlerArgs",
|
|
7342
|
+
"callExpression": "createComponentEventFromHandlerArgs",
|
|
6867
7343
|
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6868
7344
|
},
|
|
6869
7345
|
{
|
|
6870
7346
|
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6871
|
-
"toSymbol": "
|
|
6872
|
-
"callExpression": "
|
|
7347
|
+
"toSymbol": "dispatchRuntimeComponentEvent",
|
|
7348
|
+
"callExpression": "dispatchRuntimeComponentEvent",
|
|
6873
7349
|
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6874
7350
|
},
|
|
6875
7351
|
{
|
|
6876
7352
|
"fromSymbol": "src/runtimeActionRegistry.actions.test.ts",
|
|
6877
|
-
"toSymbol": "
|
|
6878
|
-
"callExpression": "
|
|
7353
|
+
"toSymbol": "expect",
|
|
7354
|
+
"callExpression": "expect",
|
|
6879
7355
|
"sourcePath": "src/runtimeActionRegistry.actions.test.ts"
|
|
6880
7356
|
},
|
|
6881
7357
|
{
|
|
@@ -7124,6 +7600,30 @@
|
|
|
7124
7600
|
"callExpression": "resolveRuntimeActionValueEntry",
|
|
7125
7601
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7126
7602
|
},
|
|
7603
|
+
{
|
|
7604
|
+
"fromSymbol": "dispatchRuntimeOperationEventBinding",
|
|
7605
|
+
"toSymbol": "start",
|
|
7606
|
+
"callExpression": "args.args.eventOperationLifecycle?.start",
|
|
7607
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"fromSymbol": "failLifecycle",
|
|
7611
|
+
"toSymbol": "fail",
|
|
7612
|
+
"callExpression": "args.args.eventOperationLifecycle?.fail",
|
|
7613
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"fromSymbol": "failLifecycle",
|
|
7617
|
+
"toSymbol": "resolveRuntimeEventOperationErrorMessage",
|
|
7618
|
+
"callExpression": "resolveRuntimeEventOperationErrorMessage",
|
|
7619
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"fromSymbol": "dispatchRuntimeOperationEventBinding",
|
|
7623
|
+
"toSymbol": "failLifecycle",
|
|
7624
|
+
"callExpression": "failLifecycle",
|
|
7625
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7626
|
+
},
|
|
7127
7627
|
{
|
|
7128
7628
|
"fromSymbol": "dispatchRuntimeOperationEventBinding",
|
|
7129
7629
|
"toSymbol": "resolveRuntimeBindingOperationSelection",
|
|
@@ -7154,6 +7654,12 @@
|
|
|
7154
7654
|
"callExpression": "args.args.writeOperationResult",
|
|
7155
7655
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7156
7656
|
},
|
|
7657
|
+
{
|
|
7658
|
+
"fromSymbol": "dispatchRuntimeOperationEventBinding",
|
|
7659
|
+
"toSymbol": "succeed",
|
|
7660
|
+
"callExpression": "args.args.eventOperationLifecycle?.succeed",
|
|
7661
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
7662
|
+
},
|
|
7157
7663
|
{
|
|
7158
7664
|
"fromSymbol": "resolveRuntimeActionValueEntry",
|
|
7159
7665
|
"toSymbol": "isRecord",
|
|
@@ -7832,6 +8338,120 @@
|
|
|
7832
8338
|
"callExpression": "report",
|
|
7833
8339
|
"sourcePath": "src/runtimeEventExecution.ts"
|
|
7834
8340
|
},
|
|
8341
|
+
{
|
|
8342
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8343
|
+
"toSymbol": "describe",
|
|
8344
|
+
"callExpression": "describe",
|
|
8345
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8346
|
+
},
|
|
8347
|
+
{
|
|
8348
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8349
|
+
"toSymbol": "it",
|
|
8350
|
+
"callExpression": "it",
|
|
8351
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8352
|
+
},
|
|
8353
|
+
{
|
|
8354
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8355
|
+
"toSymbol": "expect",
|
|
8356
|
+
"callExpression": "expect",
|
|
8357
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8358
|
+
},
|
|
8359
|
+
{
|
|
8360
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8361
|
+
"toSymbol": "createRuntimeEventOperationBindingContext",
|
|
8362
|
+
"callExpression": "createRuntimeEventOperationBindingContext",
|
|
8363
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8364
|
+
},
|
|
8365
|
+
{
|
|
8366
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8367
|
+
"toSymbol": "createRuntimeEventOperationLifecycle",
|
|
8368
|
+
"callExpression": "createRuntimeEventOperationLifecycle",
|
|
8369
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8370
|
+
},
|
|
8371
|
+
{
|
|
8372
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8373
|
+
"toSymbol": "resolve",
|
|
8374
|
+
"callExpression": "resolve",
|
|
8375
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8376
|
+
},
|
|
8377
|
+
{
|
|
8378
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8379
|
+
"toSymbol": "dispatchRuntimeComponentEvent",
|
|
8380
|
+
"callExpression": "dispatchRuntimeComponentEvent",
|
|
8381
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8385
|
+
"toSymbol": "eventArgs",
|
|
8386
|
+
"callExpression": "eventArgs",
|
|
8387
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
"fromSymbol": "src/runtimeEventOperationLifecycle.test.ts",
|
|
8391
|
+
"toSymbol": "resolveExecution",
|
|
8392
|
+
"callExpression": "resolveExecution",
|
|
8393
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.test.ts"
|
|
8394
|
+
},
|
|
8395
|
+
{
|
|
8396
|
+
"fromSymbol": "finish",
|
|
8397
|
+
"toSymbol": "onStateChange",
|
|
8398
|
+
"callExpression": "onStateChange",
|
|
8399
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
8400
|
+
},
|
|
8401
|
+
{
|
|
8402
|
+
"fromSymbol": "start",
|
|
8403
|
+
"toSymbol": "onStateChange",
|
|
8404
|
+
"callExpression": "onStateChange",
|
|
8405
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
8406
|
+
},
|
|
8407
|
+
{
|
|
8408
|
+
"fromSymbol": "succeed",
|
|
8409
|
+
"toSymbol": "finish",
|
|
8410
|
+
"callExpression": "finish",
|
|
8411
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
8412
|
+
},
|
|
8413
|
+
{
|
|
8414
|
+
"fromSymbol": "fail",
|
|
8415
|
+
"toSymbol": "finish",
|
|
8416
|
+
"callExpression": "finish",
|
|
8417
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
8418
|
+
},
|
|
8419
|
+
{
|
|
8420
|
+
"fromSymbol": "createRuntimeEventOperationBindingContext",
|
|
8421
|
+
"toSymbol": "isRecord",
|
|
8422
|
+
"callExpression": "isRecord",
|
|
8423
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
"fromSymbol": "src/runtimeImageMedia.test.ts",
|
|
8427
|
+
"toSymbol": "test",
|
|
8428
|
+
"callExpression": "test",
|
|
8429
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"fromSymbol": "src/runtimeImageMedia.test.ts",
|
|
8433
|
+
"toSymbol": "resolveRuntimeNodeProps",
|
|
8434
|
+
"callExpression": "resolveRuntimeNodeProps",
|
|
8435
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
8436
|
+
},
|
|
8437
|
+
{
|
|
8438
|
+
"fromSymbol": "src/runtimeImageMedia.test.ts",
|
|
8439
|
+
"toSymbol": "expect",
|
|
8440
|
+
"callExpression": "expect",
|
|
8441
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
8442
|
+
},
|
|
8443
|
+
{
|
|
8444
|
+
"fromSymbol": "src/runtimeImageMedia.test.ts",
|
|
8445
|
+
"toSymbol": "collectRuntimeMediaReferenceIds",
|
|
8446
|
+
"callExpression": "collectRuntimeMediaReferenceIds",
|
|
8447
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
8448
|
+
},
|
|
8449
|
+
{
|
|
8450
|
+
"fromSymbol": "src/runtimeImageMedia.test.ts",
|
|
8451
|
+
"toSymbol": "replaceRuntimeMediaReferences",
|
|
8452
|
+
"callExpression": "replaceRuntimeMediaReferences",
|
|
8453
|
+
"sourcePath": "src/runtimeImageMedia.test.ts"
|
|
8454
|
+
},
|
|
7835
8455
|
{
|
|
7836
8456
|
"fromSymbol": "src/runtimeMedia.test.ts",
|
|
7837
8457
|
"toSymbol": "describe",
|
|
@@ -8066,6 +8686,12 @@
|
|
|
8066
8686
|
"callExpression": "isRecord",
|
|
8067
8687
|
"sourcePath": "src/runtimeNodeProps.ts"
|
|
8068
8688
|
},
|
|
8689
|
+
{
|
|
8690
|
+
"fromSymbol": "resolveRuntimeNodeProps",
|
|
8691
|
+
"toSymbol": "isMediaAssetReference",
|
|
8692
|
+
"callExpression": "isMediaAssetReference",
|
|
8693
|
+
"sourcePath": "src/runtimeNodeProps.ts"
|
|
8694
|
+
},
|
|
8069
8695
|
{
|
|
8070
8696
|
"fromSymbol": "resolveRuntimeNodeProps",
|
|
8071
8697
|
"toSymbol": "resolveImageAssetUrl",
|
|
@@ -8204,6 +8830,24 @@
|
|
|
8204
8830
|
"callExpression": "useRuntimeRendererConfig",
|
|
8205
8831
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8206
8832
|
},
|
|
8833
|
+
{
|
|
8834
|
+
"fromSymbol": "src/RuntimeRenderer.tsx",
|
|
8835
|
+
"toSymbol": "createRuntimeEventOperationLifecycle",
|
|
8836
|
+
"callExpression": "createRuntimeEventOperationLifecycle",
|
|
8837
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8838
|
+
},
|
|
8839
|
+
{
|
|
8840
|
+
"fromSymbol": "src/RuntimeRenderer.tsx",
|
|
8841
|
+
"toSymbol": "mergeRuntimeRendererConfig",
|
|
8842
|
+
"callExpression": "mergeRuntimeRendererConfig",
|
|
8843
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8844
|
+
},
|
|
8845
|
+
{
|
|
8846
|
+
"fromSymbol": "RuntimeRenderer",
|
|
8847
|
+
"toSymbol": "createRuntimeEventOperationBindingContext",
|
|
8848
|
+
"callExpression": "createRuntimeEventOperationBindingContext",
|
|
8849
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8850
|
+
},
|
|
8207
8851
|
{
|
|
8208
8852
|
"fromSymbol": "RuntimeRenderer",
|
|
8209
8853
|
"toSymbol": "useRuntimeMediaResolutionCache",
|
|
@@ -8216,12 +8860,6 @@
|
|
|
8216
8860
|
"callExpression": "setLocalOperationResults",
|
|
8217
8861
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8218
8862
|
},
|
|
8219
|
-
{
|
|
8220
|
-
"fromSymbol": "src/RuntimeRenderer.tsx",
|
|
8221
|
-
"toSymbol": "mergeRuntimeRendererConfig",
|
|
8222
|
-
"callExpression": "mergeRuntimeRendererConfig",
|
|
8223
|
-
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
8224
|
-
},
|
|
8225
8863
|
{
|
|
8226
8864
|
"fromSymbol": "src/RuntimeRenderer.tsx",
|
|
8227
8865
|
"toSymbol": "createDbPersistActionHandler",
|
|
@@ -9501,6 +10139,11 @@
|
|
|
9501
10139
|
"toType": "RuntimeBindingOperationResultWriter",
|
|
9502
10140
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9503
10141
|
},
|
|
10142
|
+
{
|
|
10143
|
+
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10144
|
+
"toType": "RuntimeEventOperationLifecycle",
|
|
10145
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10146
|
+
},
|
|
9504
10147
|
{
|
|
9505
10148
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
9506
10149
|
"toType": "UiNode",
|
|
@@ -9586,6 +10229,11 @@
|
|
|
9586
10229
|
"toType": "RuntimeBindingOperationResultWriter",
|
|
9587
10230
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
9588
10231
|
},
|
|
10232
|
+
{
|
|
10233
|
+
"fromSymbol": "createRuntimeActionRegistry",
|
|
10234
|
+
"toType": "RuntimeEventOperationLifecycle",
|
|
10235
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10236
|
+
},
|
|
9589
10237
|
{
|
|
9590
10238
|
"fromSymbol": "dispatchRuntimeComponentEvent",
|
|
9591
10239
|
"toType": "DataSourceDiagnostic",
|
|
@@ -9946,6 +10594,46 @@
|
|
|
9946
10594
|
"toType": "Pick",
|
|
9947
10595
|
"sourcePath": "src/runtimeEventExecution.ts"
|
|
9948
10596
|
},
|
|
10597
|
+
{
|
|
10598
|
+
"fromSymbol": "RuntimeEventOperationLifecycle",
|
|
10599
|
+
"toType": "BindingOperationRef",
|
|
10600
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10601
|
+
},
|
|
10602
|
+
{
|
|
10603
|
+
"fromSymbol": "RuntimeEventOperationLifecycle",
|
|
10604
|
+
"toType": "RuntimeEventOperationInvocation",
|
|
10605
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10606
|
+
},
|
|
10607
|
+
{
|
|
10608
|
+
"fromSymbol": "RuntimeEventOperationState",
|
|
10609
|
+
"toType": "BindingOperationRef",
|
|
10610
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10611
|
+
},
|
|
10612
|
+
{
|
|
10613
|
+
"fromSymbol": "RuntimeEventOperationState",
|
|
10614
|
+
"toType": "RuntimeEventOperationStatus",
|
|
10615
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10616
|
+
},
|
|
10617
|
+
{
|
|
10618
|
+
"fromSymbol": "createRuntimeEventOperationBindingContext",
|
|
10619
|
+
"toType": "RuntimeEventOperationState",
|
|
10620
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10621
|
+
},
|
|
10622
|
+
{
|
|
10623
|
+
"fromSymbol": "createRuntimeEventOperationLifecycle",
|
|
10624
|
+
"toType": "RuntimeEventOperationLifecycle",
|
|
10625
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10626
|
+
},
|
|
10627
|
+
{
|
|
10628
|
+
"fromSymbol": "createRuntimeEventOperationLifecycle",
|
|
10629
|
+
"toType": "RuntimeEventOperationState",
|
|
10630
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10631
|
+
},
|
|
10632
|
+
{
|
|
10633
|
+
"fromSymbol": "resolveRuntimeEventOperationErrorMessage",
|
|
10634
|
+
"toType": "DataSourceDiagnostic",
|
|
10635
|
+
"sourcePath": "src/runtimeEventOperationLifecycle.ts"
|
|
10636
|
+
},
|
|
9949
10637
|
{
|
|
9950
10638
|
"fromSymbol": "RuntimeActionDescriptor",
|
|
9951
10639
|
"toType": "Data",
|
|
@@ -10246,6 +10934,16 @@
|
|
|
10246
10934
|
"toType": "RuntimeBindingOperationResultWriter",
|
|
10247
10935
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10248
10936
|
},
|
|
10937
|
+
{
|
|
10938
|
+
"fromSymbol": "RuntimeRendererConfig",
|
|
10939
|
+
"toType": "RuntimeEventOperationLifecycle",
|
|
10940
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10941
|
+
},
|
|
10942
|
+
{
|
|
10943
|
+
"fromSymbol": "RuntimeRendererConfig",
|
|
10944
|
+
"toType": "RuntimeEventOperationState",
|
|
10945
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10946
|
+
},
|
|
10249
10947
|
{
|
|
10250
10948
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10251
10949
|
"toType": "RuntimeMediaAssetResolver",
|