-
v0.10.0 Stable
released this
2026-09-15 13:42:23 +00:00 | 177 commits to main since this releaseChanged
- Index renders its title, description and actions through the new
PageHeader, so thepui-index__header,pui-index__heading,
pui-index__title,pui-index__descriptionandpui-index__actions
classes are gone. They were never documented as public API; a consumer
style that targeted them moves topui-page-headerand its
__heading,__title,__descriptionand__actionselements. Markup,
spacing and type are unchanged in both placements.
Added
PageHeaderat@[secure]/ui/components/PageHeader.vue: the title,
description and actions band above a module index or a record page,
extracted from Index so detail and form pages no longer hand-roll the same
header.titleanddescriptionare plain strings,level(1|2|
3, default1) picks the heading element and sizes levels 2 and 3 as
section headings,title-idsets the title'sidforaria-labelledby,
and#actionsfills the trailing row. It renders nothing when it has no
title, description or actions. Index uses it at level 1 in module placement
and level 2 in related placement.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Index renders its title, description and actions through the new