mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Revert "Dont reformat the entire json file -_-"
This reverts commit cfc99f86dc
.
This commit is contained in:
parent
ed692720b4
commit
4b85d4920c
1 changed files with 4 additions and 10 deletions
|
@ -9008,7 +9008,7 @@
|
|||
"kind": "let",
|
||||
"description": "Set to `true` to allow for an empty value",
|
||||
"type": "boolean",
|
||||
"value": "false",
|
||||
"value": "true",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
|
@ -9980,9 +9980,8 @@
|
|||
"events": [
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "change",
|
||||
"detail": "{ page?: number; pageSize?: number }",
|
||||
"description": "Dispatched after any user interaction"
|
||||
"name": "update",
|
||||
"detail": "{ pageSize: number; page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
|
@ -9993,11 +9992,6 @@
|
|||
"type": "dispatched",
|
||||
"name": "click:button--next",
|
||||
"detail": "{ page: number; }"
|
||||
},
|
||||
{
|
||||
"type": "dispatched",
|
||||
"name": "update",
|
||||
"detail": "{ pageSize: number; page: number; }"
|
||||
}
|
||||
],
|
||||
"typedefs": [],
|
||||
|
@ -10015,7 +10009,7 @@
|
|||
"kind": "let",
|
||||
"description": "Specify the current page index",
|
||||
"type": "number",
|
||||
"value": "1",
|
||||
"value": "0",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue