mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Update the auto-generated docs/types
This commit is contained in:
parent
31549e99af
commit
d618616943
3 changed files with 10 additions and 1 deletions
|
@ -4522,6 +4522,9 @@ None.
|
||||||
| input | forwarded | -- |
|
| input | forwarded | -- |
|
||||||
| focus | forwarded | -- |
|
| focus | forwarded | -- |
|
||||||
| blur | forwarded | -- |
|
| blur | forwarded | -- |
|
||||||
|
| keyup | forwarded | -- |
|
||||||
|
| keydown | forwarded | -- |
|
||||||
|
| paste | forwarded | -- |
|
||||||
|
|
||||||
## `Tooltip`
|
## `Tooltip`
|
||||||
|
|
||||||
|
|
|
@ -13873,7 +13873,10 @@
|
||||||
{ "type": "forwarded", "name": "change", "element": "Search" },
|
{ "type": "forwarded", "name": "change", "element": "Search" },
|
||||||
{ "type": "forwarded", "name": "input", "element": "Search" },
|
{ "type": "forwarded", "name": "input", "element": "Search" },
|
||||||
{ "type": "forwarded", "name": "focus", "element": "Search" },
|
{ "type": "forwarded", "name": "focus", "element": "Search" },
|
||||||
{ "type": "forwarded", "name": "blur", "element": "Search" }
|
{ "type": "forwarded", "name": "blur", "element": "Search" },
|
||||||
|
{ "type": "forwarded", "name": "keyup", "element": "Search" },
|
||||||
|
{ "type": "forwarded", "name": "keydown", "element": "Search" },
|
||||||
|
{ "type": "forwarded", "name": "paste", "element": "Search" }
|
||||||
],
|
],
|
||||||
"typedefs": [],
|
"typedefs": [],
|
||||||
"rest_props": { "type": "Element", "name": "input" }
|
"rest_props": { "type": "Element", "name": "input" }
|
||||||
|
|
3
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
3
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -71,6 +71,9 @@ export default class ToolbarSearch extends SvelteComponentTyped<
|
||||||
input: WindowEventMap["input"];
|
input: WindowEventMap["input"];
|
||||||
focus: WindowEventMap["focus"];
|
focus: WindowEventMap["focus"];
|
||||||
blur: WindowEventMap["blur"];
|
blur: WindowEventMap["blur"];
|
||||||
|
keyup: WindowEventMap["keyup"];
|
||||||
|
keydown: WindowEventMap["keydown"];
|
||||||
|
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||||
},
|
},
|
||||||
{}
|
{}
|
||||||
> {}
|
> {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue