@praxisui/list 5.0.0-beta.0 → 6.0.0-beta.0
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/fesm2022/praxisui-list.mjs +804 -205
- package/index.d.ts +30 -21
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,6 +54,12 @@ last_updated: "2026-03-07"
|
|
|
54
54
|
|
|
55
55
|
Angular list/cards component for enterprise apps. Supports local or remote data, multiple layout variants, templating slots, actions, grouping and selection.
|
|
56
56
|
|
|
57
|
+
## Rich Content Convergence
|
|
58
|
+
|
|
59
|
+
- `mapListTemplateToRichContentP0(...)` exposes the canonical bridge from the current list templating vocabulary to the shared rich-content P0 contract in `@praxisui/core`.
|
|
60
|
+
- The bridge is intentionally narrow in `1.0`: `text`, `icon`, `image`, `chip -> badge`, `metric`, and `compose`.
|
|
61
|
+
- Legacy/runtime-only list templates such as `component`, `slot`, `html`, `rating`, `currency`, and `date` remain outside the shared rich-content `1.0` contract until their semantic normalization is closed.
|
|
62
|
+
|
|
57
63
|
## Customization Mode Contract
|
|
58
64
|
|
|
59
65
|
- `enableCustomization` is the canonical public input for runtime customization mode.
|