@praxisui/manual-form 9.0.36 → 9.0.38
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-30T02:26:55.462Z",
|
|
4
4
|
"packageName": "@praxisui/manual-form",
|
|
5
|
-
"packageVersion": "9.0.
|
|
5
|
+
"packageVersion": "9.0.38",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -4753,9 +4753,9 @@
|
|
|
4753
4753
|
{
|
|
4754
4754
|
"chunkIndex": 26,
|
|
4755
4755
|
"chunkKind": "recipe",
|
|
4756
|
-
"content": "{\"_comment\":\"
|
|
4756
|
+
"content": "{\"_comment\":\"Canonical recipe for a host-authored Angular form enhanced by @praxisui/manual-form. The host keeps ownership of the template and FormGroup; Praxis detects fields, governs metadata editing and persists drafts.\",\"templateMeta\":{\"registryKey\":\"praxis-manual-form\",\"variantId\":\"autosave-metadata-bridge\",\"useWhen\":\"An existing Angular template form needs governed field discovery, autosave and metadata-editor integration without being converted into a schema-driven Dynamic Form.\",\"examplePrompts\":[\"enable governed autosave for this manual employee form\",\"let authors edit detected field metadata without replacing the Angular template\",\"configure the metadata bridge for an existing reactive form\"]},\"authoringGuidance\":[\"Keep the Angular template and typed FormGroup in the host application.\",\"Use stable formId and persistenceOptions values so draft identity is deterministic.\",\"Delegate FieldMetadata edits to praxis-metadata-editor and control discovery to praxis-dynamic-fields.\",\"Do not serialize JavaScript callbacks, browser commands or executable hook bodies in the recipe.\",\"Use praxis-dynamic-form when the whole form should be generated from schema instead of a host template.\"],\"inputs\":{\"formId\":\"employee-manual-profile\",\"formTitle\":\"Employee profile\",\"formDescription\":\"Host-owned reactive form with governed draft persistence.\",\"showHeader\":true,\"showActions\":true,\"enableAutoSave\":true,\"autoSaveDebounceMs\":1000,\"enableCustomization\":true,\"usePathNames\":true,\"persistenceOptions\":{\"namespace\":\"human-resources\",\"tenantId\":\"demo\",\"profileId\":\"employee-profile\",\"locale\":\"en-US\"}},\"hostTemplate\":{\"formGroupOwner\":\"host\",\"detectedControlPaths\":[\"identity.name\",\"identity.email\",\"assignment.departmentId\"],\"events\":[\"submitted\",\"saved\",\"reset\",\"metadataChange\"]},\"expectedRoundTrip\":{\"draftIdentity\":[\"formId\",\"namespace\",\"tenantId\",\"profileId\",\"locale\"],\"metadataOwner\":\"praxis-metadata-editor\",\"controlDiscoveryOwner\":\"praxis-dynamic-fields\",\"reopen\":\"Detected field names and accepted metadata patches are restored without rewriting the host template.\"}}",
|
|
4757
4757
|
"sourcePointer": "examples/ai-recipes/praxis-manual-form.json",
|
|
4758
|
-
"contentHash": "
|
|
4758
|
+
"contentHash": "d706d35f597719cb01ecab83fee1bac00e472d723fdbf236f314b70c7b3345f7",
|
|
4759
4759
|
"sourceKind": "component_definition",
|
|
4760
4760
|
"sourceId": "praxis-manual-form",
|
|
4761
4761
|
"corpusVersion": "1.0.0"
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/manual-form",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.38",
|
|
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.
|
|
9
|
-
"@praxisui/dynamic-fields": "^9.0.
|
|
10
|
-
"@praxisui/settings-panel": "^9.0.
|
|
11
|
-
"@praxisui/metadata-editor": "^9.0.
|
|
8
|
+
"@praxisui/core": "^9.0.38",
|
|
9
|
+
"@praxisui/dynamic-fields": "^9.0.38",
|
|
10
|
+
"@praxisui/settings-panel": "^9.0.38",
|
|
11
|
+
"@praxisui/metadata-editor": "^9.0.38",
|
|
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.
|
|
16
|
+
"@praxisui/ai": "^9.0.38",
|
|
17
17
|
"rxjs": "~7.8.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|