mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(pagination): dispatch button click events to be consistent with PaginationNav
This commit is contained in:
parent
a3a4a02d94
commit
32effacb76
4 changed files with 24 additions and 4 deletions
|
@ -6475,6 +6475,16 @@
|
|||
"type": "dispatched",
|
||||
"name": "update",
|
||||
"detail": "{ pageSize: number; page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:button--previous",
|
||||
"detail": "{ page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:button--next",
|
||||
"detail": "{ page: number; }"
|
||||
}
|
||||
],
|
||||
"typedefs": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue