@ankhorage/runtime 3.0.5 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/package.json +4 -4
- package/paradox/badges/npm.svg +3 -3
- package/paradox/components.md +39 -39
- package/paradox/exports.json +401 -141
- package/paradox/exports.md +230 -230
- package/paradox/index.html +5082 -8430
- package/paradox/paradox.json +597 -214
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @ankhorage/runtime
|
|
2
2
|
|
|
3
|
+
## 3.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0f7cc03: Update Ankhorage dependencies: `@ankhorage/contracts`.
|
|
8
|
+
|
|
9
|
+
## 3.0.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2a56907: Update Ankhorage dependencies: `@ankhorage/data-sources`.
|
|
14
|
+
|
|
3
15
|
## 3.0.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# @ankhorage/runtime
|
|
5
5
|
|
|
6
|
-
         
|
|
7
7
|
|
|
8
8
|
Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/runtime",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Platform-neutral runtime renderer, contracts, and helpers for Ankhorage generated apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"knip:check": "ankhorage-knip"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@ankhorage/contracts": "^22.1.
|
|
71
|
-
"@ankhorage/data-sources": "^2.0.
|
|
70
|
+
"@ankhorage/contracts": "^22.1.1",
|
|
71
|
+
"@ankhorage/data-sources": "^2.0.8",
|
|
72
72
|
"@ankhorage/utility": "^1.4.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@ankhorage/devtools": "^1.
|
|
85
|
+
"@ankhorage/devtools": "^1.17.2",
|
|
86
86
|
"@ankhorage/paradox": "^0.1.26",
|
|
87
87
|
"@types/bun": "^1.4.1",
|
|
88
88
|
"@types/node": "^24.13.3",
|
package/paradox/badges/npm.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm:
|
|
2
|
-
<title>npm:
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="90" height="20" role="img" aria-label="npm: v3.0.7">
|
|
2
|
+
<title>npm: v3.0.7</title>
|
|
3
3
|
<rect width="38" height="20" fill="#374151"/>
|
|
4
4
|
<rect x="38" width="52" height="20" fill="#cb3837"/>
|
|
5
5
|
<text x="19" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">npm</text>
|
|
6
|
-
<text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">
|
|
6
|
+
<text x="64" y="14" fill="#ffffff" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11" text-anchor="middle">v3.0.7</text>
|
|
7
7
|
</svg>
|
package/paradox/components.md
CHANGED
|
@@ -6,10 +6,10 @@ Source: `src/ManifestContext.tsx:10:14`
|
|
|
6
6
|
|
|
7
7
|
Export paths: `src/index.ts`
|
|
8
8
|
|
|
9
|
-
| Prop
|
|
10
|
-
|
|
|
11
|
-
| children | `ReactNode`
|
|
12
|
-
| value
|
|
9
|
+
| Prop | Type | Required | Default | Description |
|
|
10
|
+
| --- | --- | --- | --- | --- |
|
|
11
|
+
| children | `ReactNode` | no | — | |
|
|
12
|
+
| value | `ManifestContextValue \| null` | yes | — | |
|
|
13
13
|
|
|
14
14
|
## ManifestProvider
|
|
15
15
|
|
|
@@ -17,12 +17,12 @@ Source: `src/ManifestContext.tsx:12:1`
|
|
|
17
17
|
|
|
18
18
|
Export paths: `src/index.ts`
|
|
19
19
|
|
|
20
|
-
| Prop
|
|
21
|
-
|
|
|
22
|
-
| activeScreenId | `string \| undefined`
|
|
23
|
-
| children
|
|
24
|
-
| manifest
|
|
25
|
-
| onScreenChange | `(screenId: string) => void \| undefined` | no
|
|
20
|
+
| Prop | Type | Required | Default | Description |
|
|
21
|
+
| --- | --- | --- | --- | --- |
|
|
22
|
+
| activeScreenId | `string \| undefined` | no | — | |
|
|
23
|
+
| children | `React.ReactNode \| undefined` | no | — | |
|
|
24
|
+
| manifest | `AppManifest` | yes | — | |
|
|
25
|
+
| onScreenChange | `(screenId: string) => void \| undefined` | no | — | |
|
|
26
26
|
|
|
27
27
|
## RuntimeRenderer
|
|
28
28
|
|
|
@@ -30,25 +30,25 @@ Source: `src/RuntimeRenderer.tsx:81:1`
|
|
|
30
30
|
|
|
31
31
|
Export paths: `src/index.ts`
|
|
32
32
|
|
|
33
|
-
| Prop
|
|
34
|
-
|
|
|
35
|
-
| apis
|
|
36
|
-
| bindingContext
|
|
37
|
-
| dataBindings
|
|
38
|
-
| dbAdapter
|
|
39
|
-
| dbRealtimeAdapter | `DbRealtimeAdapter \| undefined`
|
|
40
|
-
| disableActions
|
|
41
|
-
| executeAction
|
|
42
|
-
| executeOperation
|
|
43
|
-
| isRoot
|
|
44
|
-
| mediaAssets
|
|
45
|
-
| node
|
|
46
|
-
| onDiagnostics
|
|
47
|
-
| operationResults
|
|
48
|
-
| registry
|
|
49
|
-
| resolveMediaAsset | `RuntimeMediaAssetResolver \| undefined`
|
|
50
|
-
| stateAdapter
|
|
51
|
-
| wrapNode
|
|
33
|
+
| Prop | Type | Required | Default | Description |
|
|
34
|
+
| --- | --- | --- | --- | --- |
|
|
35
|
+
| apis | `ApiDefinitionRegistry \| undefined` | no | — | |
|
|
36
|
+
| bindingContext | `Record<string, unknown> \| undefined` | no | — | |
|
|
37
|
+
| dataBindings | `ComponentDataBindingRegistry \| undefined` | no | — | |
|
|
38
|
+
| dbAdapter | `DbAdapter \| undefined` | no | — | |
|
|
39
|
+
| dbRealtimeAdapter | `DbRealtimeAdapter \| undefined` | no | — | |
|
|
40
|
+
| disableActions | `boolean \| undefined` | no | — | |
|
|
41
|
+
| executeAction | `RuntimeActionExecutor \| undefined` | no | — | |
|
|
42
|
+
| executeOperation | `RuntimeBindingOperationExecutor \| undefined` | no | — | |
|
|
43
|
+
| isRoot | `boolean \| undefined` | no | — | |
|
|
44
|
+
| mediaAssets | `MediaAssetRegistry \| undefined` | no | — | |
|
|
45
|
+
| node | `UiNode` | yes | — | |
|
|
46
|
+
| onDiagnostics | `(diagnostics: readonly DataSourceDiagnostic[]) => void \| undefined` | no | — | |
|
|
47
|
+
| operationResults | `RuntimeBindingOperationResultCache \| undefined` | no | — | |
|
|
48
|
+
| registry | `ComponentRegistry \| undefined` | no | — | |
|
|
49
|
+
| resolveMediaAsset | `RuntimeMediaAssetResolver \| undefined` | no | — | |
|
|
50
|
+
| stateAdapter | `StateAdapter \| undefined` | no | — | |
|
|
51
|
+
| wrapNode | `(args: RuntimeRendererWrapArgs) => React.ReactNode \| undefined` | no | — | |
|
|
52
52
|
|
|
53
53
|
## RuntimeRendererConfigProvider
|
|
54
54
|
|
|
@@ -56,10 +56,10 @@ Source: `src/RuntimeRendererConfig.tsx:164:1`
|
|
|
56
56
|
|
|
57
57
|
Export paths: `src/index.ts`
|
|
58
58
|
|
|
59
|
-
| Prop
|
|
60
|
-
|
|
|
61
|
-
| children | `React.ReactNode \| undefined` | no
|
|
62
|
-
| value
|
|
59
|
+
| Prop | Type | Required | Default | Description |
|
|
60
|
+
| --- | --- | --- | --- | --- |
|
|
61
|
+
| children | `React.ReactNode \| undefined` | no | — | |
|
|
62
|
+
| value | `RuntimeRendererConfig` | yes | — | |
|
|
63
63
|
|
|
64
64
|
## RuntimeScreen
|
|
65
65
|
|
|
@@ -67,9 +67,9 @@ Source: `src/RuntimeScreen.tsx:17:1`
|
|
|
67
67
|
|
|
68
68
|
Export paths: `src/index.ts`
|
|
69
69
|
|
|
70
|
-
| Prop
|
|
71
|
-
|
|
|
72
|
-
| manifest
|
|
73
|
-
| registry
|
|
74
|
-
| screen
|
|
75
|
-
| stateAdapter | `StateAdapter \| undefined`
|
|
70
|
+
| Prop | Type | Required | Default | Description |
|
|
71
|
+
| --- | --- | --- | --- | --- |
|
|
72
|
+
| manifest | `AppManifest` | yes | — | |
|
|
73
|
+
| registry | `ComponentRegistry \| undefined` | no | — | |
|
|
74
|
+
| screen | `ScreenSpec` | yes | — | |
|
|
75
|
+
| stateAdapter | `StateAdapter \| undefined` | no | — | |
|