@praxisui/crud 9.0.0-beta.76 → 9.0.0-beta.78
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 +6 -0
- package/ai/component-registry.json +395 -25
- package/fesm2022/praxisui-crud.mjs +22 -2
- package/package.json +7 -7
- package/types/praxisui-crud.d.ts +4 -1
package/README.md
CHANGED
|
@@ -162,6 +162,12 @@ Drawer mode works without a host adapter: the package opens its standard form
|
|
|
162
162
|
dialog host with drawer presentation. Provide `CRUD_DRAWER_ADAPTER` only when a
|
|
163
163
|
host must replace that standard shell with a real corporate drawer implementation.
|
|
164
164
|
|
|
165
|
+
For native edit drawers, the runtime presents the selected record's canonical
|
|
166
|
+
`x-ui.resource.identity` above the command form when the table has materialized
|
|
167
|
+
it. This is read-only context: immutable keys remain outside the request schema
|
|
168
|
+
and are never added to the update payload. Custom drawer adapters retain their
|
|
169
|
+
own presentation responsibility.
|
|
170
|
+
|
|
165
171
|
## Empty collection state
|
|
166
172
|
|
|
167
173
|
When collection creation is available, `PraxisCrudComponent` derives the initial
|