@ankhorage/runtime 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/dist/RuntimeRenderer.d.ts.map +1 -1
- package/dist/RuntimeRenderer.js +0 -2
- package/dist/RuntimeRenderer.js.map +1 -1
- package/dist/componentRegistry.d.ts +1 -1
- package/dist/componentRegistry.d.ts.map +1 -1
- package/dist/componentRegistry.js.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/registry.d.ts +0 -3
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +0 -46
- package/dist/registry.js.map +1 -1
- package/dist/rendering.d.ts +0 -1
- package/dist/rendering.d.ts.map +1 -1
- package/dist/rendering.js +4 -3
- package/dist/rendering.js.map +1 -1
- package/package.json +2 -8
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +1 -1
- package/paradox/diagrams/architecture-overview.mmd +1 -3
- package/paradox/diagrams/export-graph.mmd +0 -8
- package/paradox/diagrams/module-relationships.mmd +1 -3
- package/paradox/exports.json +10 -48
- package/paradox/exports.md +13 -25
- package/paradox/index.html +65 -130
- package/paradox/paradox.json +76 -127
package/paradox/exports.json
CHANGED
|
@@ -156,19 +156,19 @@
|
|
|
156
156
|
"column": 1
|
|
157
157
|
},
|
|
158
158
|
"exportPaths": ["src/index.ts"],
|
|
159
|
-
"relatedSymbols": [
|
|
159
|
+
"relatedSymbols": [],
|
|
160
160
|
"signatures": [
|
|
161
161
|
{
|
|
162
|
-
"label": "(registries?: readonly
|
|
162
|
+
"label": "(registries?: readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]) => Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>",
|
|
163
163
|
"parameters": [
|
|
164
164
|
{
|
|
165
165
|
"name": "registries",
|
|
166
|
-
"type": "readonly
|
|
166
|
+
"type": "readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]",
|
|
167
167
|
"required": false,
|
|
168
168
|
"description": null
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
|
-
"returnType": "
|
|
171
|
+
"returnType": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>",
|
|
172
172
|
"returnDescription": null
|
|
173
173
|
}
|
|
174
174
|
],
|
|
@@ -2746,7 +2746,7 @@
|
|
|
2746
2746
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
2747
2747
|
"sourceLocation": {
|
|
2748
2748
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
2749
|
-
"line":
|
|
2749
|
+
"line": 67,
|
|
2750
2750
|
"column": 1
|
|
2751
2751
|
},
|
|
2752
2752
|
"exportPaths": ["src/index.ts"],
|
|
@@ -2783,7 +2783,6 @@
|
|
|
2783
2783
|
},
|
|
2784
2784
|
"exportPaths": ["src/index.ts"],
|
|
2785
2785
|
"relatedSymbols": [
|
|
2786
|
-
"ComponentRegistry",
|
|
2787
2786
|
"RuntimeActionHandler",
|
|
2788
2787
|
"RuntimeActionHandlers",
|
|
2789
2788
|
"RuntimeBindingOperationExecutor",
|
|
@@ -2873,7 +2872,7 @@
|
|
|
2873
2872
|
{
|
|
2874
2873
|
"name": "registry",
|
|
2875
2874
|
"kind": "property",
|
|
2876
|
-
"type": "
|
|
2875
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
2877
2876
|
"required": false,
|
|
2878
2877
|
"description": null
|
|
2879
2878
|
},
|
|
@@ -2949,12 +2948,11 @@
|
|
|
2949
2948
|
"modulePath": "src/RuntimeRenderer.tsx",
|
|
2950
2949
|
"sourceLocation": {
|
|
2951
2950
|
"filePath": "src/RuntimeRenderer.tsx",
|
|
2952
|
-
"line":
|
|
2951
|
+
"line": 49,
|
|
2953
2952
|
"column": 1
|
|
2954
2953
|
},
|
|
2955
2954
|
"exportPaths": ["src/index.ts"],
|
|
2956
2955
|
"relatedSymbols": [
|
|
2957
|
-
"ComponentRegistry",
|
|
2958
2956
|
"RuntimeActionHandler",
|
|
2959
2957
|
"RuntimeBindingOperationExecutor",
|
|
2960
2958
|
"RuntimeRendererConfig",
|
|
@@ -3049,7 +3047,7 @@
|
|
|
3049
3047
|
{
|
|
3050
3048
|
"name": "registry",
|
|
3051
3049
|
"kind": "property",
|
|
3052
|
-
"type": "
|
|
3050
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
3053
3051
|
"required": false,
|
|
3054
3052
|
"description": null
|
|
3055
3053
|
},
|
|
@@ -3275,7 +3273,7 @@
|
|
|
3275
3273
|
"column": 1
|
|
3276
3274
|
},
|
|
3277
3275
|
"exportPaths": ["src/index.ts"],
|
|
3278
|
-
"relatedSymbols": [
|
|
3276
|
+
"relatedSymbols": [],
|
|
3279
3277
|
"signatures": [],
|
|
3280
3278
|
"members": [
|
|
3281
3279
|
{
|
|
@@ -3288,7 +3286,7 @@
|
|
|
3288
3286
|
{
|
|
3289
3287
|
"name": "registry",
|
|
3290
3288
|
"kind": "property",
|
|
3291
|
-
"type": "
|
|
3289
|
+
"type": "Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> | undefined",
|
|
3292
3290
|
"required": false,
|
|
3293
3291
|
"description": null
|
|
3294
3292
|
},
|
|
@@ -3341,24 +3339,6 @@
|
|
|
3341
3339
|
"members": [],
|
|
3342
3340
|
"structuredRows": []
|
|
3343
3341
|
},
|
|
3344
|
-
{
|
|
3345
|
-
"name": "SURFACE_COMPONENT_REGISTRY",
|
|
3346
|
-
"description": null,
|
|
3347
|
-
"isReadme": false,
|
|
3348
|
-
"examples": [],
|
|
3349
|
-
"kind": "value",
|
|
3350
|
-
"modulePath": "src/registry.tsx",
|
|
3351
|
-
"sourceLocation": {
|
|
3352
|
-
"filePath": "src/registry.tsx",
|
|
3353
|
-
"line": 51,
|
|
3354
|
-
"column": 14
|
|
3355
|
-
},
|
|
3356
|
-
"exportPaths": ["src/index.ts"],
|
|
3357
|
-
"relatedSymbols": [],
|
|
3358
|
-
"signatures": [],
|
|
3359
|
-
"members": [],
|
|
3360
|
-
"structuredRows": []
|
|
3361
|
-
},
|
|
3362
3342
|
{
|
|
3363
3343
|
"name": "useManifest",
|
|
3364
3344
|
"description": null,
|
|
@@ -3597,23 +3577,5 @@
|
|
|
3597
3577
|
],
|
|
3598
3578
|
"members": [],
|
|
3599
3579
|
"structuredRows": []
|
|
3600
|
-
},
|
|
3601
|
-
{
|
|
3602
|
-
"name": "ZORA_COMPONENT_REGISTRY",
|
|
3603
|
-
"description": null,
|
|
3604
|
-
"isReadme": false,
|
|
3605
|
-
"examples": [],
|
|
3606
|
-
"kind": "value",
|
|
3607
|
-
"modulePath": "src/registry.tsx",
|
|
3608
|
-
"sourceLocation": {
|
|
3609
|
-
"filePath": "src/registry.tsx",
|
|
3610
|
-
"line": 95,
|
|
3611
|
-
"column": 14
|
|
3612
|
-
},
|
|
3613
|
-
"exportPaths": ["src/index.ts"],
|
|
3614
|
-
"relatedSymbols": [],
|
|
3615
|
-
"signatures": [],
|
|
3616
|
-
"members": [],
|
|
3617
|
-
"structuredRows": []
|
|
3618
3580
|
}
|
|
3619
3581
|
]
|
package/paradox/exports.md
CHANGED
|
@@ -58,9 +58,9 @@ Source: `src/componentRegistry.ts:5:1`
|
|
|
58
58
|
|
|
59
59
|
### Signatures
|
|
60
60
|
|
|
61
|
-
- `(registries?: readonly
|
|
62
|
-
- registries: `readonly
|
|
63
|
-
- returns: `
|
|
61
|
+
- `(registries?: readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]) => Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>`
|
|
62
|
+
- registries: `readonly Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>[]` (optional)
|
|
63
|
+
- returns: `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>>`
|
|
64
64
|
|
|
65
65
|
## createDbPersistActionHandler
|
|
66
66
|
|
|
@@ -924,7 +924,7 @@ Source: `node_modules/@ankhorage/contracts/dist/runtimeCallbacks.d.ts:6:1`
|
|
|
924
924
|
|
|
925
925
|
Kind: `function`
|
|
926
926
|
Module: `src/RuntimeRenderer.tsx`
|
|
927
|
-
Source: `src/RuntimeRenderer.tsx:
|
|
927
|
+
Source: `src/RuntimeRenderer.tsx:67:1`
|
|
928
928
|
|
|
929
929
|
### Signatures
|
|
930
930
|
|
|
@@ -953,7 +953,7 @@ Source: `src/RuntimeRendererConfig.tsx:48:1`
|
|
|
953
953
|
| executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
|
|
954
954
|
| onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
|
|
955
955
|
| operationResults | property | `Readonly<Record<string, import("/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings").BindingValue \| undefined>> \| undefined` | no | |
|
|
956
|
-
| registry | property | `
|
|
956
|
+
| registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
|
|
957
957
|
| resolveNodeProps | property | `RuntimeNodePropsResolver \| undefined` | no | |
|
|
958
958
|
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
959
959
|
| wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
|
|
@@ -975,7 +975,7 @@ Source: `src/RuntimeRendererConfig.tsx:152:1`
|
|
|
975
975
|
|
|
976
976
|
Kind: `type`
|
|
977
977
|
Module: `src/RuntimeRenderer.tsx`
|
|
978
|
-
Source: `src/RuntimeRenderer.tsx:
|
|
978
|
+
Source: `src/RuntimeRenderer.tsx:49:1`
|
|
979
979
|
|
|
980
980
|
### Members
|
|
981
981
|
|
|
@@ -993,7 +993,7 @@ Source: `src/RuntimeRenderer.tsx:50:1`
|
|
|
993
993
|
| node | property | `UiNode` | yes | |
|
|
994
994
|
| onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
|
|
995
995
|
| operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
|
|
996
|
-
| registry | property | `
|
|
996
|
+
| registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
|
|
997
997
|
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
998
998
|
| wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
|
|
999
999
|
|
|
@@ -1073,12 +1073,12 @@ Source: `src/RuntimeScreen.tsx:17:1`
|
|
|
1073
1073
|
|
|
1074
1074
|
### Members
|
|
1075
1075
|
|
|
1076
|
-
| Name | Kind | Type
|
|
1077
|
-
| ------------ | -------- |
|
|
1078
|
-
| manifest | property | `AppManifest`
|
|
1079
|
-
| registry | property | `
|
|
1080
|
-
| screen | property | `ScreenSpec`
|
|
1081
|
-
| stateAdapter | property | `StateAdapter \| undefined`
|
|
1076
|
+
| Name | Kind | Type | Required | Description |
|
|
1077
|
+
| ------------ | -------- | -------------------------------------------------------------------------------------------------- | -------- | ----------- |
|
|
1078
|
+
| manifest | property | `AppManifest` | yes | |
|
|
1079
|
+
| registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
|
|
1080
|
+
| screen | property | `ScreenSpec` | yes | |
|
|
1081
|
+
| stateAdapter | property | `StateAdapter \| undefined` | no | |
|
|
1082
1082
|
|
|
1083
1083
|
## shouldRenderRuntimeRepeatEmptyState
|
|
1084
1084
|
|
|
@@ -1092,12 +1092,6 @@ Source: `src/runtimeRepeatEmptyState.ts:3:1`
|
|
|
1092
1092
|
- args: `{ readonly diagnostics?: readonly DataSourceDiagnostic[]; readonly items?: readonly BindingValue[]; readonly status?: "pending" | "ready"; }`
|
|
1093
1093
|
- returns: `boolean`
|
|
1094
1094
|
|
|
1095
|
-
## SURFACE_COMPONENT_REGISTRY
|
|
1096
|
-
|
|
1097
|
-
Kind: `value`
|
|
1098
|
-
Module: `src/registry.tsx`
|
|
1099
|
-
Source: `src/registry.tsx:51:14`
|
|
1100
|
-
|
|
1101
1095
|
## useManifest
|
|
1102
1096
|
|
|
1103
1097
|
Kind: `function`
|
|
@@ -1190,9 +1184,3 @@ Source: `src/runtimeActionRegistry.ts:180:1`
|
|
|
1190
1184
|
- `(args: RuntimeEventPropWrapArgs) => Record<string, unknown>`
|
|
1191
1185
|
- args: `RuntimeEventPropWrapArgs`
|
|
1192
1186
|
- returns: `Record<string, unknown>`
|
|
1193
|
-
|
|
1194
|
-
## ZORA_COMPONENT_REGISTRY
|
|
1195
|
-
|
|
1196
|
-
Kind: `value`
|
|
1197
|
-
Module: `src/registry.tsx`
|
|
1198
|
-
Source: `src/registry.tsx:95:14`
|