mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
60d5282021
commit
360840edec
12 changed files with 38 additions and 8 deletions
|
@ -693,6 +693,7 @@ export interface ComboBoxItem {
|
|||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
| clear | forwarded | -- |
|
||||
| scroll | forwarded | -- |
|
||||
|
||||
|
@ -1105,6 +1106,7 @@ None.
|
|||
| keydown | forwarded | -- |
|
||||
| keyup | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `DatePickerSkeleton`
|
||||
|
||||
|
@ -1828,6 +1830,7 @@ export interface HeaderSearchResult {
|
|||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| keydown | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `HeaderUtilities`
|
||||
|
||||
|
@ -2386,6 +2389,7 @@ export interface MultiSelectItem {
|
|||
| keydown | forwarded | -- |
|
||||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `NotificationActionButton`
|
||||
|
||||
|
@ -2504,6 +2508,7 @@ export type NumberInputTranslationId = "increment" | "decrement";
|
|||
| mouseleave | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `NumberInputSkeleton`
|
||||
|
||||
|
@ -2765,6 +2770,7 @@ None.
|
|||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `Popover`
|
||||
|
||||
|
@ -3104,6 +3110,7 @@ None.
|
|||
| blur | forwarded | -- |
|
||||
| keydown | forwarded | -- |
|
||||
| keyup | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
| clear | dispatched | <code>null</code> |
|
||||
|
||||
## `SearchSkeleton`
|
||||
|
@ -4042,6 +4049,7 @@ None.
|
|||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `TextAreaSkeleton`
|
||||
|
||||
|
@ -4109,6 +4117,7 @@ None.
|
|||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `TextInputSkeleton`
|
||||
|
||||
|
@ -4251,6 +4260,7 @@ export type CarbonTheme = "white" | "g10" | "g80" | "g90" | "g100";
|
|||
| keyup | forwarded | -- |
|
||||
| focus | forwarded | -- |
|
||||
| blur | forwarded | -- |
|
||||
| paste | forwarded | -- |
|
||||
|
||||
## `TimePickerSelect`
|
||||
|
||||
|
|
|
@ -1759,6 +1759,7 @@
|
|||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" },
|
||||
{ "type": "forwarded", "name": "clear", "element": "ListBoxSelection" },
|
||||
{ "type": "forwarded", "name": "scroll", "element": "ListBoxMenu" }
|
||||
],
|
||||
|
@ -3168,7 +3169,8 @@
|
|||
{ "type": "forwarded", "name": "input", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "input" }
|
||||
|
@ -5286,7 +5288,8 @@
|
|||
{ "type": "forwarded", "name": "input", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" }
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [
|
||||
{
|
||||
|
@ -7282,7 +7285,8 @@
|
|||
},
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" }
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [
|
||||
{
|
||||
|
@ -7720,7 +7724,8 @@
|
|||
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [
|
||||
{
|
||||
|
@ -8733,7 +8738,8 @@
|
|||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "input" }
|
||||
|
@ -9919,6 +9925,7 @@
|
|||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" },
|
||||
{ "type": "dispatched", "name": "clear", "detail": "null" }
|
||||
],
|
||||
"typedefs": [],
|
||||
|
@ -12367,7 +12374,8 @@
|
|||
{ "type": "forwarded", "name": "keydown", "element": "textarea" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "textarea" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "textarea" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "textarea" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "textarea" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "textarea" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "textarea" }
|
||||
|
@ -12646,7 +12654,8 @@
|
|||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "input" }
|
||||
|
@ -13067,7 +13076,8 @@
|
|||
{ "type": "forwarded", "name": "keydown", "element": "input" },
|
||||
{ "type": "forwarded", "name": "keyup", "element": "input" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" },
|
||||
{ "type": "forwarded", "name": "paste", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "input" }
|
||||
|
|
1
types/ComboBox/ComboBox.svelte.d.ts
vendored
1
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -164,6 +164,7 @@ export default class ComboBox extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
clear: WindowEventMap["clear"];
|
||||
scroll: WindowEventMap["scroll"];
|
||||
},
|
||||
|
|
1
types/DatePicker/DatePickerInput.svelte.d.ts
vendored
1
types/DatePicker/DatePickerInput.svelte.d.ts
vendored
|
@ -107,6 +107,7 @@ export default class DatePickerInput extends SvelteComponentTyped<
|
|||
keydown: WindowEventMap["keydown"];
|
||||
keyup: WindowEventMap["keyup"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
1
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
1
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -250,6 +250,7 @@ export default class MultiSelect extends SvelteComponentTyped<
|
|||
keydown: WindowEventMap["keydown"];
|
||||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ default: { item: MultiSelectItem; index: number } }
|
||||
> {}
|
||||
|
|
1
types/NumberInput/NumberInput.svelte.d.ts
vendored
1
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -150,6 +150,7 @@ export default class NumberInput extends SvelteComponentTyped<
|
|||
mouseleave: WindowEventMap["mouseleave"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ label: {} }
|
||||
> {
|
||||
|
|
1
types/Search/Search.svelte.d.ts
vendored
1
types/Search/Search.svelte.d.ts
vendored
|
@ -115,6 +115,7 @@ export default class Search extends SvelteComponentTyped<
|
|||
blur: WindowEventMap["blur"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
keyup: WindowEventMap["keyup"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
clear: CustomEvent<null>;
|
||||
},
|
||||
{ labelText: {} }
|
||||
|
|
1
types/TextArea/TextArea.svelte.d.ts
vendored
1
types/TextArea/TextArea.svelte.d.ts
vendored
|
@ -113,6 +113,7 @@ export default class TextArea extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
1
types/TextInput/PasswordInput.svelte.d.ts
vendored
1
types/TextInput/PasswordInput.svelte.d.ts
vendored
|
@ -143,6 +143,7 @@ export default class PasswordInput extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
1
types/TextInput/TextInput.svelte.d.ts
vendored
1
types/TextInput/TextInput.svelte.d.ts
vendored
|
@ -128,6 +128,7 @@ export default class TextInput extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
> {}
|
||||
|
|
1
types/TimePicker/TimePicker.svelte.d.ts
vendored
1
types/TimePicker/TimePicker.svelte.d.ts
vendored
|
@ -107,6 +107,7 @@ export default class TimePicker extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ default: {}; labelText: {} }
|
||||
> {}
|
||||
|
|
1
types/UIShell/HeaderSearch.svelte.d.ts
vendored
1
types/UIShell/HeaderSearch.svelte.d.ts
vendored
|
@ -56,6 +56,7 @@ export default class HeaderSearch extends SvelteComponentTyped<
|
|||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ default: { result: HeaderSearchResult; index: number } }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue