Skip to main content
cngx-src documentation

CngxPaginatorAriaLabels

Interface

projects/ui/paginator/paginator-config.ts

Import#

import { CngxPaginatorAriaLabels } from '@cngx/ui/paginator'

Description#

Accessible-name strings for the paginator landmark and its segment parts. Library defaults are English; consumers localise via withPaginatorAriaLabels.

Index#

Instance Properties#

allLoaded#function
Readonly

Load-more trigger once every page is revealed, given the total item count. Replaces the actionable loadMore name on the exhausted (last-page) button so AT does not announce a "Load more" action on a disabled control.

bucket#function
Readonly

A category/range chip, given its bucket label (e.g. 'A-C').

bucketGroup#string
Readonly

Accessible name for the category/range chip strip (role="group").

emptyBucket#function
Readonly

A category/range chip with no matching items, given its bucket label. Names the disabled chip AND states why it is disabled, so an empty bucket is not a silent dead control.

first#string
Readonly

First-page button.

goToPage#string
Readonly

Go-to-page input.

itemsPerPage#string
Readonly

Page-size selector.

label#string
Readonly

Accessible name for the role="navigation" landmark.

Readonly

Last-page button.

loadMore#string
Readonly

Load-more trigger while pages remain (the append-style "reveal next page" button).

morePages#string
Readonly

The ellipsis overflow trigger that reveals hidden pages.

Readonly

A page button, given its 1-based display number.

pageOfPages#string
Readonly

Page-of-pages selector (the current / total jump dropdown).

railPosition#string
Readonly

Accessible name for the rail skin's progress rail. Becomes the composed cngx-progress [label], so AT reads "Page position" with the progressbar value the atom exposes.