9.0.0 ⢠Published 5 months ago
@myrmidon/cadmus-refs-decorated-counts v9.0.0
CadmusRefsDecoratedCounts
š¦ @myrmidon/cadmus-refs-decorated-counts
This project was generated using Angular CLI version 19.0.0.
DecoratedCountsComponent
This component provides an editable list of counts with some essential metadata attached.
Each decorated count is a count (thus a numeric value) decorated with the ID of the entity being counted, and optionally by a tag and/or note.
- š
DecoratedCountsComponent - š©
cadmus-refs-decorated-counts - ā¶ļø input:
- counts (
DecoratedCount[]) - allowCustomId (
boolean, default istrue) - distinct (
boolean)
- counts (
- š thesauri:
decorated-count-ids(idEntries)decorated-count-tags(tagEntries)
- š„ output:
- countsChange (
DecoratedCount[])
- countsChange (
History
8.0.1
- 2025-01-23:
- refactored UI.
- added
allowCustomIdanddistinctproperties.