@ankhorage/runtime 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +2 -2
- package/dist/RuntimeRenderer.d.ts +2 -2
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/RuntimeRendererConfig.d.ts +2 -2
- package/dist/RuntimeRendererConfig.d.ts.map +1 -1
- package/dist/RuntimeRendererConfig.js.map +1 -1
- package/dist/runtimeActionRegistry.d.ts +3 -3
- package/dist/runtimeActionRegistry.d.ts.map +1 -1
- package/dist/runtimeActionRegistry.js.map +1 -1
- package/dist/runtimeApiSelection.d.ts +3 -3
- package/dist/runtimeApiSelection.d.ts.map +1 -1
- package/dist/runtimeApiSelection.js +7 -5
- package/dist/runtimeApiSelection.js.map +1 -1
- package/dist/runtimeBindings.d.ts +2 -2
- package/dist/runtimeBindings.d.ts.map +1 -1
- package/dist/runtimeBindings.js.map +1 -1
- package/dist/runtimeNodeProps.d.ts +2 -2
- package/dist/runtimeNodeProps.d.ts.map +1 -1
- package/dist/runtimeNodeProps.js.map +1 -1
- package/package.json +2 -2
- package/paradox/badges/npm.svg +4 -4
- package/paradox/components.md +1 -1
- package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +7 -0
- package/paradox/exports.json +25 -25
- package/paradox/exports.md +125 -125
- package/paradox/index.html +121 -48
- package/paradox/paradox.json +116 -87
package/paradox/paradox.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageName": "@ankhorage/runtime",
|
|
3
3
|
"packageId": "@ankhorage/runtime",
|
|
4
|
-
"description": "Platform-neutral runtime contracts and helpers for Ankhorage generated apps.",
|
|
4
|
+
"description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.",
|
|
5
5
|
"collaborators": null,
|
|
6
6
|
"donation": null,
|
|
7
7
|
"badges": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"id": "npm",
|
|
16
16
|
"label": "npm",
|
|
17
|
-
"value": "v2.
|
|
17
|
+
"value": "v2.3.1",
|
|
18
18
|
"color": "cb3837"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -976,11 +976,11 @@
|
|
|
976
976
|
],
|
|
977
977
|
"signatures": [
|
|
978
978
|
{
|
|
979
|
-
"label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?:
|
|
979
|
+
"label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
|
|
980
980
|
"parameters": [
|
|
981
981
|
{
|
|
982
982
|
"name": "options",
|
|
983
|
-
"type": "{ actionHandlers?: RuntimeActionHandlers; apis?:
|
|
983
|
+
"type": "{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; eventOperationLifecycle?: RuntimeEventOperationLifecycle; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
|
|
984
984
|
"required": false,
|
|
985
985
|
"description": null
|
|
986
986
|
}
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
"relatedSymbols": ["RuntimeBindingResolutionContext"],
|
|
1450
1450
|
"signatures": [
|
|
1451
1451
|
{
|
|
1452
|
-
"label": "(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<
|
|
1452
|
+
"label": "(input: Readonly<Record<string, BindingInputValue>> | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) => Promise<import(\"@ankhorage/contracts\").SerializableValue | undefined>",
|
|
1453
1453
|
"parameters": [
|
|
1454
1454
|
{
|
|
1455
1455
|
"name": "context",
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"description": null
|
|
1471
1471
|
}
|
|
1472
1472
|
],
|
|
1473
|
-
"returnType": "Promise<
|
|
1473
|
+
"returnType": "Promise<import(\"@ankhorage/contracts\").SerializableValue | undefined>",
|
|
1474
1474
|
"returnDescription": null
|
|
1475
1475
|
}
|
|
1476
1476
|
],
|
|
@@ -2033,7 +2033,7 @@
|
|
|
2033
2033
|
{
|
|
2034
2034
|
"name": "operationResults",
|
|
2035
2035
|
"kind": "property",
|
|
2036
|
-
"type": "Readonly<Record<string,
|
|
2036
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
2037
2037
|
"required": false,
|
|
2038
2038
|
"description": null
|
|
2039
2039
|
},
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
{
|
|
2074
2074
|
"name": "operationResults",
|
|
2075
2075
|
"kind": "property",
|
|
2076
|
-
"type": "Readonly<Record<string,
|
|
2076
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
2077
2077
|
"required": false,
|
|
2078
2078
|
"description": null
|
|
2079
2079
|
},
|
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
"modulePath": "src/runtimeApiSelection.ts",
|
|
2170
2170
|
"sourceLocation": {
|
|
2171
2171
|
"filePath": "src/runtimeApiSelection.ts",
|
|
2172
|
-
"line":
|
|
2172
|
+
"line": 10,
|
|
2173
2173
|
"column": 1
|
|
2174
2174
|
},
|
|
2175
2175
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2280,7 +2280,7 @@
|
|
|
2280
2280
|
{
|
|
2281
2281
|
"name": "input",
|
|
2282
2282
|
"kind": "property",
|
|
2283
|
-
"type": "
|
|
2283
|
+
"type": "import(\"@ankhorage/contracts\").SerializableValue | undefined",
|
|
2284
2284
|
"required": false,
|
|
2285
2285
|
"description": null
|
|
2286
2286
|
},
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
{
|
|
2411
2411
|
"name": "apis",
|
|
2412
2412
|
"kind": "property",
|
|
2413
|
-
"type": "
|
|
2413
|
+
"type": "Readonly<Record<string, ApiDefinition>> | undefined",
|
|
2414
2414
|
"required": false,
|
|
2415
2415
|
"description": null
|
|
2416
2416
|
},
|
|
@@ -2452,7 +2452,7 @@
|
|
|
2452
2452
|
{
|
|
2453
2453
|
"name": "operationResults",
|
|
2454
2454
|
"kind": "property",
|
|
2455
|
-
"type": "Readonly<Record<string,
|
|
2455
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
2456
2456
|
"required": false,
|
|
2457
2457
|
"description": null
|
|
2458
2458
|
},
|
|
@@ -2492,7 +2492,7 @@
|
|
|
2492
2492
|
{
|
|
2493
2493
|
"name": "apis",
|
|
2494
2494
|
"kind": "property",
|
|
2495
|
-
"type": "
|
|
2495
|
+
"type": "Readonly<Record<string, ApiDefinition>> | undefined",
|
|
2496
2496
|
"required": false,
|
|
2497
2497
|
"description": null
|
|
2498
2498
|
},
|
|
@@ -2527,7 +2527,7 @@
|
|
|
2527
2527
|
{
|
|
2528
2528
|
"name": "operationResults",
|
|
2529
2529
|
"kind": "property",
|
|
2530
|
-
"type": "Readonly<Record<string,
|
|
2530
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
2531
2531
|
"required": false,
|
|
2532
2532
|
"description": null
|
|
2533
2533
|
},
|
|
@@ -2616,7 +2616,7 @@
|
|
|
2616
2616
|
{
|
|
2617
2617
|
"name": "apis",
|
|
2618
2618
|
"kind": "property",
|
|
2619
|
-
"type": "
|
|
2619
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ApiDefinition>> | undefined",
|
|
2620
2620
|
"required": false,
|
|
2621
2621
|
"description": null
|
|
2622
2622
|
},
|
|
@@ -2679,7 +2679,7 @@
|
|
|
2679
2679
|
{
|
|
2680
2680
|
"name": "operationResults",
|
|
2681
2681
|
"kind": "property",
|
|
2682
|
-
"type": "Readonly<Record<string,
|
|
2682
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
2683
2683
|
"required": false,
|
|
2684
2684
|
"description": null
|
|
2685
2685
|
},
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
{
|
|
3050
3050
|
"name": "operationResults",
|
|
3051
3051
|
"kind": "property",
|
|
3052
|
-
"type": "Readonly<Record<string,
|
|
3052
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
3053
3053
|
"required": false,
|
|
3054
3054
|
"description": null
|
|
3055
3055
|
},
|
|
@@ -3307,7 +3307,7 @@
|
|
|
3307
3307
|
{
|
|
3308
3308
|
"name": "initialState",
|
|
3309
3309
|
"kind": "property",
|
|
3310
|
-
"type": "Readonly<Record<string,
|
|
3310
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue>> | undefined",
|
|
3311
3311
|
"required": false,
|
|
3312
3312
|
"description": null
|
|
3313
3313
|
}
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
{
|
|
3401
3401
|
"name": "apis",
|
|
3402
3402
|
"kind": "property",
|
|
3403
|
-
"type": "
|
|
3403
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ApiDefinition>> | undefined",
|
|
3404
3404
|
"required": false,
|
|
3405
3405
|
"description": null
|
|
3406
3406
|
},
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
{
|
|
3485
3485
|
"name": "operationResults",
|
|
3486
3486
|
"kind": "property",
|
|
3487
|
-
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").
|
|
3487
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
3488
3488
|
"required": false,
|
|
3489
3489
|
"description": null
|
|
3490
3490
|
},
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
{
|
|
3591
3591
|
"name": "apis",
|
|
3592
3592
|
"kind": "property",
|
|
3593
|
-
"type": "
|
|
3593
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").ApiDefinition>> | undefined",
|
|
3594
3594
|
"required": false,
|
|
3595
3595
|
"description": null
|
|
3596
3596
|
},
|
|
@@ -3674,7 +3674,7 @@
|
|
|
3674
3674
|
{
|
|
3675
3675
|
"name": "operationResults",
|
|
3676
3676
|
"kind": "property",
|
|
3677
|
-
"type": "Readonly<Record<string,
|
|
3677
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>> | undefined",
|
|
3678
3678
|
"required": false,
|
|
3679
3679
|
"description": null
|
|
3680
3680
|
},
|
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
{
|
|
3866
3866
|
"name": "operationResults",
|
|
3867
3867
|
"kind": "property",
|
|
3868
|
-
"type": "Readonly<Record<string,
|
|
3868
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>>",
|
|
3869
3869
|
"required": true,
|
|
3870
3870
|
"description": null
|
|
3871
3871
|
}
|
|
@@ -3905,7 +3905,7 @@
|
|
|
3905
3905
|
{
|
|
3906
3906
|
"name": "operationResults",
|
|
3907
3907
|
"kind": "property",
|
|
3908
|
-
"type": "Readonly<Record<string,
|
|
3908
|
+
"type": "Readonly<Record<string, import(\"@ankhorage/contracts\").SerializableValue | undefined>>",
|
|
3909
3909
|
"required": true,
|
|
3910
3910
|
"description": null
|
|
3911
3911
|
},
|
|
@@ -4144,18 +4144,18 @@
|
|
|
4144
4144
|
"modulePath": "src/runtimeApiSelection.ts",
|
|
4145
4145
|
"sourceLocation": {
|
|
4146
4146
|
"filePath": "src/runtimeApiSelection.ts",
|
|
4147
|
-
"line":
|
|
4147
|
+
"line": 15,
|
|
4148
4148
|
"column": 1
|
|
4149
4149
|
},
|
|
4150
4150
|
"exportPaths": ["src/index.ts"],
|
|
4151
4151
|
"relatedSymbols": [],
|
|
4152
4152
|
"signatures": [
|
|
4153
4153
|
{
|
|
4154
|
-
"label": "(operation: BindingOperationRef, apis:
|
|
4154
|
+
"label": "(operation: BindingOperationRef, apis: Readonly<Record<string, ApiDefinition>> | undefined) => readonly DataSourceDiagnostic[]",
|
|
4155
4155
|
"parameters": [
|
|
4156
4156
|
{
|
|
4157
4157
|
"name": "apis",
|
|
4158
|
-
"type": "
|
|
4158
|
+
"type": "Readonly<Record<string, ApiDefinition>> | undefined",
|
|
4159
4159
|
"required": true,
|
|
4160
4160
|
"description": null
|
|
4161
4161
|
},
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
"props": [
|
|
4289
4289
|
{
|
|
4290
4290
|
"name": "apis",
|
|
4291
|
-
"type": "
|
|
4291
|
+
"type": "ApiDefinitionRegistry | undefined",
|
|
4292
4292
|
"required": false,
|
|
4293
4293
|
"description": null
|
|
4294
4294
|
},
|
|
@@ -4508,7 +4508,7 @@
|
|
|
4508
4508
|
"description": null,
|
|
4509
4509
|
"sourceLocation": {
|
|
4510
4510
|
"filePath": "src/react19Compatibility.test.tsx",
|
|
4511
|
-
"line":
|
|
4511
|
+
"line": 43,
|
|
4512
4512
|
"column": 1
|
|
4513
4513
|
}
|
|
4514
4514
|
},
|
|
@@ -4517,7 +4517,7 @@
|
|
|
4517
4517
|
"description": null,
|
|
4518
4518
|
"sourceLocation": {
|
|
4519
4519
|
"filePath": "src/react19Compatibility.test.tsx",
|
|
4520
|
-
"line":
|
|
4520
|
+
"line": 48,
|
|
4521
4521
|
"column": 1
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"description": null,
|
|
4527
4527
|
"sourceLocation": {
|
|
4528
4528
|
"filePath": "src/react19Compatibility.test.tsx",
|
|
4529
|
-
"line":
|
|
4529
|
+
"line": 53,
|
|
4530
4530
|
"column": 1
|
|
4531
4531
|
}
|
|
4532
4532
|
},
|
|
@@ -4976,7 +4976,7 @@
|
|
|
4976
4976
|
"description": null,
|
|
4977
4977
|
"sourceLocation": {
|
|
4978
4978
|
"filePath": "src/runtimeApiSelection.ts",
|
|
4979
|
-
"line":
|
|
4979
|
+
"line": 15,
|
|
4980
4980
|
"column": 1
|
|
4981
4981
|
}
|
|
4982
4982
|
},
|
|
@@ -4985,7 +4985,7 @@
|
|
|
4985
4985
|
"description": null,
|
|
4986
4986
|
"sourceLocation": {
|
|
4987
4987
|
"filePath": "src/runtimeApiSelection.ts",
|
|
4988
|
-
"line":
|
|
4988
|
+
"line": 51,
|
|
4989
4989
|
"column": 1
|
|
4990
4990
|
}
|
|
4991
4991
|
},
|
|
@@ -4994,7 +4994,7 @@
|
|
|
4994
4994
|
"description": null,
|
|
4995
4995
|
"sourceLocation": {
|
|
4996
4996
|
"filePath": "src/runtimeApiSelection.ts",
|
|
4997
|
-
"line":
|
|
4997
|
+
"line": 66,
|
|
4998
4998
|
"column": 1
|
|
4999
4999
|
}
|
|
5000
5000
|
},
|
|
@@ -5003,7 +5003,7 @@
|
|
|
5003
5003
|
"description": null,
|
|
5004
5004
|
"sourceLocation": {
|
|
5005
5005
|
"filePath": "src/runtimeApiSelection.ts",
|
|
5006
|
-
"line":
|
|
5006
|
+
"line": 73,
|
|
5007
5007
|
"column": 1
|
|
5008
5008
|
}
|
|
5009
5009
|
},
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
"description": null,
|
|
5013
5013
|
"sourceLocation": {
|
|
5014
5014
|
"filePath": "src/runtimeApiSelection.ts",
|
|
5015
|
-
"line":
|
|
5015
|
+
"line": 86,
|
|
5016
5016
|
"column": 1
|
|
5017
5017
|
}
|
|
5018
5018
|
},
|
|
@@ -7888,6 +7888,12 @@
|
|
|
7888
7888
|
"callExpression": "resolveRuntimeApiEndpoint",
|
|
7889
7889
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7890
7890
|
},
|
|
7891
|
+
{
|
|
7892
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
7893
|
+
"toSymbol": "readOwnProperty",
|
|
7894
|
+
"callExpression": "readOwnProperty",
|
|
7895
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7896
|
+
},
|
|
7891
7897
|
{
|
|
7892
7898
|
"fromSymbol": "resolveRuntimeBindingOperationSelection",
|
|
7893
7899
|
"toSymbol": "validateRuntimeBindingOperationRef",
|
|
@@ -7906,6 +7912,24 @@
|
|
|
7906
7912
|
"callExpression": "resolveRuntimeApiEndpoint",
|
|
7907
7913
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7908
7914
|
},
|
|
7915
|
+
{
|
|
7916
|
+
"fromSymbol": "findRuntimeApi",
|
|
7917
|
+
"toSymbol": "readOwnProperty",
|
|
7918
|
+
"callExpression": "readOwnProperty",
|
|
7919
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7920
|
+
},
|
|
7921
|
+
{
|
|
7922
|
+
"fromSymbol": "resolveRuntimeApiEndpoint",
|
|
7923
|
+
"toSymbol": "readOwnProperty",
|
|
7924
|
+
"callExpression": "readOwnProperty",
|
|
7925
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7926
|
+
},
|
|
7927
|
+
{
|
|
7928
|
+
"fromSymbol": "src/runtimeApiSelection.ts",
|
|
7929
|
+
"toSymbol": "readOwnProperty",
|
|
7930
|
+
"callExpression": "readOwnProperty",
|
|
7931
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
7932
|
+
},
|
|
7909
7933
|
{
|
|
7910
7934
|
"fromSymbol": "src/runtimeBindings.test.ts",
|
|
7911
7935
|
"toSymbol": "describe",
|
|
@@ -10074,11 +10098,6 @@
|
|
|
10074
10098
|
"toType": "RuntimeComponentEventDispatchArgs",
|
|
10075
10099
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10076
10100
|
},
|
|
10077
|
-
{
|
|
10078
|
-
"fromSymbol": "RuntimeActionResolutionArgs",
|
|
10079
|
-
"toType": "BindingValue",
|
|
10080
|
-
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10081
|
-
},
|
|
10082
10101
|
{
|
|
10083
10102
|
"fromSymbol": "RuntimeActionResolutionArgs",
|
|
10084
10103
|
"toType": "ComponentEventDto",
|
|
@@ -10090,8 +10109,8 @@
|
|
|
10090
10109
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10091
10110
|
},
|
|
10092
10111
|
{
|
|
10093
|
-
"fromSymbol": "
|
|
10094
|
-
"toType": "
|
|
10112
|
+
"fromSymbol": "RuntimeActionResolutionArgs",
|
|
10113
|
+
"toType": "SerializableValue",
|
|
10095
10114
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10096
10115
|
},
|
|
10097
10116
|
{
|
|
@@ -10100,13 +10119,13 @@
|
|
|
10100
10119
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10101
10120
|
},
|
|
10102
10121
|
{
|
|
10103
|
-
"fromSymbol": "
|
|
10104
|
-
"toType": "
|
|
10122
|
+
"fromSymbol": "RuntimeActionResolutionScope",
|
|
10123
|
+
"toType": "SerializableValue",
|
|
10105
10124
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10106
10125
|
},
|
|
10107
10126
|
{
|
|
10108
10127
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10109
|
-
"toType": "
|
|
10128
|
+
"toType": "ApiDefinition",
|
|
10110
10129
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10111
10130
|
},
|
|
10112
10131
|
{
|
|
@@ -10146,12 +10165,12 @@
|
|
|
10146
10165
|
},
|
|
10147
10166
|
{
|
|
10148
10167
|
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10149
|
-
"toType": "
|
|
10168
|
+
"toType": "SerializableValue",
|
|
10150
10169
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10151
10170
|
},
|
|
10152
10171
|
{
|
|
10153
|
-
"fromSymbol": "
|
|
10154
|
-
"toType": "
|
|
10172
|
+
"fromSymbol": "RuntimeComponentEventDispatchArgs",
|
|
10173
|
+
"toType": "UiNode",
|
|
10155
10174
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10156
10175
|
},
|
|
10157
10176
|
{
|
|
@@ -10169,6 +10188,11 @@
|
|
|
10169
10188
|
"toType": "RuntimeComponentEventDispatchArgs",
|
|
10170
10189
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10171
10190
|
},
|
|
10191
|
+
{
|
|
10192
|
+
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
10193
|
+
"toType": "SerializableValue",
|
|
10194
|
+
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10195
|
+
},
|
|
10172
10196
|
{
|
|
10173
10197
|
"fromSymbol": "RuntimeEventPropWrapArgs",
|
|
10174
10198
|
"toType": "UiNode",
|
|
@@ -10191,7 +10215,7 @@
|
|
|
10191
10215
|
},
|
|
10192
10216
|
{
|
|
10193
10217
|
"fromSymbol": "createRuntimeActionRegistry",
|
|
10194
|
-
"toType": "
|
|
10218
|
+
"toType": "ApiDefinitionRegistry",
|
|
10195
10219
|
"sourcePath": "src/runtimeActionRegistry.ts"
|
|
10196
10220
|
},
|
|
10197
10221
|
{
|
|
@@ -10296,7 +10320,7 @@
|
|
|
10296
10320
|
},
|
|
10297
10321
|
{
|
|
10298
10322
|
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
10299
|
-
"toType": "
|
|
10323
|
+
"toType": "ApiDefinition",
|
|
10300
10324
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10301
10325
|
},
|
|
10302
10326
|
{
|
|
@@ -10309,6 +10333,11 @@
|
|
|
10309
10333
|
"toType": "DataSourceDiagnostic",
|
|
10310
10334
|
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10311
10335
|
},
|
|
10336
|
+
{
|
|
10337
|
+
"fromSymbol": "validateRuntimeBindingOperationRef",
|
|
10338
|
+
"toType": "Readonly",
|
|
10339
|
+
"sourcePath": "src/runtimeApiSelection.ts"
|
|
10340
|
+
},
|
|
10312
10341
|
{
|
|
10313
10342
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
10314
10343
|
"toType": "ApiDefinition",
|
|
@@ -10321,12 +10350,12 @@
|
|
|
10321
10350
|
},
|
|
10322
10351
|
{
|
|
10323
10352
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
10324
|
-
"toType": "
|
|
10353
|
+
"toType": "DataEndpointConfig",
|
|
10325
10354
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10326
10355
|
},
|
|
10327
10356
|
{
|
|
10328
10357
|
"fromSymbol": "RuntimeBindingOperationExecutionArgs",
|
|
10329
|
-
"toType": "
|
|
10358
|
+
"toType": "SerializableValue",
|
|
10330
10359
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10331
10360
|
},
|
|
10332
10361
|
{
|
|
@@ -10336,12 +10365,7 @@
|
|
|
10336
10365
|
},
|
|
10337
10366
|
{
|
|
10338
10367
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10339
|
-
"toType": "
|
|
10340
|
-
"sourcePath": "src/runtimeBindings.ts"
|
|
10341
|
-
},
|
|
10342
|
-
{
|
|
10343
|
-
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10344
|
-
"toType": "BindingValue",
|
|
10368
|
+
"toType": "ApiDefinition",
|
|
10345
10369
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10346
10370
|
},
|
|
10347
10371
|
{
|
|
@@ -10366,22 +10390,22 @@
|
|
|
10366
10390
|
},
|
|
10367
10391
|
{
|
|
10368
10392
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10369
|
-
"toType": "
|
|
10393
|
+
"toType": "SerializableValue",
|
|
10370
10394
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10371
10395
|
},
|
|
10372
10396
|
{
|
|
10373
10397
|
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10374
|
-
"toType": "
|
|
10398
|
+
"toType": "StateAdapter",
|
|
10375
10399
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10376
10400
|
},
|
|
10377
10401
|
{
|
|
10378
|
-
"fromSymbol": "
|
|
10379
|
-
"toType": "
|
|
10402
|
+
"fromSymbol": "RuntimeBindingResolutionArgs",
|
|
10403
|
+
"toType": "UiNode",
|
|
10380
10404
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10381
10405
|
},
|
|
10382
10406
|
{
|
|
10383
10407
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
10384
|
-
"toType": "
|
|
10408
|
+
"toType": "ApiDefinition",
|
|
10385
10409
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10386
10410
|
},
|
|
10387
10411
|
{
|
|
@@ -10404,6 +10428,11 @@
|
|
|
10404
10428
|
"toType": "RuntimeBindingOperationExecutor",
|
|
10405
10429
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10406
10430
|
},
|
|
10431
|
+
{
|
|
10432
|
+
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
10433
|
+
"toType": "SerializableValue",
|
|
10434
|
+
"sourcePath": "src/runtimeBindings.ts"
|
|
10435
|
+
},
|
|
10407
10436
|
{
|
|
10408
10437
|
"fromSymbol": "RuntimeBindingResolutionContext",
|
|
10409
10438
|
"toType": "StateAdapter",
|
|
@@ -10426,22 +10455,22 @@
|
|
|
10426
10455
|
},
|
|
10427
10456
|
{
|
|
10428
10457
|
"fromSymbol": "resolveBindingInputMap",
|
|
10429
|
-
"toType": "
|
|
10458
|
+
"toType": "DataSourceDiagnostic",
|
|
10430
10459
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10431
10460
|
},
|
|
10432
10461
|
{
|
|
10433
10462
|
"fromSymbol": "resolveBindingInputMap",
|
|
10434
|
-
"toType": "
|
|
10463
|
+
"toType": "Readonly",
|
|
10435
10464
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10436
10465
|
},
|
|
10437
10466
|
{
|
|
10438
10467
|
"fromSymbol": "resolveBindingInputMap",
|
|
10439
|
-
"toType": "
|
|
10468
|
+
"toType": "RuntimeBindingResolutionContext",
|
|
10440
10469
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10441
10470
|
},
|
|
10442
10471
|
{
|
|
10443
10472
|
"fromSymbol": "resolveBindingInputMap",
|
|
10444
|
-
"toType": "
|
|
10473
|
+
"toType": "SerializableValue",
|
|
10445
10474
|
"sourcePath": "src/runtimeBindings.ts"
|
|
10446
10475
|
},
|
|
10447
10476
|
{
|
|
@@ -10711,12 +10740,7 @@
|
|
|
10711
10740
|
},
|
|
10712
10741
|
{
|
|
10713
10742
|
"fromSymbol": "RuntimeRendererProps",
|
|
10714
|
-
"toType": "
|
|
10715
|
-
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10716
|
-
},
|
|
10717
|
-
{
|
|
10718
|
-
"fromSymbol": "RuntimeRendererProps",
|
|
10719
|
-
"toType": "BindingValue",
|
|
10743
|
+
"toType": "ApiDefinition",
|
|
10720
10744
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10721
10745
|
},
|
|
10722
10746
|
{
|
|
@@ -10794,6 +10818,11 @@
|
|
|
10794
10818
|
"toType": "RuntimeRendererWrapArgs",
|
|
10795
10819
|
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10796
10820
|
},
|
|
10821
|
+
{
|
|
10822
|
+
"fromSymbol": "RuntimeRendererProps",
|
|
10823
|
+
"toType": "SerializableValue",
|
|
10824
|
+
"sourcePath": "src/RuntimeRenderer.tsx"
|
|
10825
|
+
},
|
|
10797
10826
|
{
|
|
10798
10827
|
"fromSymbol": "RuntimeRendererProps",
|
|
10799
10828
|
"toType": "StateAdapter",
|
|
@@ -10856,12 +10885,7 @@
|
|
|
10856
10885
|
},
|
|
10857
10886
|
{
|
|
10858
10887
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10859
|
-
"toType": "
|
|
10860
|
-
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10861
|
-
},
|
|
10862
|
-
{
|
|
10863
|
-
"fromSymbol": "RuntimeRendererConfig",
|
|
10864
|
-
"toType": "BindingValue",
|
|
10888
|
+
"toType": "ApiDefinition",
|
|
10865
10889
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10866
10890
|
},
|
|
10867
10891
|
{
|
|
@@ -10959,6 +10983,11 @@
|
|
|
10959
10983
|
"toType": "RuntimeRendererWrapArgs",
|
|
10960
10984
|
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10961
10985
|
},
|
|
10986
|
+
{
|
|
10987
|
+
"fromSymbol": "RuntimeRendererConfig",
|
|
10988
|
+
"toType": "SerializableValue",
|
|
10989
|
+
"sourcePath": "src/RuntimeRendererConfig.tsx"
|
|
10990
|
+
},
|
|
10962
10991
|
{
|
|
10963
10992
|
"fromSymbol": "RuntimeRendererConfig",
|
|
10964
10993
|
"toType": "StateAdapter",
|
|
@@ -11061,32 +11090,32 @@
|
|
|
11061
11090
|
},
|
|
11062
11091
|
{
|
|
11063
11092
|
"fromSymbol": "RuntimeScreenOperationLoaderExecutionResult",
|
|
11064
|
-
"toType": "
|
|
11093
|
+
"toType": "DataSourceDiagnostic",
|
|
11065
11094
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11066
11095
|
},
|
|
11067
11096
|
{
|
|
11068
11097
|
"fromSymbol": "RuntimeScreenOperationLoaderExecutionResult",
|
|
11069
|
-
"toType": "
|
|
11098
|
+
"toType": "Readonly",
|
|
11070
11099
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11071
11100
|
},
|
|
11072
11101
|
{
|
|
11073
11102
|
"fromSymbol": "RuntimeScreenOperationLoaderExecutionResult",
|
|
11074
|
-
"toType": "
|
|
11103
|
+
"toType": "SerializableValue",
|
|
11075
11104
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11076
11105
|
},
|
|
11077
11106
|
{
|
|
11078
11107
|
"fromSymbol": "RuntimeScreenOperationLoaderState",
|
|
11079
|
-
"toType": "
|
|
11108
|
+
"toType": "DataSourceDiagnostic",
|
|
11080
11109
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11081
11110
|
},
|
|
11082
11111
|
{
|
|
11083
11112
|
"fromSymbol": "RuntimeScreenOperationLoaderState",
|
|
11084
|
-
"toType": "
|
|
11113
|
+
"toType": "Readonly",
|
|
11085
11114
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11086
11115
|
},
|
|
11087
11116
|
{
|
|
11088
11117
|
"fromSymbol": "RuntimeScreenOperationLoaderState",
|
|
11089
|
-
"toType": "
|
|
11118
|
+
"toType": "SerializableValue",
|
|
11090
11119
|
"sourcePath": "src/runtimeScreenLoaders.ts"
|
|
11091
11120
|
},
|
|
11092
11121
|
{
|
|
@@ -11181,7 +11210,7 @@
|
|
|
11181
11210
|
},
|
|
11182
11211
|
{
|
|
11183
11212
|
"fromSymbol": "RuntimeMemoryStateAdapterOptions",
|
|
11184
|
-
"toType": "
|
|
11213
|
+
"toType": "SerializableValue",
|
|
11185
11214
|
"sourcePath": "src/runtimeStateAdapter.ts"
|
|
11186
11215
|
},
|
|
11187
11216
|
{
|