-
v0.33.0 Stable
released this
2026-09-22 11:09:05 +00:00 | 23 commits to main since this releaseBreaking
RecordDetailsis removed, withRecordDetailsFieldand the
@[secure]/ui/components/RecordDetails.vueandRecordDetails.types
exports. A record's view page is its edit form withreadonly, which
renders the same layout, tabs and fields read-only, without an actions row
or asubmit. A related record beside a form is a read-onlyRecordFields
group bound to that record: replace<RecordDetails :record :fields>with
<RecordFields :model-value="record" :fields readonly>, retype the fields
asRecordFormField[], and turn a#field:nameslot that rendered a link
or badge into atype: 'custom'field whose slot renders the value inside
a.pui-fieldwith a.pui-field__label. The description list's—
placeholder, Yes/No booleans and JSON objects have no equivalent: a
boolean is acheckboxorswitchfield and an object is its own fields.
Move an#actionsslot to the page header.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads