activePage active-pagenumber1allyLabel 🚫ally-labelintl.root instead. Aria label what the pagination is used for.stringundefinedallyLabelNext 🚫ally-label-nextintl.next instead. Aria label for next page icon.stringundefinedallyLabelPage 🚫ally-label-pageintl.page instead. Aria label for page navigation.stringundefinedallyLabelPrev 🚫ally-label-previntl.prev instead. Aria label for previous page icon.stringundefinedintl intltype PaginationInternationalization = {
'root'?: string;
'prev'?: string;
'next'?: string;
'page'?: string;
}{ "root": "Pagination", "prev": "Previous page", "next": "Next page", "page": "Page" }itemsPerPage items-per-pagenumber1maxNumberOfPageLinks 🚫max-number-of-page-linksPaginationMaxNumberOfPageLinksundefinedshowLastPage show-last-pagebooleantruetheme themetype Theme ='light''dark''auto''light'totalItemsCount total-items-countnumber1pageChange 🚫update event instead. Emitted when the page changes.type PaginationUpdateEventDetail = {
page: number;
previousPage: number;
}
CustomEvent<PaginationUpdateEventDetail>update type PaginationUpdateEventDetail = {
page: number;
previousPage: number;
}
CustomEvent<PaginationUpdateEventDetail>