mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(multi-select): forward "on:clear" event
This commit is contained in:
parent
956b316009
commit
a016bf897c
3 changed files with 23 additions and 11 deletions
|
@ -8051,11 +8051,22 @@
|
|||
],
|
||||
"slots": [],
|
||||
"forwarded_events": [
|
||||
[
|
||||
"clear",
|
||||
{
|
||||
"start": 8393,
|
||||
"end": 8401,
|
||||
"type": "EventHandler",
|
||||
"name": "clear",
|
||||
"modifiers": [],
|
||||
"expression": null
|
||||
}
|
||||
],
|
||||
[
|
||||
"keydown",
|
||||
{
|
||||
"start": 9267,
|
||||
"end": 9277,
|
||||
"start": 9289,
|
||||
"end": 9299,
|
||||
"type": "EventHandler",
|
||||
"name": "keydown",
|
||||
"modifiers": [],
|
||||
|
@ -8065,8 +8076,8 @@
|
|||
[
|
||||
"focus",
|
||||
{
|
||||
"start": 9769,
|
||||
"end": 9777,
|
||||
"start": 9791,
|
||||
"end": 9799,
|
||||
"type": "EventHandler",
|
||||
"name": "focus",
|
||||
"modifiers": [],
|
||||
|
@ -8076,8 +8087,8 @@
|
|||
[
|
||||
"blur",
|
||||
{
|
||||
"start": 9788,
|
||||
"end": 9795,
|
||||
"start": 9810,
|
||||
"end": 9817,
|
||||
"type": "EventHandler",
|
||||
"name": "blur",
|
||||
"modifiers": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue