@praxisui/dynamic-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.
package/README.md
CHANGED
|
@@ -480,6 +480,13 @@ Runtime-only rules remain valid JSON when they pass diagnostics, but they may op
|
|
|
480
480
|
|
|
481
481
|
The manifest is meant to keep AI-generated patches compatible with the visual editor and the runtime `FormConfig` contract.
|
|
482
482
|
|
|
483
|
+
`PRAXIS_FILTER_FORM_AUTHORING_MANIFEST` is a fail-closed projection of that
|
|
484
|
+
canonical source under the exact `praxis-filter-form` identity. It exposes only
|
|
485
|
+
the field and structural-layout operations executed by Filter Form. Submit
|
|
486
|
+
policy, visual-block, rule, and configured form-action operations remain owned
|
|
487
|
+
by `praxis-dynamic-form` because the reduced filter runtime does not execute
|
|
488
|
+
those semantics.
|
|
489
|
+
|
|
483
490
|
Rule operations in the manifest write `formRules[]`, require pending review metadata, and intentionally avoid `formRulesState`. A valid JsonLogic condition is not automatically a visual round-trip guarantee; LLMs should use the safe subset above unless the operation explicitly targets a JSON-only/runtime-only path.
|
|
484
491
|
|
|
485
492
|
## Public API
|
|
@@ -498,6 +505,7 @@ Main exports:
|
|
|
498
505
|
- rule utilities, date normalization, settings-panel providers
|
|
499
506
|
- `FORM_AI_CAPABILITIES`, `FORM_COMPONENT_AI_CAPABILITIES`
|
|
500
507
|
- `PRAXIS_DYNAMIC_FORM_AUTHORING_MANIFEST`
|
|
508
|
+
- `PRAXIS_FILTER_FORM_AUTHORING_MANIFEST`
|
|
501
509
|
|
|
502
510
|
## Notes
|
|
503
511
|
|