feat(elements): add configuration overview and section components with demo view and index exports

This commit is contained in:
2026-02-23 21:07:26 +00:00
parent 204253f78c
commit bd6bce04c9
6 changed files with 801 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-23 - 2.4.0 - feat(elements)
add configuration overview and section components with demo view and index exports
- Adds new sz-config-section component (IConfigField interface, rich renderers for boolean, pills, badge, code, link and 'Not configured' handling).
- Adds new sz-config-overview wrapper component with heading/info banner and slot styling.
- Adds demo view sz-demo-view-config that supplies example configuration groups and fields for System, Proxy, Email, DNS, TLS, Cache, RADIUS and Remote Ingress.
- Exports new components from ts_web/elements/index.ts so they are available to the element registry.
## 2026-02-22 - 2.3.0 - feat(routes)
add route UI components and demo view with list/card and app-shell integration