mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(pagination-nav): type dispatched events
This commit is contained in:
parent
90bd2a10b7
commit
95901c270f
6 changed files with 50 additions and 16 deletions
|
@ -6712,9 +6712,21 @@
|
|||
],
|
||||
"slots": [],
|
||||
"events": [
|
||||
{ "type": "dispatched", "name": "click:button--previous" },
|
||||
{ "type": "dispatched", "name": "click:button--next" },
|
||||
{ "type": "dispatched", "name": "change" }
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "change",
|
||||
"detail": "{ page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:button--previous",
|
||||
"detail": "{ page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "click:button--next",
|
||||
"detail": "{ page: number; }"
|
||||
}
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "nav" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue