@envive-ai/react-toolkit-v3 0.3.37 → 0.3.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/components/index.d.cts +2 -2
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +174 -174
- package/dist/Container/Container.d.ts +174 -174
- package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/ProductCard/ProductCard.d.cts +2 -2
- package/dist/ProductCard/ProductCard.d.ts +2 -2
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +4 -4
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +6 -6
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
|
|
4
4
|
declare const CssVariablesEditorComponent: ({
|
|
5
5
|
selectedMerchantName
|
|
6
6
|
}: {
|
|
7
7
|
selectedMerchantName: string;
|
|
8
|
-
}) =>
|
|
8
|
+
}) => react_jsx_runtime35.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts
|
|
4
4
|
declare const CssVariablesEditorComponent: ({
|
|
5
5
|
selectedMerchantName
|
|
6
6
|
}: {
|
|
7
7
|
selectedMerchantName: string;
|
|
8
|
-
}) =>
|
|
8
|
+
}) => react_jsx_runtime29.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CssVariablesEditorComponent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -12,6 +12,6 @@ declare const Carousel: ({
|
|
|
12
12
|
badgeContent,
|
|
13
13
|
theme,
|
|
14
14
|
hideNavigation
|
|
15
|
-
}: CarouselProps) =>
|
|
15
|
+
}: CarouselProps) => react_jsx_runtime33.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CarouselProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Carousel/Carousel.d.ts
|
|
5
5
|
declare const Carousel: ({
|
|
@@ -12,6 +12,6 @@ declare const Carousel: ({
|
|
|
12
12
|
badgeContent,
|
|
13
13
|
theme,
|
|
14
14
|
hideNavigation
|
|
15
|
-
}: CarouselProps) =>
|
|
15
|
+
}: CarouselProps) => react_jsx_runtime31.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { Carousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatFooterProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatFooter/ChatFooter.d.ts
|
|
5
5
|
declare const ChatFooter: ({
|
|
@@ -24,6 +24,6 @@ declare const ChatFooter: ({
|
|
|
24
24
|
voiceInputEnabled,
|
|
25
25
|
onTranscriptionStarted,
|
|
26
26
|
onTranscriptionCompleted
|
|
27
|
-
}: ChatFooterProps) =>
|
|
27
|
+
}: ChatFooterProps) => react_jsx_runtime36.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ChatFooter };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LayoutProps } from "./Layout.cjs";
|
|
2
2
|
import { PromptSuggestionsProps } from "./PromptSuggestions.cjs";
|
|
3
3
|
import { TextFieldProps } from "../../TextField/types/index.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react10 from "react";
|
|
5
5
|
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/ChatFooter/components/index.d.ts
|
|
@@ -24,7 +24,7 @@ declare const ChatFooterComponents: {
|
|
|
24
24
|
}: {
|
|
25
25
|
className?: string;
|
|
26
26
|
style?: React.CSSProperties;
|
|
27
|
-
}) =>
|
|
27
|
+
}) => react10.ReactElement<react10.SVGProps<SVGSVGElement>, string | react10.JSXElementConstructor<any>>;
|
|
28
28
|
PromptSuggestions: ({
|
|
29
29
|
theme,
|
|
30
30
|
suggestions,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LayoutProps } from "./Layout.js";
|
|
2
2
|
import { PromptSuggestionsProps } from "./PromptSuggestions.js";
|
|
3
3
|
import { TextFieldProps } from "../../TextField/types/index.js";
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
4
|
+
import * as react181 from "react";
|
|
5
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/ChatFooter/components/index.d.ts
|
|
8
8
|
declare const ChatFooterComponents: {
|
|
@@ -18,13 +18,13 @@ declare const ChatFooterComponents: {
|
|
|
18
18
|
testId,
|
|
19
19
|
className,
|
|
20
20
|
style
|
|
21
|
-
}: LayoutProps) =>
|
|
21
|
+
}: LayoutProps) => react_jsx_runtime34.JSX.Element;
|
|
22
22
|
EnviveLogo: ({
|
|
23
23
|
style
|
|
24
24
|
}: {
|
|
25
25
|
className?: string;
|
|
26
26
|
style?: React.CSSProperties;
|
|
27
|
-
}) =>
|
|
27
|
+
}) => react181.ReactElement<react181.SVGProps<SVGSVGElement>, string | react181.JSXElementConstructor<any>>;
|
|
28
28
|
PromptSuggestions: ({
|
|
29
29
|
theme,
|
|
30
30
|
suggestions,
|
|
@@ -33,7 +33,7 @@ declare const ChatFooterComponents: {
|
|
|
33
33
|
style,
|
|
34
34
|
disabled,
|
|
35
35
|
parentWidget
|
|
36
|
-
}: PromptSuggestionsProps) =>
|
|
36
|
+
}: PromptSuggestionsProps) => react_jsx_runtime34.JSX.Element;
|
|
37
37
|
TextField: ({
|
|
38
38
|
theme,
|
|
39
39
|
placeholder,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatHeaderProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatHeader/ChatHeader.d.ts
|
|
5
5
|
declare const ChatHeader: ({
|
|
@@ -21,6 +21,6 @@ declare const ChatHeader: ({
|
|
|
21
21
|
headerBgColor,
|
|
22
22
|
onClose,
|
|
23
23
|
onToggle
|
|
24
|
-
}: ChatHeaderProps) =>
|
|
24
|
+
}: ChatHeaderProps) => react_jsx_runtime26.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ChatHeader };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreview/ChatPreview.d.ts
|
|
5
5
|
declare const ChatPreview: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewProps) =>
|
|
10
|
+
}: ChatPreviewProps) => react_jsx_runtime34.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreview };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreview/ChatPreview.d.ts
|
|
5
5
|
declare const ChatPreview: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreview: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewProps) =>
|
|
10
|
+
}: ChatPreviewProps) => react_jsx_runtime32.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreview };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewComparisonProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
|
|
5
5
|
declare const ChatPreviewComparison: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewComparisonProps) =>
|
|
10
|
+
}: ChatPreviewComparisonProps) => react_jsx_runtime23.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreviewComparison };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewComparisonProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewComparison/ChatPreviewComparison.d.ts
|
|
5
5
|
declare const ChatPreviewComparison: ({
|
|
@@ -7,6 +7,6 @@ declare const ChatPreviewComparison: ({
|
|
|
7
7
|
widgetContentProps,
|
|
8
8
|
widgetStyleProps,
|
|
9
9
|
widgetEventProps
|
|
10
|
-
}: ChatPreviewComparisonProps) =>
|
|
10
|
+
}: ChatPreviewComparisonProps) => react_jsx_runtime27.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ChatPreviewComparison };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime26.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime25.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ContainerProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react13 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Container/Container.d.ts
|
|
5
5
|
|
|
@@ -17,10 +17,16 @@ declare const Container: ({
|
|
|
17
17
|
fluid,
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
|
-
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) =>
|
|
21
|
-
color?: string | undefined;
|
|
22
|
-
slot?: string | undefined;
|
|
20
|
+
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react13.DetailedReactHTMLElement<{
|
|
23
21
|
title?: string | undefined;
|
|
22
|
+
onSelect?: react13.ReactEventHandler<HTMLElement>;
|
|
23
|
+
onDrag?: react13.DragEventHandler<HTMLElement>;
|
|
24
|
+
onMouseDown?: react13.MouseEventHandler<HTMLElement>;
|
|
25
|
+
onMouseUp?: react13.MouseEventHandler<HTMLElement>;
|
|
26
|
+
onTouchStart?: react13.TouchEventHandler<HTMLElement>;
|
|
27
|
+
onTouchEnd?: react13.TouchEventHandler<HTMLElement>;
|
|
28
|
+
slot?: string | undefined;
|
|
29
|
+
color?: string | undefined;
|
|
24
30
|
"aria-label"?: string | undefined;
|
|
25
31
|
defaultChecked?: boolean | undefined;
|
|
26
32
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -41,7 +47,7 @@ declare const Container: ({
|
|
|
41
47
|
tabIndex?: number | undefined;
|
|
42
48
|
translate?: "yes" | "no" | undefined;
|
|
43
49
|
radioGroup?: string | undefined;
|
|
44
|
-
role?:
|
|
50
|
+
role?: react13.AriaRole | undefined;
|
|
45
51
|
about?: string | undefined;
|
|
46
52
|
content?: string | undefined;
|
|
47
53
|
datatype?: string | undefined;
|
|
@@ -126,176 +132,170 @@ declare const Container: ({
|
|
|
126
132
|
dangerouslySetInnerHTML?: {
|
|
127
133
|
__html: string | TrustedHTML;
|
|
128
134
|
} | undefined;
|
|
129
|
-
onCopy?:
|
|
130
|
-
onCopyCapture?:
|
|
131
|
-
onCut?:
|
|
132
|
-
onCutCapture?:
|
|
133
|
-
onPaste?:
|
|
134
|
-
onPasteCapture?:
|
|
135
|
-
onCompositionEnd?:
|
|
136
|
-
onCompositionEndCapture?:
|
|
137
|
-
onCompositionStart?:
|
|
138
|
-
onCompositionStartCapture?:
|
|
139
|
-
onCompositionUpdate?:
|
|
140
|
-
onCompositionUpdateCapture?:
|
|
141
|
-
onFocus?:
|
|
142
|
-
onFocusCapture?:
|
|
143
|
-
onBlur?:
|
|
144
|
-
onBlurCapture?:
|
|
145
|
-
onChange?:
|
|
146
|
-
onChangeCapture?:
|
|
147
|
-
onBeforeInput?:
|
|
148
|
-
onBeforeInputCapture?:
|
|
149
|
-
onInput?:
|
|
150
|
-
onInputCapture?:
|
|
151
|
-
onReset?:
|
|
152
|
-
onResetCapture?:
|
|
153
|
-
onSubmit?:
|
|
154
|
-
onSubmitCapture?:
|
|
155
|
-
onInvalid?:
|
|
156
|
-
onInvalidCapture?:
|
|
157
|
-
onLoad?:
|
|
158
|
-
onLoadCapture?:
|
|
159
|
-
onError?:
|
|
160
|
-
onErrorCapture?:
|
|
161
|
-
onKeyDown?:
|
|
162
|
-
onKeyDownCapture?:
|
|
163
|
-
onKeyPress?:
|
|
164
|
-
onKeyPressCapture?:
|
|
165
|
-
onKeyUp?:
|
|
166
|
-
onKeyUpCapture?:
|
|
167
|
-
onAbort?:
|
|
168
|
-
onAbortCapture?:
|
|
169
|
-
onCanPlay?:
|
|
170
|
-
onCanPlayCapture?:
|
|
171
|
-
onCanPlayThrough?:
|
|
172
|
-
onCanPlayThroughCapture?:
|
|
173
|
-
onDurationChange?:
|
|
174
|
-
onDurationChangeCapture?:
|
|
175
|
-
onEmptied?:
|
|
176
|
-
onEmptiedCapture?:
|
|
177
|
-
onEncrypted?:
|
|
178
|
-
onEncryptedCapture?:
|
|
179
|
-
onEnded?:
|
|
180
|
-
onEndedCapture?:
|
|
181
|
-
onLoadedData?:
|
|
182
|
-
onLoadedDataCapture?:
|
|
183
|
-
onLoadedMetadata?:
|
|
184
|
-
onLoadedMetadataCapture?:
|
|
185
|
-
onLoadStart?:
|
|
186
|
-
onLoadStartCapture?:
|
|
187
|
-
onPause?:
|
|
188
|
-
onPauseCapture?:
|
|
189
|
-
onPlay?:
|
|
190
|
-
onPlayCapture?:
|
|
191
|
-
onPlaying?:
|
|
192
|
-
onPlayingCapture?:
|
|
193
|
-
onProgress?:
|
|
194
|
-
onProgressCapture?:
|
|
195
|
-
onRateChange?:
|
|
196
|
-
onRateChangeCapture?:
|
|
197
|
-
onSeeked?:
|
|
198
|
-
onSeekedCapture?:
|
|
199
|
-
onSeeking?:
|
|
200
|
-
onSeekingCapture?:
|
|
201
|
-
onStalled?:
|
|
202
|
-
onStalledCapture?:
|
|
203
|
-
onSuspend?:
|
|
204
|
-
onSuspendCapture?:
|
|
205
|
-
onTimeUpdate?:
|
|
206
|
-
onTimeUpdateCapture?:
|
|
207
|
-
onVolumeChange?:
|
|
208
|
-
onVolumeChangeCapture?:
|
|
209
|
-
onWaiting?:
|
|
210
|
-
onWaitingCapture?:
|
|
211
|
-
onAuxClick?:
|
|
212
|
-
onAuxClickCapture?:
|
|
213
|
-
onClick?:
|
|
214
|
-
onClickCapture?:
|
|
215
|
-
onContextMenu?:
|
|
216
|
-
onContextMenuCapture?:
|
|
217
|
-
onDoubleClick?:
|
|
218
|
-
onDoubleClickCapture?:
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
onTransitionEnd?: react7.TransitionEventHandler<HTMLElement>;
|
|
292
|
-
onTransitionEndCapture?: react7.TransitionEventHandler<HTMLElement>;
|
|
293
|
-
onTransitionRun?: react7.TransitionEventHandler<HTMLElement>;
|
|
294
|
-
onTransitionRunCapture?: react7.TransitionEventHandler<HTMLElement>;
|
|
295
|
-
onTransitionStart?: react7.TransitionEventHandler<HTMLElement>;
|
|
296
|
-
onTransitionStartCapture?: react7.TransitionEventHandler<HTMLElement>;
|
|
135
|
+
onCopy?: react13.ClipboardEventHandler<HTMLElement>;
|
|
136
|
+
onCopyCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
137
|
+
onCut?: react13.ClipboardEventHandler<HTMLElement>;
|
|
138
|
+
onCutCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
139
|
+
onPaste?: react13.ClipboardEventHandler<HTMLElement>;
|
|
140
|
+
onPasteCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
141
|
+
onCompositionEnd?: react13.CompositionEventHandler<HTMLElement>;
|
|
142
|
+
onCompositionEndCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
143
|
+
onCompositionStart?: react13.CompositionEventHandler<HTMLElement>;
|
|
144
|
+
onCompositionStartCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
145
|
+
onCompositionUpdate?: react13.CompositionEventHandler<HTMLElement>;
|
|
146
|
+
onCompositionUpdateCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
147
|
+
onFocus?: react13.FocusEventHandler<HTMLElement>;
|
|
148
|
+
onFocusCapture?: react13.FocusEventHandler<HTMLElement>;
|
|
149
|
+
onBlur?: react13.FocusEventHandler<HTMLElement>;
|
|
150
|
+
onBlurCapture?: react13.FocusEventHandler<HTMLElement>;
|
|
151
|
+
onChange?: react13.FormEventHandler<HTMLElement>;
|
|
152
|
+
onChangeCapture?: react13.FormEventHandler<HTMLElement>;
|
|
153
|
+
onBeforeInput?: react13.InputEventHandler<HTMLElement>;
|
|
154
|
+
onBeforeInputCapture?: react13.FormEventHandler<HTMLElement>;
|
|
155
|
+
onInput?: react13.FormEventHandler<HTMLElement>;
|
|
156
|
+
onInputCapture?: react13.FormEventHandler<HTMLElement>;
|
|
157
|
+
onReset?: react13.FormEventHandler<HTMLElement>;
|
|
158
|
+
onResetCapture?: react13.FormEventHandler<HTMLElement>;
|
|
159
|
+
onSubmit?: react13.FormEventHandler<HTMLElement>;
|
|
160
|
+
onSubmitCapture?: react13.FormEventHandler<HTMLElement>;
|
|
161
|
+
onInvalid?: react13.FormEventHandler<HTMLElement>;
|
|
162
|
+
onInvalidCapture?: react13.FormEventHandler<HTMLElement>;
|
|
163
|
+
onLoad?: react13.ReactEventHandler<HTMLElement>;
|
|
164
|
+
onLoadCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
165
|
+
onError?: react13.ReactEventHandler<HTMLElement>;
|
|
166
|
+
onErrorCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
167
|
+
onKeyDown?: react13.KeyboardEventHandler<HTMLElement>;
|
|
168
|
+
onKeyDownCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
169
|
+
onKeyPress?: react13.KeyboardEventHandler<HTMLElement>;
|
|
170
|
+
onKeyPressCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
171
|
+
onKeyUp?: react13.KeyboardEventHandler<HTMLElement>;
|
|
172
|
+
onKeyUpCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
173
|
+
onAbort?: react13.ReactEventHandler<HTMLElement>;
|
|
174
|
+
onAbortCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
175
|
+
onCanPlay?: react13.ReactEventHandler<HTMLElement>;
|
|
176
|
+
onCanPlayCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
177
|
+
onCanPlayThrough?: react13.ReactEventHandler<HTMLElement>;
|
|
178
|
+
onCanPlayThroughCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
179
|
+
onDurationChange?: react13.ReactEventHandler<HTMLElement>;
|
|
180
|
+
onDurationChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
181
|
+
onEmptied?: react13.ReactEventHandler<HTMLElement>;
|
|
182
|
+
onEmptiedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
183
|
+
onEncrypted?: react13.ReactEventHandler<HTMLElement>;
|
|
184
|
+
onEncryptedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
185
|
+
onEnded?: react13.ReactEventHandler<HTMLElement>;
|
|
186
|
+
onEndedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
187
|
+
onLoadedData?: react13.ReactEventHandler<HTMLElement>;
|
|
188
|
+
onLoadedDataCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
189
|
+
onLoadedMetadata?: react13.ReactEventHandler<HTMLElement>;
|
|
190
|
+
onLoadedMetadataCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
191
|
+
onLoadStart?: react13.ReactEventHandler<HTMLElement>;
|
|
192
|
+
onLoadStartCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
193
|
+
onPause?: react13.ReactEventHandler<HTMLElement>;
|
|
194
|
+
onPauseCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
195
|
+
onPlay?: react13.ReactEventHandler<HTMLElement>;
|
|
196
|
+
onPlayCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
197
|
+
onPlaying?: react13.ReactEventHandler<HTMLElement>;
|
|
198
|
+
onPlayingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
199
|
+
onProgress?: react13.ReactEventHandler<HTMLElement>;
|
|
200
|
+
onProgressCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
201
|
+
onRateChange?: react13.ReactEventHandler<HTMLElement>;
|
|
202
|
+
onRateChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
203
|
+
onSeeked?: react13.ReactEventHandler<HTMLElement>;
|
|
204
|
+
onSeekedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
205
|
+
onSeeking?: react13.ReactEventHandler<HTMLElement>;
|
|
206
|
+
onSeekingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
207
|
+
onStalled?: react13.ReactEventHandler<HTMLElement>;
|
|
208
|
+
onStalledCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
209
|
+
onSuspend?: react13.ReactEventHandler<HTMLElement>;
|
|
210
|
+
onSuspendCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
211
|
+
onTimeUpdate?: react13.ReactEventHandler<HTMLElement>;
|
|
212
|
+
onTimeUpdateCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
213
|
+
onVolumeChange?: react13.ReactEventHandler<HTMLElement>;
|
|
214
|
+
onVolumeChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
215
|
+
onWaiting?: react13.ReactEventHandler<HTMLElement>;
|
|
216
|
+
onWaitingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
217
|
+
onAuxClick?: react13.MouseEventHandler<HTMLElement>;
|
|
218
|
+
onAuxClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
219
|
+
onClick?: react13.MouseEventHandler<HTMLElement>;
|
|
220
|
+
onClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
221
|
+
onContextMenu?: react13.MouseEventHandler<HTMLElement>;
|
|
222
|
+
onContextMenuCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
223
|
+
onDoubleClick?: react13.MouseEventHandler<HTMLElement>;
|
|
224
|
+
onDoubleClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
225
|
+
onDragCapture?: react13.DragEventHandler<HTMLElement>;
|
|
226
|
+
onDragEnd?: react13.DragEventHandler<HTMLElement>;
|
|
227
|
+
onDragEndCapture?: react13.DragEventHandler<HTMLElement>;
|
|
228
|
+
onDragEnter?: react13.DragEventHandler<HTMLElement>;
|
|
229
|
+
onDragEnterCapture?: react13.DragEventHandler<HTMLElement>;
|
|
230
|
+
onDragExit?: react13.DragEventHandler<HTMLElement>;
|
|
231
|
+
onDragExitCapture?: react13.DragEventHandler<HTMLElement>;
|
|
232
|
+
onDragLeave?: react13.DragEventHandler<HTMLElement>;
|
|
233
|
+
onDragLeaveCapture?: react13.DragEventHandler<HTMLElement>;
|
|
234
|
+
onDragOver?: react13.DragEventHandler<HTMLElement>;
|
|
235
|
+
onDragOverCapture?: react13.DragEventHandler<HTMLElement>;
|
|
236
|
+
onDragStart?: react13.DragEventHandler<HTMLElement>;
|
|
237
|
+
onDragStartCapture?: react13.DragEventHandler<HTMLElement>;
|
|
238
|
+
onDrop?: react13.DragEventHandler<HTMLElement>;
|
|
239
|
+
onDropCapture?: react13.DragEventHandler<HTMLElement>;
|
|
240
|
+
onMouseDownCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
241
|
+
onMouseEnter?: react13.MouseEventHandler<HTMLElement>;
|
|
242
|
+
onMouseLeave?: react13.MouseEventHandler<HTMLElement>;
|
|
243
|
+
onMouseMove?: react13.MouseEventHandler<HTMLElement>;
|
|
244
|
+
onMouseMoveCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
245
|
+
onMouseOut?: react13.MouseEventHandler<HTMLElement>;
|
|
246
|
+
onMouseOutCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
247
|
+
onMouseOver?: react13.MouseEventHandler<HTMLElement>;
|
|
248
|
+
onMouseOverCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
249
|
+
onMouseUpCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
250
|
+
onSelectCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
251
|
+
onTouchCancel?: react13.TouchEventHandler<HTMLElement>;
|
|
252
|
+
onTouchCancelCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
253
|
+
onTouchEndCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
254
|
+
onTouchMove?: react13.TouchEventHandler<HTMLElement>;
|
|
255
|
+
onTouchMoveCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
256
|
+
onTouchStartCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
257
|
+
onPointerDown?: react13.PointerEventHandler<HTMLElement>;
|
|
258
|
+
onPointerDownCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
259
|
+
onPointerMove?: react13.PointerEventHandler<HTMLElement>;
|
|
260
|
+
onPointerMoveCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
261
|
+
onPointerUp?: react13.PointerEventHandler<HTMLElement>;
|
|
262
|
+
onPointerUpCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
263
|
+
onPointerCancel?: react13.PointerEventHandler<HTMLElement>;
|
|
264
|
+
onPointerCancelCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
265
|
+
onPointerEnter?: react13.PointerEventHandler<HTMLElement>;
|
|
266
|
+
onPointerLeave?: react13.PointerEventHandler<HTMLElement>;
|
|
267
|
+
onPointerOver?: react13.PointerEventHandler<HTMLElement>;
|
|
268
|
+
onPointerOverCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
269
|
+
onPointerOut?: react13.PointerEventHandler<HTMLElement>;
|
|
270
|
+
onPointerOutCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
271
|
+
onGotPointerCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
272
|
+
onGotPointerCaptureCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
273
|
+
onLostPointerCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
274
|
+
onLostPointerCaptureCapture?: react13.PointerEventHandler<HTMLElement>;
|
|
275
|
+
onScroll?: react13.UIEventHandler<HTMLElement>;
|
|
276
|
+
onScrollCapture?: react13.UIEventHandler<HTMLElement>;
|
|
277
|
+
onScrollEnd?: react13.UIEventHandler<HTMLElement>;
|
|
278
|
+
onScrollEndCapture?: react13.UIEventHandler<HTMLElement>;
|
|
279
|
+
onWheel?: react13.WheelEventHandler<HTMLElement>;
|
|
280
|
+
onWheelCapture?: react13.WheelEventHandler<HTMLElement>;
|
|
281
|
+
onAnimationStart?: react13.AnimationEventHandler<HTMLElement>;
|
|
282
|
+
onAnimationStartCapture?: react13.AnimationEventHandler<HTMLElement>;
|
|
283
|
+
onAnimationEnd?: react13.AnimationEventHandler<HTMLElement>;
|
|
284
|
+
onAnimationEndCapture?: react13.AnimationEventHandler<HTMLElement>;
|
|
285
|
+
onAnimationIteration?: react13.AnimationEventHandler<HTMLElement>;
|
|
286
|
+
onAnimationIterationCapture?: react13.AnimationEventHandler<HTMLElement>;
|
|
287
|
+
onToggle?: react13.ToggleEventHandler<HTMLElement>;
|
|
288
|
+
onBeforeToggle?: react13.ToggleEventHandler<HTMLElement>;
|
|
289
|
+
onTransitionCancel?: react13.TransitionEventHandler<HTMLElement>;
|
|
290
|
+
onTransitionCancelCapture?: react13.TransitionEventHandler<HTMLElement>;
|
|
291
|
+
onTransitionEnd?: react13.TransitionEventHandler<HTMLElement>;
|
|
292
|
+
onTransitionEndCapture?: react13.TransitionEventHandler<HTMLElement>;
|
|
293
|
+
onTransitionRun?: react13.TransitionEventHandler<HTMLElement>;
|
|
294
|
+
onTransitionRunCapture?: react13.TransitionEventHandler<HTMLElement>;
|
|
295
|
+
onTransitionStart?: react13.TransitionEventHandler<HTMLElement>;
|
|
296
|
+
onTransitionStartCapture?: react13.TransitionEventHandler<HTMLElement>;
|
|
297
297
|
className: string;
|
|
298
|
-
style:
|
|
298
|
+
style: react13.CSSProperties;
|
|
299
299
|
id: string;
|
|
300
300
|
'data-testid': string;
|
|
301
301
|
}, HTMLElement>;
|