@praxisui/list 9.0.0-beta.8 → 9.0.0-beta.80
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
|
@@ -19,7 +19,7 @@ npm i @praxisui/list@latest
|
|
|
19
19
|
Peer dependencies:
|
|
20
20
|
|
|
21
21
|
- `@angular/common`, `@angular/core`, `@angular/forms`, `@angular/router`, `@angular/material` `^21.0.0`
|
|
22
|
-
- `@praxisui/core`, `@praxisui/dynamic-fields`, `@praxisui/rich-content`, `@praxisui/settings-panel`, `@praxisui/ai` `^9.0.0-beta.
|
|
22
|
+
- `@praxisui/core`, `@praxisui/dynamic-fields`, `@praxisui/rich-content`, `@praxisui/settings-panel`, `@praxisui/ai` `^9.0.0-beta.12`
|
|
23
23
|
- `rxjs` `>=7 <9`
|
|
24
24
|
|
|
25
25
|
Runtime dependency included by the package:
|
|
@@ -115,6 +115,7 @@ Remote controls are rendered when `resourcePath` is present. The runtime uses `/
|
|
|
115
115
|
- Template expressions use `${item.field}`. Currency/date/number templates can use config i18n defaults.
|
|
116
116
|
- Selection supports `none`, `single` and `multiple`, with return modes `value`, `item` or `id`.
|
|
117
117
|
- Item actions can emit local events or delegate to `GlobalActionService`; collection export uses the shared `@praxisui/core` contract for `csv`, `json`, `excel`, `pdf` and `print`.
|
|
118
|
+
- A governed `actions[].recordOpen` resolves the identity declared by the backend against the current-principal resource and contextual surface catalogs before executing `surface.open`; it never derives the target from the displayed label or from `item.id`.
|
|
118
119
|
|
|
119
120
|
## Known Runtime Boundaries
|
|
120
121
|
|
|
@@ -126,6 +127,8 @@ Do not document those as active runtime behavior in app-specific guides until th
|
|
|
126
127
|
|
|
127
128
|
`enableCustomization` opens the canonical list editor and semantic assistant flow. `PRAXIS_LIST_AUTHORING_MANIFEST` is the executable authoring contract for template slots, actions, empty state, selection, layout, data binding, rules, skin, export, localization, accessibility and declared-only warnings.
|
|
128
129
|
|
|
130
|
+
`actions[].recordOpen` is runtime materialization evidence produced by governed platform authoring. It round-trips through list config but is intentionally not a free-form field in the visual editor or the list-specific AI manifest. Authors choose business intent; Metadata and Config publish the canonical source field and target identities.
|
|
131
|
+
|
|
129
132
|
Free JSON patches from AI flows are not the public authoring contract; local apply must be compiled from a manifest-backed `componentEditPlan`.
|
|
130
133
|
|
|
131
134
|
## Public API Snapshot
|