mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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",
|
"kind": "let",
|
||||||
"description": "Set to `true` to allow for an empty value",
|
"description": "Set to `true` to allow for an empty value",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"value": "false",
|
"value": "true",
|
||||||
"isFunction": false,
|
"isFunction": false,
|
||||||
"isFunctionDeclaration": false,
|
"isFunctionDeclaration": false,
|
||||||
"isRequired": false,
|
"isRequired": false,
|
||||||
|
@ -9980,9 +9980,8 @@
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"type": "dispatched",
|
"type": "dispatched",
|
||||||
"name": "change",
|
"name": "update",
|
||||||
"detail": "{ page?: number; pageSize?: number }",
|
"detail": "{ pageSize: number; page: number; }"
|
||||||
"description": "Dispatched after any user interaction"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "dispatched",
|
"type": "dispatched",
|
||||||
|
@ -9993,11 +9992,6 @@
|
||||||
"type": "dispatched",
|
"type": "dispatched",
|
||||||
"name": "click:button--next",
|
"name": "click:button--next",
|
||||||
"detail": "{ page: number; }"
|
"detail": "{ page: number; }"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "dispatched",
|
|
||||||
"name": "update",
|
|
||||||
"detail": "{ pageSize: number; page: number; }"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"typedefs": [],
|
"typedefs": [],
|
||||||
|
@ -10015,7 +10009,7 @@
|
||||||
"kind": "let",
|
"kind": "let",
|
||||||
"description": "Specify the current page index",
|
"description": "Specify the current page index",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"value": "1",
|
"value": "0",
|
||||||
"isFunction": false,
|
"isFunction": false,
|
||||||
"isFunctionDeclaration": false,
|
"isFunctionDeclaration": false,
|
||||||
"isRequired": false,
|
"isRequired": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue