diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 24a32634..f179c375 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -572,7 +572,7 @@ None.
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
| animationend | forwarded | -- |
-| copy | dispatched | -- |
+| copy | dispatched | null
|
## `CodeSnippetSkeleton`
@@ -726,10 +726,10 @@ export interface ComboBoxItem {
| mouseover | forwarded | -- |
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
-| submit | dispatched | -- |
-| click:button--primary | dispatched | -- |
-| close | dispatched | -- |
-| open | dispatched | -- |
+| submit | dispatched | null
|
+| click:button--primary | dispatched | null
|
+| close | dispatched | null
|
+| open | dispatched | null
|
## `Content`
@@ -799,7 +799,7 @@ None.
| open | dispatched | HTMLElement
|
| click | forwarded | -- |
| keydown | forwarded | -- |
-| close | dispatched | -- |
+| close | dispatched | null
|
## `ContextMenuDivider`
@@ -862,12 +862,12 @@ None.
### Events
-| Event name | Type | Detail |
-| :--------- | :--------- | :----- |
-| keydown | forwarded | -- |
-| mouseenter | forwarded | -- |
-| mouseleave | forwarded | -- |
-| click | dispatched | -- |
+| Event name | Type | Detail |
+| :--------- | :--------- | :---------------- |
+| keydown | forwarded | -- |
+| mouseenter | forwarded | -- |
+| mouseleave | forwarded | -- |
+| click | dispatched | null
|
## `ContextMenuRadioGroup`
@@ -906,11 +906,11 @@ None.
### Events
-| Event name | Type | Detail |
-| :----------- | :--------- | :----- |
-| click | forwarded | -- |
-| animationend | forwarded | -- |
-| copy | dispatched | -- |
+| Event name | Type | Detail |
+| :----------- | :--------- | :---------------- |
+| click | forwarded | -- |
+| animationend | forwarded | -- |
+| copy | dispatched | null
|
## `DataTable`
@@ -1888,13 +1888,13 @@ None.
### Events
-| Event name | Type | Detail |
-| :--------- | :--------- | :----- |
-| click | forwarded | -- |
-| mouseover | forwarded | -- |
-| mouseenter | forwarded | -- |
-| mouseleave | forwarded | -- |
-| success | dispatched | -- |
+| Event name | Type | Detail |
+| :--------- | :--------- | :---------------- |
+| click | forwarded | -- |
+| mouseover | forwarded | -- |
+| mouseenter | forwarded | -- |
+| mouseleave | forwarded | -- |
+| success | dispatched | null
|
## `InlineNotification`
@@ -2235,10 +2235,10 @@ None.
| mouseover | forwarded | -- |
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
-| submit | dispatched | -- |
-| click:button--primary | dispatched | -- |
-| close | dispatched | -- |
-| open | dispatched | -- |
+| submit | dispatched | null
|
+| click:button--primary | dispatched | null
|
+| close | dispatched | null
|
+| open | dispatched | null
|
## `ModalBody`
@@ -2785,9 +2785,9 @@ None.
### Events
-| Event name | Type | Detail |
-| :------------ | :--------- | :----- |
-| click:outside | dispatched | -- |
+| Event name | Type | Detail |
+| :------------ | :--------- | :---------------- |
+| click:outside | dispatched | null
|
## `ProgressBar`
@@ -3101,7 +3101,7 @@ None.
| blur | forwarded | -- |
| keydown | forwarded | -- |
| keyup | forwarded | -- |
-| clear | dispatched | -- |
+| clear | dispatched | null
|
## `SearchSkeleton`
@@ -3966,13 +3966,13 @@ None.
### Events
-| Event name | Type | Detail |
-| :--------- | :--------- | :----- |
-| click | forwarded | -- |
-| mouseover | forwarded | -- |
-| mouseenter | forwarded | -- |
-| mouseleave | forwarded | -- |
-| close | dispatched | -- |
+| Event name | Type | Detail |
+| :--------- | :--------- | :---------------- |
+| click | forwarded | -- |
+| mouseover | forwarded | -- |
+| mouseenter | forwarded | -- |
+| mouseleave | forwarded | -- |
+| close | dispatched | null
|
## `TagSkeleton`
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 2310113f..3884fb56 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -1185,7 +1185,7 @@
"name": "animationend",
"element": "CopyButton"
},
- { "type": "dispatched", "name": "copy" }
+ { "type": "dispatched", "name": "copy", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "CodeSnippetSkeleton" }
@@ -1759,10 +1759,14 @@
{ "type": "forwarded", "name": "mouseover", "element": "div" },
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
- { "type": "dispatched", "name": "submit" },
- { "type": "dispatched", "name": "click:button--primary" },
- { "type": "dispatched", "name": "close" },
- { "type": "dispatched", "name": "open" }
+ { "type": "dispatched", "name": "submit", "detail": "null" },
+ {
+ "type": "dispatched",
+ "name": "click:button--primary",
+ "detail": "null"
+ },
+ { "type": "dispatched", "name": "close", "detail": "null" },
+ { "type": "dispatched", "name": "open", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
@@ -1893,7 +1897,7 @@
{ "type": "dispatched", "name": "open", "detail": "HTMLElement" },
{ "type": "forwarded", "name": "click", "element": "ul" },
{ "type": "forwarded", "name": "keydown", "element": "ul" },
- { "type": "dispatched", "name": "close" }
+ { "type": "dispatched", "name": "close", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "ul" }
@@ -2078,7 +2082,7 @@
{ "type": "forwarded", "name": "keydown", "element": "li" },
{ "type": "forwarded", "name": "mouseenter", "element": "li" },
{ "type": "forwarded", "name": "mouseleave", "element": "li" },
- { "type": "dispatched", "name": "click" }
+ { "type": "dispatched", "name": "click", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "li" }
@@ -2179,7 +2183,7 @@
"events": [
{ "type": "forwarded", "name": "click", "element": "button" },
{ "type": "forwarded", "name": "animationend", "element": "button" },
- { "type": "dispatched", "name": "copy" }
+ { "type": "dispatched", "name": "copy", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "button" }
@@ -5135,7 +5139,7 @@
{ "type": "forwarded", "name": "mouseover", "element": "div" },
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
- { "type": "dispatched", "name": "success" }
+ { "type": "dispatched", "name": "success", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
@@ -6172,10 +6176,14 @@
{ "type": "forwarded", "name": "mouseover", "element": "div" },
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
- { "type": "dispatched", "name": "submit" },
- { "type": "dispatched", "name": "click:button--primary" },
- { "type": "dispatched", "name": "close" },
- { "type": "dispatched", "name": "open" }
+ { "type": "dispatched", "name": "submit", "detail": "null" },
+ {
+ "type": "dispatched",
+ "name": "click:button--primary",
+ "detail": "null"
+ },
+ { "type": "dispatched", "name": "close", "detail": "null" },
+ { "type": "dispatched", "name": "open", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
@@ -8254,7 +8262,9 @@
],
"moduleExports": [],
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
- "events": [{ "type": "dispatched", "name": "click:outside" }],
+ "events": [
+ { "type": "dispatched", "name": "click:outside", "detail": "null" }
+ ],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
},
@@ -9270,7 +9280,7 @@
{ "type": "forwarded", "name": "blur", "element": "input" },
{ "type": "forwarded", "name": "keydown", "element": "input" },
{ "type": "forwarded", "name": "keyup", "element": "input" },
- { "type": "dispatched", "name": "clear" }
+ { "type": "dispatched", "name": "clear", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "InlineComponent", "name": "SearchSkeleton" }
@@ -11327,7 +11337,7 @@
{ "type": "forwarded", "name": "mouseover", "element": "TagSkeleton" },
{ "type": "forwarded", "name": "mouseenter", "element": "TagSkeleton" },
{ "type": "forwarded", "name": "mouseleave", "element": "TagSkeleton" },
- { "type": "dispatched", "name": "close" }
+ { "type": "dispatched", "name": "close", "detail": "null" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "div | span" }
diff --git a/types/CodeSnippet/CodeSnippet.svelte.d.ts b/types/CodeSnippet/CodeSnippet.svelte.d.ts
index 35f4fa5c..e8e4db15 100644
--- a/types/CodeSnippet/CodeSnippet.svelte.d.ts
+++ b/types/CodeSnippet/CodeSnippet.svelte.d.ts
@@ -127,7 +127,7 @@ export default class CodeSnippet extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
animationend: WindowEventMap["animationend"];
- copy: CustomEvent;
+ copy: CustomEvent;
},
{ default: {} }
> {}
diff --git a/types/ComposedModal/ComposedModal.svelte.d.ts b/types/ComposedModal/ComposedModal.svelte.d.ts
index 6f512eb4..9c567667 100644
--- a/types/ComposedModal/ComposedModal.svelte.d.ts
+++ b/types/ComposedModal/ComposedModal.svelte.d.ts
@@ -55,10 +55,10 @@ export default class ComposedModal extends SvelteComponentTyped<
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
- submit: CustomEvent;
- ["click:button--primary"]: CustomEvent;
- close: CustomEvent;
- open: CustomEvent;
+ submit: CustomEvent;
+ ["click:button--primary"]: CustomEvent;
+ close: CustomEvent;
+ open: CustomEvent;
},
{ default: {} }
> {}
diff --git a/types/ContextMenu/ContextMenu.svelte.d.ts b/types/ContextMenu/ContextMenu.svelte.d.ts
index 82a5062a..c10d3709 100644
--- a/types/ContextMenu/ContextMenu.svelte.d.ts
+++ b/types/ContextMenu/ContextMenu.svelte.d.ts
@@ -42,7 +42,7 @@ export default class ContextMenu extends SvelteComponentTyped<
open: CustomEvent;
click: WindowEventMap["click"];
keydown: WindowEventMap["keydown"];
- close: CustomEvent;
+ close: CustomEvent;
},
{ default: {} }
> {}
diff --git a/types/ContextMenu/ContextMenuOption.svelte.d.ts b/types/ContextMenu/ContextMenuOption.svelte.d.ts
index bf6e3ef8..ac151b6e 100644
--- a/types/ContextMenu/ContextMenuOption.svelte.d.ts
+++ b/types/ContextMenu/ContextMenuOption.svelte.d.ts
@@ -75,7 +75,7 @@ export default class ContextMenuOption extends SvelteComponentTyped<
keydown: WindowEventMap["keydown"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
- click: CustomEvent;
+ click: CustomEvent;
},
{ default: {}; icon: {}; labelText: {}; shortcutText: {} }
> {}
diff --git a/types/CopyButton/CopyButton.svelte.d.ts b/types/CopyButton/CopyButton.svelte.d.ts
index 5332e328..fc04340b 100644
--- a/types/CopyButton/CopyButton.svelte.d.ts
+++ b/types/CopyButton/CopyButton.svelte.d.ts
@@ -39,7 +39,7 @@ export default class CopyButton extends SvelteComponentTyped<
{
click: WindowEventMap["click"];
animationend: WindowEventMap["animationend"];
- copy: CustomEvent;
+ copy: CustomEvent;
},
{}
> {}
diff --git a/types/InlineLoading/InlineLoading.svelte.d.ts b/types/InlineLoading/InlineLoading.svelte.d.ts
index bce7232e..289cff9d 100644
--- a/types/InlineLoading/InlineLoading.svelte.d.ts
+++ b/types/InlineLoading/InlineLoading.svelte.d.ts
@@ -35,7 +35,7 @@ export default class InlineLoading extends SvelteComponentTyped<
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
- success: CustomEvent;
+ success: CustomEvent;
},
{}
> {}
diff --git a/types/Modal/Modal.svelte.d.ts b/types/Modal/Modal.svelte.d.ts
index a7ed215d..8fa8dec9 100644
--- a/types/Modal/Modal.svelte.d.ts
+++ b/types/Modal/Modal.svelte.d.ts
@@ -142,10 +142,10 @@ export default class Modal extends SvelteComponentTyped<
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
- submit: CustomEvent;
- ["click:button--primary"]: CustomEvent;
- close: CustomEvent;
- open: CustomEvent;
+ submit: CustomEvent;
+ ["click:button--primary"]: CustomEvent;
+ close: CustomEvent;
+ open: CustomEvent;
},
{ default: {}; heading: {}; label: {} }
> {}
diff --git a/types/Popover/Popover.svelte.d.ts b/types/Popover/Popover.svelte.d.ts
index 6a1eda37..7e6f12b3 100644
--- a/types/Popover/Popover.svelte.d.ts
+++ b/types/Popover/Popover.svelte.d.ts
@@ -60,6 +60,6 @@ export interface PopoverProps
export default class Popover extends SvelteComponentTyped<
PopoverProps,
- { ["click:outside"]: CustomEvent },
+ { ["click:outside"]: CustomEvent },
{ default: {} }
> {}
diff --git a/types/Search/Search.svelte.d.ts b/types/Search/Search.svelte.d.ts
index f1f2970f..9bb8a2b5 100644
--- a/types/Search/Search.svelte.d.ts
+++ b/types/Search/Search.svelte.d.ts
@@ -115,7 +115,7 @@ export default class Search extends SvelteComponentTyped<
blur: WindowEventMap["blur"];
keydown: WindowEventMap["keydown"];
keyup: WindowEventMap["keyup"];
- clear: CustomEvent;
+ clear: CustomEvent;
},
{ labelText: {} }
> {}
diff --git a/types/Tag/Tag.svelte.d.ts b/types/Tag/Tag.svelte.d.ts
index a21ff89a..24b02566 100644
--- a/types/Tag/Tag.svelte.d.ts
+++ b/types/Tag/Tag.svelte.d.ts
@@ -77,7 +77,7 @@ export default class Tag extends SvelteComponentTyped<
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
- close: CustomEvent;
+ close: CustomEvent;
},
{ default: { props: { class: "bx--tag__label" } }; icon: {} }
> {}