@praxisui/manual-form 1.0.0-beta.48 → 1.0.0-beta.52
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 +43 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Manual Form"
|
|
3
|
+
slug: "manual-form-overview"
|
|
4
|
+
description: "Visao geral do @praxisui/manual-form com formularios declarativos, autodeteccao de campos, autosave, persistencia e hot update de metadata."
|
|
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: 14
|
|
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-03-07"
|
|
42
|
+
---
|
|
43
|
+
|
|
1
44
|
# Manual Form Toolkit
|
|
2
45
|
|
|
3
46
|
## 🔰 Exemplos / Quickstart
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/manual-form",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.52",
|
|
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": "^20.1.0",
|
|
7
7
|
"@angular/core": "^20.1.0",
|
|
8
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
9
|
-
"@praxisui/dynamic-fields": "^1.0.0-beta.
|
|
10
|
-
"@praxisui/settings-panel": "^1.0.0-beta.
|
|
11
|
-
"@praxisui/metadata-editor": "^1.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^1.0.0-beta.52",
|
|
9
|
+
"@praxisui/dynamic-fields": "^1.0.0-beta.52",
|
|
10
|
+
"@praxisui/settings-panel": "^1.0.0-beta.52",
|
|
11
|
+
"@praxisui/metadata-editor": "^1.0.0-beta.52"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.3.0"
|