@praxisui/dynamic-form 9.0.55 → 9.0.57
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
|
@@ -300,7 +300,9 @@ Common inputs:
|
|
|
300
300
|
In `edit` and `view`, `resourceId` identifies the remote entity to hydrate. In
|
|
301
301
|
`create`, it is contextual only (for example, the employee targeted by an
|
|
302
302
|
item-scoped command) and never starts an entity read; provide command defaults
|
|
303
|
-
through `initialValue`.
|
|
303
|
+
through `initialValue`. Component metadata publishes `resourceId` as a public
|
|
304
|
+
input port so top-level and nested `UiCompositionPlan` links are validated by
|
|
305
|
+
the same registry contract used at runtime.
|
|
304
306
|
|
|
305
307
|
Common outputs:
|
|
306
308
|
|