@praxisui/manual-form 9.0.0-beta.3 → 9.0.0-beta.5
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/README.md +1 -44
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Manual Form"
|
|
3
|
-
slug: "manual-form-overview"
|
|
4
|
-
description: "Public npm documentation for @praxisui/manual-form: declarative HTML forms with Praxis field metadata, autosave, persistence and metadata editor bridge."
|
|
5
|
-
doc_type: "reference"
|
|
6
|
-
document_kind: "component-overview"
|
|
7
|
-
component: "manual-form"
|
|
8
|
-
category: "components"
|
|
9
|
-
audience:
|
|
10
|
-
- "frontend"
|
|
11
|
-
- "host"
|
|
12
|
-
- "architect"
|
|
13
|
-
level: "intermediate"
|
|
14
|
-
status: "active"
|
|
15
|
-
owner: "praxis-ui"
|
|
16
|
-
tags:
|
|
17
|
-
- "manual-form"
|
|
18
|
-
- "forms"
|
|
19
|
-
- "autosave"
|
|
20
|
-
- "metadata-editor"
|
|
21
|
-
- "dynamic-fields"
|
|
22
|
-
order: 38
|
|
23
|
-
icon: "file-pen"
|
|
24
|
-
toc: true
|
|
25
|
-
sidebar: true
|
|
26
|
-
search_boost: 0.95
|
|
27
|
-
reading_time: 5
|
|
28
|
-
estimated_setup_time: 20
|
|
29
|
-
version: "1.0"
|
|
30
|
-
related_docs:
|
|
31
|
-
- "manual-form-api-reference"
|
|
32
|
-
- "host-manual-form-integration"
|
|
33
|
-
- "manual-form-toolbar-execution"
|
|
34
|
-
- "consumer-integration-quickstart"
|
|
35
|
-
- "host-integration-guide"
|
|
36
|
-
keywords:
|
|
37
|
-
- "praxis manual form"
|
|
38
|
-
- "manual form toolkit"
|
|
39
|
-
- "form autosave"
|
|
40
|
-
- "field metadata bridge"
|
|
41
|
-
last_updated: "2026-06-16"
|
|
42
|
-
---
|
|
43
|
-
|
|
44
1
|
# @praxisui/manual-form
|
|
45
2
|
|
|
46
3
|
`@praxisui/manual-form` lets a host write forms in Angular templates with `pdx-*` fields while still using Praxis metadata, autosave, persisted drafts, runtime field editing and the metadata editor bridge.
|
|
@@ -62,7 +19,7 @@ npm i @praxisui/manual-form@latest
|
|
|
62
19
|
Peer dependencies:
|
|
63
20
|
|
|
64
21
|
- `@angular/common`, `@angular/core`, `@angular/forms`, `@angular/router`, `@angular/cdk`, `@angular/material` `^21.0.0`
|
|
65
|
-
- `@praxisui/core`, `@praxisui/dynamic-fields`, `@praxisui/settings-panel`, `@praxisui/metadata-editor`, `@praxisui/ai` `^9.0.0-beta.
|
|
22
|
+
- `@praxisui/core`, `@praxisui/dynamic-fields`, `@praxisui/settings-panel`, `@praxisui/metadata-editor`, `@praxisui/ai` `^9.0.0-beta.4`
|
|
66
23
|
- `rxjs` `~7.8.0`
|
|
67
24
|
|
|
68
25
|
## Recommended Typed Host
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/manual-form",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.5",
|
|
4
4
|
"description": "Manual form toolkit for Praxis UI: container, instance factory and editor bridge for @praxisui/* fields.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
9
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
10
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
11
|
-
"@praxisui/metadata-editor": "^9.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^9.0.0-beta.5",
|
|
9
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.5",
|
|
10
|
+
"@praxisui/settings-panel": "^9.0.0-beta.5",
|
|
11
|
+
"@praxisui/metadata-editor": "^9.0.0-beta.5",
|
|
12
12
|
"@angular/cdk": "^21.0.0",
|
|
13
13
|
"@angular/forms": "^21.0.0",
|
|
14
14
|
"@angular/material": "^21.0.0",
|
|
15
15
|
"@angular/router": "^21.0.0",
|
|
16
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
16
|
+
"@praxisui/ai": "^9.0.0-beta.5",
|
|
17
17
|
"rxjs": "~7.8.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|