@envive-ai/react-toolkit-v3 0.3.20 → 0.3.22
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/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.cjs +3 -3
- package/dist/CSSVariablesEditor/hooks/useGetDefaultCssVariables.js +3 -3
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.cjs +2 -2
- package/dist/CSSVariablesEditor/hooks/useHandleUpdateCssVars.js +2 -2
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/components/index.d.cts +5 -5
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatHeader/hooks/useGetHandleProperties.cjs +4 -4
- package/dist/ChatHeader/hooks/useGetHandleProperties.js +4 -4
- 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/Container/Container.d.cts +175 -175
- package/dist/Container/Container.d.ts +175 -175
- 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 +6 -6
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +6 -6
- package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
- 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.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/Tokens/index.cjs +4 -4
- package/dist/Tokens/index.js +4 -4
- 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/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- 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/dist/packages/components-v3/tokens/typography/typography.cjs +1 -1
- package/dist/packages/components-v3/tokens/typography/typography.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ChatHeader/hooks/useGetHandleProperties.ts +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ContainerProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react15 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Container/Container.d.ts
|
|
5
5
|
|
|
@@ -17,13 +17,8 @@ declare const Container: ({
|
|
|
17
17
|
fluid,
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
|
-
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) =>
|
|
21
|
-
|
|
22
|
-
onSubmit?: react10.FormEventHandler<HTMLElement>;
|
|
23
|
-
onFocus?: react10.FocusEventHandler<HTMLElement>;
|
|
24
|
-
color?: string | undefined;
|
|
25
|
-
slot?: string | undefined;
|
|
26
|
-
title?: string | undefined;
|
|
20
|
+
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react15.DetailedReactHTMLElement<{
|
|
21
|
+
onClick?: react15.MouseEventHandler<HTMLElement>;
|
|
27
22
|
defaultChecked?: boolean | undefined;
|
|
28
23
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
29
24
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -39,11 +34,13 @@ declare const Container: ({
|
|
|
39
34
|
hidden?: boolean | undefined;
|
|
40
35
|
lang?: string | undefined;
|
|
41
36
|
nonce?: string | undefined;
|
|
37
|
+
slot?: string | undefined;
|
|
42
38
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
43
39
|
tabIndex?: number | undefined;
|
|
40
|
+
title?: string | undefined;
|
|
44
41
|
translate?: "yes" | "no" | undefined;
|
|
45
42
|
radioGroup?: string | undefined;
|
|
46
|
-
role?:
|
|
43
|
+
role?: react15.AriaRole | undefined;
|
|
47
44
|
about?: string | undefined;
|
|
48
45
|
content?: string | undefined;
|
|
49
46
|
datatype?: string | undefined;
|
|
@@ -57,6 +54,7 @@ declare const Container: ({
|
|
|
57
54
|
vocab?: string | undefined;
|
|
58
55
|
autoCorrect?: string | undefined;
|
|
59
56
|
autoSave?: string | undefined;
|
|
57
|
+
color?: string | undefined;
|
|
60
58
|
itemProp?: string | undefined;
|
|
61
59
|
itemScope?: boolean | undefined;
|
|
62
60
|
itemType?: string | undefined;
|
|
@@ -129,173 +127,175 @@ declare const Container: ({
|
|
|
129
127
|
dangerouslySetInnerHTML?: {
|
|
130
128
|
__html: string | TrustedHTML;
|
|
131
129
|
} | undefined;
|
|
132
|
-
onCopy?:
|
|
133
|
-
onCopyCapture?:
|
|
134
|
-
onCut?:
|
|
135
|
-
onCutCapture?:
|
|
136
|
-
onPaste?:
|
|
137
|
-
onPasteCapture?:
|
|
138
|
-
onCompositionEnd?:
|
|
139
|
-
onCompositionEndCapture?:
|
|
140
|
-
onCompositionStart?:
|
|
141
|
-
onCompositionStartCapture?:
|
|
142
|
-
onCompositionUpdate?:
|
|
143
|
-
onCompositionUpdateCapture?:
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
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
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
130
|
+
onCopy?: react15.ClipboardEventHandler<HTMLElement>;
|
|
131
|
+
onCopyCapture?: react15.ClipboardEventHandler<HTMLElement>;
|
|
132
|
+
onCut?: react15.ClipboardEventHandler<HTMLElement>;
|
|
133
|
+
onCutCapture?: react15.ClipboardEventHandler<HTMLElement>;
|
|
134
|
+
onPaste?: react15.ClipboardEventHandler<HTMLElement>;
|
|
135
|
+
onPasteCapture?: react15.ClipboardEventHandler<HTMLElement>;
|
|
136
|
+
onCompositionEnd?: react15.CompositionEventHandler<HTMLElement>;
|
|
137
|
+
onCompositionEndCapture?: react15.CompositionEventHandler<HTMLElement>;
|
|
138
|
+
onCompositionStart?: react15.CompositionEventHandler<HTMLElement>;
|
|
139
|
+
onCompositionStartCapture?: react15.CompositionEventHandler<HTMLElement>;
|
|
140
|
+
onCompositionUpdate?: react15.CompositionEventHandler<HTMLElement>;
|
|
141
|
+
onCompositionUpdateCapture?: react15.CompositionEventHandler<HTMLElement>;
|
|
142
|
+
onFocus?: react15.FocusEventHandler<HTMLElement>;
|
|
143
|
+
onFocusCapture?: react15.FocusEventHandler<HTMLElement>;
|
|
144
|
+
onBlur?: react15.FocusEventHandler<HTMLElement>;
|
|
145
|
+
onBlurCapture?: react15.FocusEventHandler<HTMLElement>;
|
|
146
|
+
onChange?: react15.FormEventHandler<HTMLElement>;
|
|
147
|
+
onChangeCapture?: react15.FormEventHandler<HTMLElement>;
|
|
148
|
+
onBeforeInput?: react15.InputEventHandler<HTMLElement>;
|
|
149
|
+
onBeforeInputCapture?: react15.FormEventHandler<HTMLElement>;
|
|
150
|
+
onInput?: react15.FormEventHandler<HTMLElement>;
|
|
151
|
+
onInputCapture?: react15.FormEventHandler<HTMLElement>;
|
|
152
|
+
onReset?: react15.FormEventHandler<HTMLElement>;
|
|
153
|
+
onResetCapture?: react15.FormEventHandler<HTMLElement>;
|
|
154
|
+
onSubmit?: react15.FormEventHandler<HTMLElement>;
|
|
155
|
+
onSubmitCapture?: react15.FormEventHandler<HTMLElement>;
|
|
156
|
+
onInvalid?: react15.FormEventHandler<HTMLElement>;
|
|
157
|
+
onInvalidCapture?: react15.FormEventHandler<HTMLElement>;
|
|
158
|
+
onLoad?: react15.ReactEventHandler<HTMLElement>;
|
|
159
|
+
onLoadCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
160
|
+
onError?: react15.ReactEventHandler<HTMLElement>;
|
|
161
|
+
onErrorCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
162
|
+
onKeyDown?: react15.KeyboardEventHandler<HTMLElement>;
|
|
163
|
+
onKeyDownCapture?: react15.KeyboardEventHandler<HTMLElement>;
|
|
164
|
+
onKeyPress?: react15.KeyboardEventHandler<HTMLElement>;
|
|
165
|
+
onKeyPressCapture?: react15.KeyboardEventHandler<HTMLElement>;
|
|
166
|
+
onKeyUp?: react15.KeyboardEventHandler<HTMLElement>;
|
|
167
|
+
onKeyUpCapture?: react15.KeyboardEventHandler<HTMLElement>;
|
|
168
|
+
onAbort?: react15.ReactEventHandler<HTMLElement>;
|
|
169
|
+
onAbortCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
170
|
+
onCanPlay?: react15.ReactEventHandler<HTMLElement>;
|
|
171
|
+
onCanPlayCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
172
|
+
onCanPlayThrough?: react15.ReactEventHandler<HTMLElement>;
|
|
173
|
+
onCanPlayThroughCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
174
|
+
onDurationChange?: react15.ReactEventHandler<HTMLElement>;
|
|
175
|
+
onDurationChangeCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
176
|
+
onEmptied?: react15.ReactEventHandler<HTMLElement>;
|
|
177
|
+
onEmptiedCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
178
|
+
onEncrypted?: react15.ReactEventHandler<HTMLElement>;
|
|
179
|
+
onEncryptedCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
180
|
+
onEnded?: react15.ReactEventHandler<HTMLElement>;
|
|
181
|
+
onEndedCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
182
|
+
onLoadedData?: react15.ReactEventHandler<HTMLElement>;
|
|
183
|
+
onLoadedDataCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
184
|
+
onLoadedMetadata?: react15.ReactEventHandler<HTMLElement>;
|
|
185
|
+
onLoadedMetadataCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
186
|
+
onLoadStart?: react15.ReactEventHandler<HTMLElement>;
|
|
187
|
+
onLoadStartCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
188
|
+
onPause?: react15.ReactEventHandler<HTMLElement>;
|
|
189
|
+
onPauseCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
190
|
+
onPlay?: react15.ReactEventHandler<HTMLElement>;
|
|
191
|
+
onPlayCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
192
|
+
onPlaying?: react15.ReactEventHandler<HTMLElement>;
|
|
193
|
+
onPlayingCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
194
|
+
onProgress?: react15.ReactEventHandler<HTMLElement>;
|
|
195
|
+
onProgressCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
196
|
+
onRateChange?: react15.ReactEventHandler<HTMLElement>;
|
|
197
|
+
onRateChangeCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
198
|
+
onSeeked?: react15.ReactEventHandler<HTMLElement>;
|
|
199
|
+
onSeekedCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
200
|
+
onSeeking?: react15.ReactEventHandler<HTMLElement>;
|
|
201
|
+
onSeekingCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
202
|
+
onStalled?: react15.ReactEventHandler<HTMLElement>;
|
|
203
|
+
onStalledCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
204
|
+
onSuspend?: react15.ReactEventHandler<HTMLElement>;
|
|
205
|
+
onSuspendCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
206
|
+
onTimeUpdate?: react15.ReactEventHandler<HTMLElement>;
|
|
207
|
+
onTimeUpdateCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
208
|
+
onVolumeChange?: react15.ReactEventHandler<HTMLElement>;
|
|
209
|
+
onVolumeChangeCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
210
|
+
onWaiting?: react15.ReactEventHandler<HTMLElement>;
|
|
211
|
+
onWaitingCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
212
|
+
onAuxClick?: react15.MouseEventHandler<HTMLElement>;
|
|
213
|
+
onAuxClickCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
214
|
+
onClickCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
215
|
+
onContextMenu?: react15.MouseEventHandler<HTMLElement>;
|
|
216
|
+
onContextMenuCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
217
|
+
onDoubleClick?: react15.MouseEventHandler<HTMLElement>;
|
|
218
|
+
onDoubleClickCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
219
|
+
onDrag?: react15.DragEventHandler<HTMLElement>;
|
|
220
|
+
onDragCapture?: react15.DragEventHandler<HTMLElement>;
|
|
221
|
+
onDragEnd?: react15.DragEventHandler<HTMLElement>;
|
|
222
|
+
onDragEndCapture?: react15.DragEventHandler<HTMLElement>;
|
|
223
|
+
onDragEnter?: react15.DragEventHandler<HTMLElement>;
|
|
224
|
+
onDragEnterCapture?: react15.DragEventHandler<HTMLElement>;
|
|
225
|
+
onDragExit?: react15.DragEventHandler<HTMLElement>;
|
|
226
|
+
onDragExitCapture?: react15.DragEventHandler<HTMLElement>;
|
|
227
|
+
onDragLeave?: react15.DragEventHandler<HTMLElement>;
|
|
228
|
+
onDragLeaveCapture?: react15.DragEventHandler<HTMLElement>;
|
|
229
|
+
onDragOver?: react15.DragEventHandler<HTMLElement>;
|
|
230
|
+
onDragOverCapture?: react15.DragEventHandler<HTMLElement>;
|
|
231
|
+
onDragStart?: react15.DragEventHandler<HTMLElement>;
|
|
232
|
+
onDragStartCapture?: react15.DragEventHandler<HTMLElement>;
|
|
233
|
+
onDrop?: react15.DragEventHandler<HTMLElement>;
|
|
234
|
+
onDropCapture?: react15.DragEventHandler<HTMLElement>;
|
|
235
|
+
onMouseDown?: react15.MouseEventHandler<HTMLElement>;
|
|
236
|
+
onMouseDownCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
237
|
+
onMouseEnter?: react15.MouseEventHandler<HTMLElement>;
|
|
238
|
+
onMouseLeave?: react15.MouseEventHandler<HTMLElement>;
|
|
239
|
+
onMouseMove?: react15.MouseEventHandler<HTMLElement>;
|
|
240
|
+
onMouseMoveCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
241
|
+
onMouseOut?: react15.MouseEventHandler<HTMLElement>;
|
|
242
|
+
onMouseOutCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
243
|
+
onMouseOver?: react15.MouseEventHandler<HTMLElement>;
|
|
244
|
+
onMouseOverCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
245
|
+
onMouseUp?: react15.MouseEventHandler<HTMLElement>;
|
|
246
|
+
onMouseUpCapture?: react15.MouseEventHandler<HTMLElement>;
|
|
247
|
+
onSelect?: react15.ReactEventHandler<HTMLElement>;
|
|
248
|
+
onSelectCapture?: react15.ReactEventHandler<HTMLElement>;
|
|
249
|
+
onTouchCancel?: react15.TouchEventHandler<HTMLElement>;
|
|
250
|
+
onTouchCancelCapture?: react15.TouchEventHandler<HTMLElement>;
|
|
251
|
+
onTouchEnd?: react15.TouchEventHandler<HTMLElement>;
|
|
252
|
+
onTouchEndCapture?: react15.TouchEventHandler<HTMLElement>;
|
|
253
|
+
onTouchMove?: react15.TouchEventHandler<HTMLElement>;
|
|
254
|
+
onTouchMoveCapture?: react15.TouchEventHandler<HTMLElement>;
|
|
255
|
+
onTouchStart?: react15.TouchEventHandler<HTMLElement>;
|
|
256
|
+
onTouchStartCapture?: react15.TouchEventHandler<HTMLElement>;
|
|
257
|
+
onPointerDown?: react15.PointerEventHandler<HTMLElement>;
|
|
258
|
+
onPointerDownCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
259
|
+
onPointerMove?: react15.PointerEventHandler<HTMLElement>;
|
|
260
|
+
onPointerMoveCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
261
|
+
onPointerUp?: react15.PointerEventHandler<HTMLElement>;
|
|
262
|
+
onPointerUpCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
263
|
+
onPointerCancel?: react15.PointerEventHandler<HTMLElement>;
|
|
264
|
+
onPointerCancelCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
265
|
+
onPointerEnter?: react15.PointerEventHandler<HTMLElement>;
|
|
266
|
+
onPointerLeave?: react15.PointerEventHandler<HTMLElement>;
|
|
267
|
+
onPointerOver?: react15.PointerEventHandler<HTMLElement>;
|
|
268
|
+
onPointerOverCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
269
|
+
onPointerOut?: react15.PointerEventHandler<HTMLElement>;
|
|
270
|
+
onPointerOutCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
271
|
+
onGotPointerCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
272
|
+
onGotPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
273
|
+
onLostPointerCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
274
|
+
onLostPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
|
|
275
|
+
onScroll?: react15.UIEventHandler<HTMLElement>;
|
|
276
|
+
onScrollCapture?: react15.UIEventHandler<HTMLElement>;
|
|
277
|
+
onScrollEnd?: react15.UIEventHandler<HTMLElement>;
|
|
278
|
+
onScrollEndCapture?: react15.UIEventHandler<HTMLElement>;
|
|
279
|
+
onWheel?: react15.WheelEventHandler<HTMLElement>;
|
|
280
|
+
onWheelCapture?: react15.WheelEventHandler<HTMLElement>;
|
|
281
|
+
onAnimationStart?: react15.AnimationEventHandler<HTMLElement>;
|
|
282
|
+
onAnimationStartCapture?: react15.AnimationEventHandler<HTMLElement>;
|
|
283
|
+
onAnimationEnd?: react15.AnimationEventHandler<HTMLElement>;
|
|
284
|
+
onAnimationEndCapture?: react15.AnimationEventHandler<HTMLElement>;
|
|
285
|
+
onAnimationIteration?: react15.AnimationEventHandler<HTMLElement>;
|
|
286
|
+
onAnimationIterationCapture?: react15.AnimationEventHandler<HTMLElement>;
|
|
287
|
+
onToggle?: react15.ToggleEventHandler<HTMLElement>;
|
|
288
|
+
onBeforeToggle?: react15.ToggleEventHandler<HTMLElement>;
|
|
289
|
+
onTransitionCancel?: react15.TransitionEventHandler<HTMLElement>;
|
|
290
|
+
onTransitionCancelCapture?: react15.TransitionEventHandler<HTMLElement>;
|
|
291
|
+
onTransitionEnd?: react15.TransitionEventHandler<HTMLElement>;
|
|
292
|
+
onTransitionEndCapture?: react15.TransitionEventHandler<HTMLElement>;
|
|
293
|
+
onTransitionRun?: react15.TransitionEventHandler<HTMLElement>;
|
|
294
|
+
onTransitionRunCapture?: react15.TransitionEventHandler<HTMLElement>;
|
|
295
|
+
onTransitionStart?: react15.TransitionEventHandler<HTMLElement>;
|
|
296
|
+
onTransitionStartCapture?: react15.TransitionEventHandler<HTMLElement>;
|
|
297
297
|
className: string;
|
|
298
|
-
style:
|
|
298
|
+
style: react15.CSSProperties;
|
|
299
299
|
id: string;
|
|
300
300
|
'data-testid': string;
|
|
301
301
|
}, HTMLElement>;
|