feat!: use 1-indexing for PaginationNav

- fix(PaginationNav): make 'change' event emit after user interaction instead of reactive event

BREAKING CHANGE: use 1-indexing for PaginationNav component
This commit is contained in:
Enrico Sacchetti 2022-10-12 00:20:08 -04:00
commit 120cd29513
7 changed files with 49 additions and 31 deletions

View file

@ -5,7 +5,7 @@ export interface PaginationNavProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["nav"]> {
/**
* Specify the current page index
* @default 0
* @default 1
*/
page?: number;