CngxIncrementalListAriaLabels
projects/ui/collection/incremental-list-config.ts
Import#
import { CngxIncrementalListAriaLabels } from '@cngx/ui/collection'
Description#
Accessible-name / visible-label strings for the incremental-list view states. Each doubles as the live-region announcement and the built-in view text, so an override stays in sync across both surfaces. Library defaults are English; consumers localise via withIncrementalListAriaLabels.
Index#
Instance Properties#
End-reached label once every page is revealed, given the total item count.
Recycler load-count announcement, live-announced when the accumulated total
grows under [virtualize]. Owner-split from the view-state live region: the
recycler announcer speaks only load-count, the organism's statusMessage
keeps empty / error / end-reached. count rows newly revealed, total
accumulated. Routed into the recycler's i18n so localisation stays one
cascade.
Error text shown when a subsequent page fails but the accumulated rows stay
visible (content+error). Distinct from error so assistive tech can tell
a page-N failure (list preserved) from a first-load failure (nothing shown).