@true-engineering/true-react-common-ui-kit 1.0.2 → 1.2.0

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.
Files changed (135) hide show
  1. package/dist/components/AccountInfo/AccountInfo.d.ts +4 -4
  2. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +60 -56
  3. package/dist/components/AddButton/AddButton.d.ts +6 -6
  4. package/dist/components/AddButton/AddButton.styles.d.ts +23 -23
  5. package/dist/components/Button/Button.d.ts +19 -33
  6. package/dist/components/Button/Button.styles.d.ts +144 -144
  7. package/dist/components/Checkbox/Checkbox.d.ts +16 -27
  8. package/dist/components/Checkbox/Checkbox.styles.d.ts +39 -42
  9. package/dist/components/CloseButton/CloseButton.d.ts +4 -4
  10. package/dist/components/CloseButton/CloseButton.styles.d.ts +22 -22
  11. package/dist/components/Colors/Colors.styles.d.ts +28 -28
  12. package/dist/components/CssBaseline/CssBaseline.d.ts +1 -1
  13. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +7 -7
  14. package/dist/components/DateInput/DateInput.d.ts +8 -9
  15. package/dist/components/DateInput/DateInput.styles.d.ts +7 -7
  16. package/dist/components/DatePicker/DatePicker.d.ts +29 -36
  17. package/dist/components/DatePicker/DatePicker.styles.d.ts +38 -34
  18. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +9 -9
  19. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.styles.d.ts +59 -59
  20. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.d.ts +7 -9
  21. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.styles.d.ts +16 -16
  22. package/dist/components/Description/Description.d.ts +6 -6
  23. package/dist/components/Description/Description.styles.d.ts +18 -18
  24. package/dist/components/FiltersPane/FilterInterval/FilterInterval.d.ts +19 -19
  25. package/dist/components/FiltersPane/FilterInterval/FilterInterval.styles.d.ts +44 -44
  26. package/dist/components/FiltersPane/FilterMultiSelect/FilterMultiSelect.d.ts +2 -8
  27. package/dist/components/FiltersPane/FilterSelect/FilterSelect.d.ts +17 -35
  28. package/dist/components/FiltersPane/FilterSelect/FilterSelect.styles.d.ts +111 -111
  29. package/dist/components/FiltersPane/FilterSelect/locales.d.ts +6 -10
  30. package/dist/components/FiltersPane/FilterValueView/FilterValueView.d.ts +1 -9
  31. package/dist/components/FiltersPane/FilterValueView/FilterValueView.styles.d.ts +8 -8
  32. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.d.ts +13 -21
  33. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.styles.d.ts +41 -41
  34. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.d.ts +8 -8
  35. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  36. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.d.ts +18 -41
  37. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.styles.d.ts +92 -92
  38. package/dist/components/FiltersPane/FiltersPane.d.ts +15 -34
  39. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +50 -50
  40. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.d.ts +18 -37
  41. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +82 -82
  42. package/dist/components/FiltersPane/locales.d.ts +22 -28
  43. package/dist/components/FiltersPane/types.d.ts +38 -65
  44. package/dist/components/Flag/Flag.d.ts +2 -2
  45. package/dist/components/Flag/Flag.styles.d.ts +8 -8
  46. package/dist/components/FlexibleTable/FlexibleTable.d.ts +20 -45
  47. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +93 -93
  48. package/dist/components/FlexibleTable/TableRow.d.ts +21 -38
  49. package/dist/components/FlexibleTable/TableValue.d.ts +16 -28
  50. package/dist/components/FlexibleTable/types.d.ts +31 -37
  51. package/dist/components/Icon/ComplexIconBoilerplate.d.ts +1 -1
  52. package/dist/components/Icon/Icon.d.ts +2 -2
  53. package/dist/components/Icon/Icon.styles.d.ts +4 -4
  54. package/dist/components/Icon/IconBoilerplate.d.ts +1 -1
  55. package/dist/components/Icon/complexIcons/icons.d.ts +1 -1
  56. package/dist/components/Icon/icons/icons.d.ts +5 -97
  57. package/dist/components/IncrementInput/ChangeButton.d.ts +5 -5
  58. package/dist/components/IncrementInput/IncrementInput.d.ts +3 -4
  59. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +52 -52
  60. package/dist/components/Input/Input.d.ts +37 -48
  61. package/dist/components/Input/Input.styles.d.ts +242 -242
  62. package/dist/components/List/List.d.ts +12 -12
  63. package/dist/components/List/List.styles.d.ts +35 -35
  64. package/dist/components/Modal/Modal.d.ts +19 -19
  65. package/dist/components/Modal/Modal.styles.d.ts +235 -235
  66. package/dist/components/MoreMenu/MoreMenu.d.ts +7 -7
  67. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +45 -45
  68. package/dist/components/MultiSelect/MultiSelect.d.ts +13 -28
  69. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +38 -38
  70. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.d.ts +6 -12
  71. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.styles.d.ts +58 -58
  72. package/dist/components/MultiSelectList/MultiSelectList.d.ts +20 -43
  73. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +90 -90
  74. package/dist/components/MultiSelectList/locales.d.ts +6 -10
  75. package/dist/components/Notification/Notification.d.ts +9 -14
  76. package/dist/components/Notification/Notification.styles.d.ts +30 -33
  77. package/dist/components/NumberInput/NumberInput.d.ts +10 -16
  78. package/dist/components/NumberInput/helpers.d.ts +2 -10
  79. package/dist/components/PhoneInput/PhoneInput.d.ts +7 -14
  80. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +60 -60
  81. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.d.ts +7 -7
  82. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +74 -78
  83. package/dist/components/PhoneInput/types.d.ts +11 -11
  84. package/dist/components/RadioButton/RadioButton.d.ts +8 -18
  85. package/dist/components/RadioButton/RadioButton.styles.d.ts +25 -25
  86. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +374 -634
  87. package/dist/components/SearchInput/SearchInput.d.ts +2 -12
  88. package/dist/components/SearchInput/SearchInput.styles.d.ts +32 -32
  89. package/dist/components/Select/Select.d.ts +24 -51
  90. package/dist/components/Select/Select.styles.d.ts +53 -53
  91. package/dist/components/Select/SelectList/SelectList.d.ts +17 -32
  92. package/dist/components/Select/SelectList/SelectList.styles.d.ts +35 -37
  93. package/dist/components/Select/helpers.d.ts +3 -9
  94. package/dist/components/SmartInput/SmartInput.d.ts +16 -28
  95. package/dist/components/SmartInput/helpers.d.ts +4 -8
  96. package/dist/components/Switch/Switch.d.ts +13 -26
  97. package/dist/components/Switch/Switch.styles.d.ts +58 -58
  98. package/dist/components/TextArea/TextArea.d.ts +23 -26
  99. package/dist/components/TextArea/TextArea.styles.d.ts +124 -124
  100. package/dist/components/TextWithInfo/TextWithInfo.d.ts +9 -9
  101. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +40 -40
  102. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +12 -12
  103. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +10 -10
  104. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +4 -4
  105. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +10 -10
  106. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +1 -1
  107. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +35 -35
  108. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +2 -2
  109. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +5 -5
  110. package/dist/components/Toaster/Toaster.d.ts +11 -16
  111. package/dist/components/Toaster/Toaster.styles.d.ts +41 -41
  112. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  113. package/dist/components/Tooltip/Tooltip.styles.d.ts +27 -25
  114. package/dist/helpers/data-attributes.d.ts +4 -11
  115. package/dist/helpers/phone.d.ts +8 -28
  116. package/dist/helpers/utils.d.ts +7 -28
  117. package/dist/hooks/use-did-mount-effect.d.ts +1 -4
  118. package/dist/hooks/use-dropdown.d.ts +7 -14
  119. package/dist/hooks/use-is-mounted.d.ts +1 -1
  120. package/dist/hooks/use-on-click-outside.d.ts +4 -25
  121. package/dist/hooks/use-theme.d.ts +5 -10
  122. package/dist/hooks/use-tweak-styles.d.ts +1 -5
  123. package/dist/style.css +90 -205
  124. package/dist/theme.d.ts +55 -51
  125. package/dist/true-react-common-ui-kit.js +16711 -24314
  126. package/dist/true-react-common-ui-kit.js.map +1 -1
  127. package/dist/true-react-common-ui-kit.umd.cjs +39 -35
  128. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  129. package/dist/types.d.ts +23 -77
  130. package/package.json +1 -1
  131. package/src/components/Select/Select.stories.tsx +16 -12
  132. package/src/components/Select/Select.tsx +51 -41
  133. package/src/components/Select/SelectList/SelectList.tsx +17 -22
  134. package/src/components/Select/helpers.ts +14 -6
  135. package/src/components/SmartInput/SmartInput.tsx +130 -127
@@ -1,642 +1,382 @@
1
1
  import { PureComponent } from 'react';
2
2
  import { StandardBehaviorOptions } from 'scroll-into-view-if-needed';
3
3
  interface IScrollIntoViewIfNeededProps extends React.HTMLProps<HTMLElement> {
4
- active?: boolean;
5
- children?: React.ReactNode;
6
- elementType?: string;
7
- options?: StandardBehaviorOptions;
4
+ active?: boolean;
5
+ children?: React.ReactNode;
6
+ elementType?: string;
7
+ options?: StandardBehaviorOptions;
8
8
  }
9
9
  export declare class ScrollIntoViewIfNeeded extends PureComponent<IScrollIntoViewIfNeededProps> {
10
- node: React.RefObject<HTMLElement>;
11
- static defaultProps: IScrollIntoViewIfNeededProps;
12
- componentDidMount(): void;
13
- componentDidUpdate({ active }: IScrollIntoViewIfNeededProps): void;
14
- handleScrollIntoViewIfNeeded: () => void;
15
- render(): import('react').DOMElement<
16
- {
17
- accept?: string | undefined;
18
- acceptCharset?: string | undefined;
19
- action?: string | undefined;
20
- allowFullScreen?: boolean | undefined;
21
- allowTransparency?: boolean | undefined;
22
- alt?: string | undefined;
23
- as?: string | undefined;
24
- async?: boolean | undefined;
25
- autoComplete?: string | undefined;
26
- autoFocus?: boolean | undefined;
27
- autoPlay?: boolean | undefined;
28
- capture?: boolean | 'user' | 'environment' | undefined;
29
- cellPadding?: string | number | undefined;
30
- cellSpacing?: string | number | undefined;
31
- charSet?: string | undefined;
32
- challenge?: string | undefined;
33
- checked?: boolean | undefined;
34
- cite?: string | undefined;
35
- classID?: string | undefined;
36
- cols?: number | undefined;
37
- colSpan?: number | undefined;
38
- content?: string | undefined;
39
- controls?: boolean | undefined;
40
- coords?: string | undefined;
41
- crossOrigin?: string | undefined;
42
- data?: string | undefined;
43
- dateTime?: string | undefined;
44
- default?: boolean | undefined;
45
- defer?: boolean | undefined;
46
- disabled?: boolean | undefined;
47
- download?: any;
48
- encType?: string | undefined;
49
- form?: string | undefined;
50
- formAction?: string | undefined;
51
- formEncType?: string | undefined;
52
- formMethod?: string | undefined;
53
- formNoValidate?: boolean | undefined;
54
- formTarget?: string | undefined;
55
- frameBorder?: string | number | undefined;
56
- headers?: string | undefined;
57
- height?: string | number | undefined;
58
- high?: number | undefined;
59
- href?: string | undefined;
60
- hrefLang?: string | undefined;
61
- htmlFor?: string | undefined;
62
- httpEquiv?: string | undefined;
63
- integrity?: string | undefined;
64
- keyParams?: string | undefined;
65
- keyType?: string | undefined;
66
- kind?: string | undefined;
67
- label?: string | undefined;
68
- list?: string | undefined;
69
- loop?: boolean | undefined;
70
- low?: number | undefined;
71
- manifest?: string | undefined;
72
- marginHeight?: number | undefined;
73
- marginWidth?: number | undefined;
74
- max?: string | number | undefined;
75
- maxLength?: number | undefined;
76
- media?: string | undefined;
77
- mediaGroup?: string | undefined;
78
- method?: string | undefined;
79
- min?: string | number | undefined;
80
- minLength?: number | undefined;
81
- multiple?: boolean | undefined;
82
- muted?: boolean | undefined;
83
- name?: string | undefined;
84
- noValidate?: boolean | undefined;
85
- open?: boolean | undefined;
86
- optimum?: number | undefined;
87
- pattern?: string | undefined;
88
- placeholder?: string | undefined;
89
- playsInline?: boolean | undefined;
90
- poster?: string | undefined;
91
- preload?: string | undefined;
92
- readOnly?: boolean | undefined;
93
- rel?: string | undefined;
94
- required?: boolean | undefined;
95
- reversed?: boolean | undefined;
96
- rows?: number | undefined;
97
- rowSpan?: number | undefined;
98
- sandbox?: string | undefined;
99
- scope?: string | undefined;
100
- scoped?: boolean | undefined;
101
- scrolling?: string | undefined;
102
- seamless?: boolean | undefined;
103
- selected?: boolean | undefined;
104
- shape?: string | undefined;
105
- size?: number | undefined;
106
- sizes?: string | undefined;
107
- span?: number | undefined;
108
- src?: string | undefined;
109
- srcDoc?: string | undefined;
110
- srcLang?: string | undefined;
111
- srcSet?: string | undefined;
112
- start?: number | undefined;
113
- step?: string | number | undefined;
114
- summary?: string | undefined;
115
- target?: string | undefined;
116
- type?: string | undefined;
117
- useMap?: string | undefined;
118
- value?: string | number | readonly string[] | undefined;
119
- width?: string | number | undefined;
120
- wmode?: string | undefined;
121
- wrap?: string | undefined;
122
- defaultChecked?: boolean | undefined;
123
- defaultValue?: string | number | readonly string[] | undefined;
124
- suppressContentEditableWarning?: boolean | undefined;
125
- suppressHydrationWarning?: boolean | undefined;
126
- accessKey?: string | undefined;
127
- className?: string | undefined;
128
- contentEditable?: 'inherit' | (boolean | 'false' | 'true') | undefined;
129
- contextMenu?: string | undefined;
130
- dir?: string | undefined;
131
- draggable?: (boolean | 'false' | 'true') | undefined;
132
- hidden?: boolean | undefined;
133
- id?: string | undefined;
134
- lang?: string | undefined;
135
- nonce?: string | undefined;
136
- slot?: string | undefined;
137
- spellCheck?: (boolean | 'false' | 'true') | undefined;
138
- style?: import('react').CSSProperties | undefined;
139
- tabIndex?: number | undefined;
140
- title?: string | undefined;
141
- translate?: 'no' | 'yes' | undefined;
142
- radioGroup?: string | undefined;
143
- role?: import('react').AriaRole | undefined;
144
- about?: string | undefined;
145
- datatype?: string | undefined;
146
- inlist?: any;
147
- prefix?: string | undefined;
148
- property?: string | undefined;
149
- resource?: string | undefined;
150
- typeof?: string | undefined;
151
- vocab?: string | undefined;
152
- autoCapitalize?: string | undefined;
153
- autoCorrect?: string | undefined;
154
- autoSave?: string | undefined;
155
- color?: string | undefined;
156
- itemProp?: string | undefined;
157
- itemScope?: boolean | undefined;
158
- itemType?: string | undefined;
159
- itemID?: string | undefined;
160
- itemRef?: string | undefined;
161
- results?: number | undefined;
162
- security?: string | undefined;
163
- unselectable?: 'on' | 'off' | undefined;
164
- inputMode?:
165
- | 'search'
166
- | 'none'
167
- | 'email'
168
- | 'text'
169
- | 'tel'
170
- | 'url'
171
- | 'numeric'
172
- | 'decimal'
173
- | undefined;
174
- is?: string | undefined;
175
- 'aria-activedescendant'?: string | undefined;
176
- 'aria-atomic'?: (boolean | 'false' | 'true') | undefined;
177
- 'aria-autocomplete'?: 'none' | 'list' | 'both' | 'inline' | undefined;
178
- 'aria-busy'?: (boolean | 'false' | 'true') | undefined;
179
- 'aria-checked'?: boolean | 'mixed' | 'false' | 'true' | undefined;
180
- 'aria-colcount'?: number | undefined;
181
- 'aria-colindex'?: number | undefined;
182
- 'aria-colspan'?: number | undefined;
183
- 'aria-controls'?: string | undefined;
184
- 'aria-current'?:
185
- | boolean
186
- | 'time'
187
- | 'page'
188
- | 'false'
189
- | 'true'
190
- | 'date'
191
- | 'step'
192
- | 'location'
193
- | undefined;
194
- 'aria-describedby'?: string | undefined;
195
- 'aria-details'?: string | undefined;
196
- 'aria-disabled'?: (boolean | 'false' | 'true') | undefined;
197
- 'aria-dropeffect'?:
198
- | 'link'
199
- | 'none'
200
- | 'copy'
201
- | 'move'
202
- | 'execute'
203
- | 'popup'
204
- | undefined;
205
- 'aria-errormessage'?: string | undefined;
206
- 'aria-expanded'?: (boolean | 'false' | 'true') | undefined;
207
- 'aria-flowto'?: string | undefined;
208
- 'aria-grabbed'?: (boolean | 'false' | 'true') | undefined;
209
- 'aria-haspopup'?:
210
- | boolean
211
- | 'grid'
212
- | 'menu'
213
- | 'listbox'
214
- | 'false'
215
- | 'true'
216
- | 'dialog'
217
- | 'tree'
218
- | undefined;
219
- 'aria-hidden'?: (boolean | 'false' | 'true') | undefined;
220
- 'aria-invalid'?:
221
- | boolean
222
- | 'false'
223
- | 'true'
224
- | 'grammar'
225
- | 'spelling'
226
- | undefined;
227
- 'aria-keyshortcuts'?: string | undefined;
228
- 'aria-label'?: string | undefined;
229
- 'aria-labelledby'?: string | undefined;
230
- 'aria-level'?: number | undefined;
231
- 'aria-live'?: 'off' | 'assertive' | 'polite' | undefined;
232
- 'aria-modal'?: (boolean | 'false' | 'true') | undefined;
233
- 'aria-multiline'?: (boolean | 'false' | 'true') | undefined;
234
- 'aria-multiselectable'?: (boolean | 'false' | 'true') | undefined;
235
- 'aria-orientation'?: 'horizontal' | 'vertical' | undefined;
236
- 'aria-owns'?: string | undefined;
237
- 'aria-placeholder'?: string | undefined;
238
- 'aria-posinset'?: number | undefined;
239
- 'aria-pressed'?: boolean | 'mixed' | 'false' | 'true' | undefined;
240
- 'aria-readonly'?: (boolean | 'false' | 'true') | undefined;
241
- 'aria-relevant'?:
242
- | 'all'
243
- | 'text'
244
- | 'additions'
245
- | 'additions removals'
246
- | 'additions text'
247
- | 'removals'
248
- | 'removals additions'
249
- | 'removals text'
250
- | 'text additions'
251
- | 'text removals'
252
- | undefined;
253
- 'aria-required'?: (boolean | 'false' | 'true') | undefined;
254
- 'aria-roledescription'?: string | undefined;
255
- 'aria-rowcount'?: number | undefined;
256
- 'aria-rowindex'?: number | undefined;
257
- 'aria-rowspan'?: number | undefined;
258
- 'aria-selected'?: (boolean | 'false' | 'true') | undefined;
259
- 'aria-setsize'?: number | undefined;
260
- 'aria-sort'?: 'none' | 'other' | 'ascending' | 'descending' | undefined;
261
- 'aria-valuemax'?: number | undefined;
262
- 'aria-valuemin'?: number | undefined;
263
- 'aria-valuenow'?: number | undefined;
264
- 'aria-valuetext'?: string | undefined;
265
- dangerouslySetInnerHTML?:
266
- | {
10
+ node: React.RefObject<HTMLElement>;
11
+ static defaultProps: IScrollIntoViewIfNeededProps;
12
+ componentDidMount(): void;
13
+ componentDidUpdate({ active }: IScrollIntoViewIfNeededProps): void;
14
+ handleScrollIntoViewIfNeeded: () => void;
15
+ render(): import("react").DOMElement<{
16
+ accept?: string | undefined;
17
+ acceptCharset?: string | undefined;
18
+ action?: string | undefined;
19
+ allowFullScreen?: boolean | undefined;
20
+ allowTransparency?: boolean | undefined;
21
+ alt?: string | undefined;
22
+ as?: string | undefined;
23
+ async?: boolean | undefined;
24
+ autoComplete?: string | undefined;
25
+ autoFocus?: boolean | undefined;
26
+ autoPlay?: boolean | undefined;
27
+ capture?: boolean | "user" | "environment" | undefined;
28
+ cellPadding?: string | number | undefined;
29
+ cellSpacing?: string | number | undefined;
30
+ charSet?: string | undefined;
31
+ challenge?: string | undefined;
32
+ checked?: boolean | undefined;
33
+ cite?: string | undefined;
34
+ classID?: string | undefined;
35
+ cols?: number | undefined;
36
+ colSpan?: number | undefined;
37
+ content?: string | undefined;
38
+ controls?: boolean | undefined;
39
+ coords?: string | undefined;
40
+ crossOrigin?: string | undefined;
41
+ data?: string | undefined;
42
+ dateTime?: string | undefined;
43
+ default?: boolean | undefined;
44
+ defer?: boolean | undefined;
45
+ disabled?: boolean | undefined;
46
+ download?: any;
47
+ encType?: string | undefined;
48
+ form?: string | undefined;
49
+ formAction?: string | undefined;
50
+ formEncType?: string | undefined;
51
+ formMethod?: string | undefined;
52
+ formNoValidate?: boolean | undefined;
53
+ formTarget?: string | undefined;
54
+ frameBorder?: string | number | undefined;
55
+ headers?: string | undefined;
56
+ height?: string | number | undefined;
57
+ high?: number | undefined;
58
+ href?: string | undefined;
59
+ hrefLang?: string | undefined;
60
+ htmlFor?: string | undefined;
61
+ httpEquiv?: string | undefined;
62
+ integrity?: string | undefined;
63
+ keyParams?: string | undefined;
64
+ keyType?: string | undefined;
65
+ kind?: string | undefined;
66
+ label?: string | undefined;
67
+ list?: string | undefined;
68
+ loop?: boolean | undefined;
69
+ low?: number | undefined;
70
+ manifest?: string | undefined;
71
+ marginHeight?: number | undefined;
72
+ marginWidth?: number | undefined;
73
+ max?: string | number | undefined;
74
+ maxLength?: number | undefined;
75
+ media?: string | undefined;
76
+ mediaGroup?: string | undefined;
77
+ method?: string | undefined;
78
+ min?: string | number | undefined;
79
+ minLength?: number | undefined;
80
+ multiple?: boolean | undefined;
81
+ muted?: boolean | undefined;
82
+ name?: string | undefined;
83
+ noValidate?: boolean | undefined;
84
+ open?: boolean | undefined;
85
+ optimum?: number | undefined;
86
+ pattern?: string | undefined;
87
+ placeholder?: string | undefined;
88
+ playsInline?: boolean | undefined;
89
+ poster?: string | undefined;
90
+ preload?: string | undefined;
91
+ readOnly?: boolean | undefined;
92
+ rel?: string | undefined;
93
+ required?: boolean | undefined;
94
+ reversed?: boolean | undefined;
95
+ rows?: number | undefined;
96
+ rowSpan?: number | undefined;
97
+ sandbox?: string | undefined;
98
+ scope?: string | undefined;
99
+ scoped?: boolean | undefined;
100
+ scrolling?: string | undefined;
101
+ seamless?: boolean | undefined;
102
+ selected?: boolean | undefined;
103
+ shape?: string | undefined;
104
+ size?: number | undefined;
105
+ sizes?: string | undefined;
106
+ span?: number | undefined;
107
+ src?: string | undefined;
108
+ srcDoc?: string | undefined;
109
+ srcLang?: string | undefined;
110
+ srcSet?: string | undefined;
111
+ start?: number | undefined;
112
+ step?: string | number | undefined;
113
+ summary?: string | undefined;
114
+ target?: string | undefined;
115
+ type?: string | undefined;
116
+ useMap?: string | undefined;
117
+ value?: string | number | readonly string[] | undefined;
118
+ width?: string | number | undefined;
119
+ wmode?: string | undefined;
120
+ wrap?: string | undefined;
121
+ defaultChecked?: boolean | undefined;
122
+ defaultValue?: string | number | readonly string[] | undefined;
123
+ suppressContentEditableWarning?: boolean | undefined;
124
+ suppressHydrationWarning?: boolean | undefined;
125
+ accessKey?: string | undefined;
126
+ className?: string | undefined;
127
+ contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
128
+ contextMenu?: string | undefined;
129
+ dir?: string | undefined;
130
+ draggable?: (boolean | "false" | "true") | undefined;
131
+ hidden?: boolean | undefined;
132
+ id?: string | undefined;
133
+ lang?: string | undefined;
134
+ nonce?: string | undefined;
135
+ slot?: string | undefined;
136
+ spellCheck?: (boolean | "false" | "true") | undefined;
137
+ style?: import("react").CSSProperties | undefined;
138
+ tabIndex?: number | undefined;
139
+ title?: string | undefined;
140
+ translate?: "no" | "yes" | undefined;
141
+ radioGroup?: string | undefined;
142
+ role?: import("react").AriaRole | undefined;
143
+ about?: string | undefined;
144
+ datatype?: string | undefined;
145
+ inlist?: any;
146
+ prefix?: string | undefined;
147
+ property?: string | undefined;
148
+ resource?: string | undefined;
149
+ typeof?: string | undefined;
150
+ vocab?: string | undefined;
151
+ autoCapitalize?: string | undefined;
152
+ autoCorrect?: string | undefined;
153
+ autoSave?: string | undefined;
154
+ color?: string | undefined;
155
+ itemProp?: string | undefined;
156
+ itemScope?: boolean | undefined;
157
+ itemType?: string | undefined;
158
+ itemID?: string | undefined;
159
+ itemRef?: string | undefined;
160
+ results?: number | undefined;
161
+ security?: string | undefined;
162
+ unselectable?: "on" | "off" | undefined;
163
+ inputMode?: "search" | "none" | "email" | "text" | "tel" | "url" | "numeric" | "decimal" | undefined;
164
+ is?: string | undefined;
165
+ 'aria-activedescendant'?: string | undefined;
166
+ 'aria-atomic'?: (boolean | "false" | "true") | undefined;
167
+ 'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
168
+ 'aria-busy'?: (boolean | "false" | "true") | undefined;
169
+ 'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
170
+ 'aria-colcount'?: number | undefined;
171
+ 'aria-colindex'?: number | undefined;
172
+ 'aria-colspan'?: number | undefined;
173
+ 'aria-controls'?: string | undefined;
174
+ 'aria-current'?: boolean | "time" | "page" | "false" | "true" | "date" | "step" | "location" | undefined;
175
+ 'aria-describedby'?: string | undefined;
176
+ 'aria-details'?: string | undefined;
177
+ 'aria-disabled'?: (boolean | "false" | "true") | undefined;
178
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
179
+ 'aria-errormessage'?: string | undefined;
180
+ 'aria-expanded'?: (boolean | "false" | "true") | undefined;
181
+ 'aria-flowto'?: string | undefined;
182
+ 'aria-grabbed'?: (boolean | "false" | "true") | undefined;
183
+ 'aria-haspopup'?: boolean | "grid" | "menu" | "listbox" | "false" | "true" | "dialog" | "tree" | undefined;
184
+ 'aria-hidden'?: (boolean | "false" | "true") | undefined;
185
+ 'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
186
+ 'aria-keyshortcuts'?: string | undefined;
187
+ 'aria-label'?: string | undefined;
188
+ 'aria-labelledby'?: string | undefined;
189
+ 'aria-level'?: number | undefined;
190
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
191
+ 'aria-modal'?: (boolean | "false" | "true") | undefined;
192
+ 'aria-multiline'?: (boolean | "false" | "true") | undefined;
193
+ 'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
194
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
195
+ 'aria-owns'?: string | undefined;
196
+ 'aria-placeholder'?: string | undefined;
197
+ 'aria-posinset'?: number | undefined;
198
+ 'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
199
+ 'aria-readonly'?: (boolean | "false" | "true") | undefined;
200
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
201
+ 'aria-required'?: (boolean | "false" | "true") | undefined;
202
+ 'aria-roledescription'?: string | undefined;
203
+ 'aria-rowcount'?: number | undefined;
204
+ 'aria-rowindex'?: number | undefined;
205
+ 'aria-rowspan'?: number | undefined;
206
+ 'aria-selected'?: (boolean | "false" | "true") | undefined;
207
+ 'aria-setsize'?: number | undefined;
208
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending" | undefined;
209
+ 'aria-valuemax'?: number | undefined;
210
+ 'aria-valuemin'?: number | undefined;
211
+ 'aria-valuenow'?: number | undefined;
212
+ 'aria-valuetext'?: string | undefined;
213
+ dangerouslySetInnerHTML?: {
267
214
  __html: string;
268
- }
269
- | undefined;
270
- onCopy?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
271
- onCopyCapture?:
272
- | import('react').ClipboardEventHandler<HTMLElement>
273
- | undefined;
274
- onCut?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
275
- onCutCapture?:
276
- | import('react').ClipboardEventHandler<HTMLElement>
277
- | undefined;
278
- onPaste?: import('react').ClipboardEventHandler<HTMLElement> | undefined;
279
- onPasteCapture?:
280
- | import('react').ClipboardEventHandler<HTMLElement>
281
- | undefined;
282
- onCompositionEnd?:
283
- | import('react').CompositionEventHandler<HTMLElement>
284
- | undefined;
285
- onCompositionEndCapture?:
286
- | import('react').CompositionEventHandler<HTMLElement>
287
- | undefined;
288
- onCompositionStart?:
289
- | import('react').CompositionEventHandler<HTMLElement>
290
- | undefined;
291
- onCompositionStartCapture?:
292
- | import('react').CompositionEventHandler<HTMLElement>
293
- | undefined;
294
- onCompositionUpdate?:
295
- | import('react').CompositionEventHandler<HTMLElement>
296
- | undefined;
297
- onCompositionUpdateCapture?:
298
- | import('react').CompositionEventHandler<HTMLElement>
299
- | undefined;
300
- onFocus?: import('react').FocusEventHandler<HTMLElement> | undefined;
301
- onFocusCapture?:
302
- | import('react').FocusEventHandler<HTMLElement>
303
- | undefined;
304
- onBlur?: import('react').FocusEventHandler<HTMLElement> | undefined;
305
- onBlurCapture?:
306
- | import('react').FocusEventHandler<HTMLElement>
307
- | undefined;
308
- onChange?: import('react').FormEventHandler<HTMLElement> | undefined;
309
- onChangeCapture?:
310
- | import('react').FormEventHandler<HTMLElement>
311
- | undefined;
312
- onBeforeInput?: import('react').FormEventHandler<HTMLElement> | undefined;
313
- onBeforeInputCapture?:
314
- | import('react').FormEventHandler<HTMLElement>
315
- | undefined;
316
- onInput?: import('react').FormEventHandler<HTMLElement> | undefined;
317
- onInputCapture?:
318
- | import('react').FormEventHandler<HTMLElement>
319
- | undefined;
320
- onReset?: import('react').FormEventHandler<HTMLElement> | undefined;
321
- onResetCapture?:
322
- | import('react').FormEventHandler<HTMLElement>
323
- | undefined;
324
- onSubmit?: import('react').FormEventHandler<HTMLElement> | undefined;
325
- onSubmitCapture?:
326
- | import('react').FormEventHandler<HTMLElement>
327
- | undefined;
328
- onInvalid?: import('react').FormEventHandler<HTMLElement> | undefined;
329
- onInvalidCapture?:
330
- | import('react').FormEventHandler<HTMLElement>
331
- | undefined;
332
- onLoad?: import('react').ReactEventHandler<HTMLElement> | undefined;
333
- onLoadCapture?:
334
- | import('react').ReactEventHandler<HTMLElement>
335
- | undefined;
336
- onError?: import('react').ReactEventHandler<HTMLElement> | undefined;
337
- onErrorCapture?:
338
- | import('react').ReactEventHandler<HTMLElement>
339
- | undefined;
340
- onKeyDown?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
341
- onKeyDownCapture?:
342
- | import('react').KeyboardEventHandler<HTMLElement>
343
- | undefined;
344
- onKeyPress?:
345
- | import('react').KeyboardEventHandler<HTMLElement>
346
- | undefined;
347
- onKeyPressCapture?:
348
- | import('react').KeyboardEventHandler<HTMLElement>
349
- | undefined;
350
- onKeyUp?: import('react').KeyboardEventHandler<HTMLElement> | undefined;
351
- onKeyUpCapture?:
352
- | import('react').KeyboardEventHandler<HTMLElement>
353
- | undefined;
354
- onAbort?: import('react').ReactEventHandler<HTMLElement> | undefined;
355
- onAbortCapture?:
356
- | import('react').ReactEventHandler<HTMLElement>
357
- | undefined;
358
- onCanPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
359
- onCanPlayCapture?:
360
- | import('react').ReactEventHandler<HTMLElement>
361
- | undefined;
362
- onCanPlayThrough?:
363
- | import('react').ReactEventHandler<HTMLElement>
364
- | undefined;
365
- onCanPlayThroughCapture?:
366
- | import('react').ReactEventHandler<HTMLElement>
367
- | undefined;
368
- onDurationChange?:
369
- | import('react').ReactEventHandler<HTMLElement>
370
- | undefined;
371
- onDurationChangeCapture?:
372
- | import('react').ReactEventHandler<HTMLElement>
373
- | undefined;
374
- onEmptied?: import('react').ReactEventHandler<HTMLElement> | undefined;
375
- onEmptiedCapture?:
376
- | import('react').ReactEventHandler<HTMLElement>
377
- | undefined;
378
- onEncrypted?: import('react').ReactEventHandler<HTMLElement> | undefined;
379
- onEncryptedCapture?:
380
- | import('react').ReactEventHandler<HTMLElement>
381
- | undefined;
382
- onEnded?: import('react').ReactEventHandler<HTMLElement> | undefined;
383
- onEndedCapture?:
384
- | import('react').ReactEventHandler<HTMLElement>
385
- | undefined;
386
- onLoadedData?: import('react').ReactEventHandler<HTMLElement> | undefined;
387
- onLoadedDataCapture?:
388
- | import('react').ReactEventHandler<HTMLElement>
389
- | undefined;
390
- onLoadedMetadata?:
391
- | import('react').ReactEventHandler<HTMLElement>
392
- | undefined;
393
- onLoadedMetadataCapture?:
394
- | import('react').ReactEventHandler<HTMLElement>
395
- | undefined;
396
- onLoadStart?: import('react').ReactEventHandler<HTMLElement> | undefined;
397
- onLoadStartCapture?:
398
- | import('react').ReactEventHandler<HTMLElement>
399
- | undefined;
400
- onPause?: import('react').ReactEventHandler<HTMLElement> | undefined;
401
- onPauseCapture?:
402
- | import('react').ReactEventHandler<HTMLElement>
403
- | undefined;
404
- onPlay?: import('react').ReactEventHandler<HTMLElement> | undefined;
405
- onPlayCapture?:
406
- | import('react').ReactEventHandler<HTMLElement>
407
- | undefined;
408
- onPlaying?: import('react').ReactEventHandler<HTMLElement> | undefined;
409
- onPlayingCapture?:
410
- | import('react').ReactEventHandler<HTMLElement>
411
- | undefined;
412
- onProgress?: import('react').ReactEventHandler<HTMLElement> | undefined;
413
- onProgressCapture?:
414
- | import('react').ReactEventHandler<HTMLElement>
415
- | undefined;
416
- onRateChange?: import('react').ReactEventHandler<HTMLElement> | undefined;
417
- onRateChangeCapture?:
418
- | import('react').ReactEventHandler<HTMLElement>
419
- | undefined;
420
- onResize?: import('react').ReactEventHandler<HTMLElement> | undefined;
421
- onResizeCapture?:
422
- | import('react').ReactEventHandler<HTMLElement>
423
- | undefined;
424
- onSeeked?: import('react').ReactEventHandler<HTMLElement> | undefined;
425
- onSeekedCapture?:
426
- | import('react').ReactEventHandler<HTMLElement>
427
- | undefined;
428
- onSeeking?: import('react').ReactEventHandler<HTMLElement> | undefined;
429
- onSeekingCapture?:
430
- | import('react').ReactEventHandler<HTMLElement>
431
- | undefined;
432
- onStalled?: import('react').ReactEventHandler<HTMLElement> | undefined;
433
- onStalledCapture?:
434
- | import('react').ReactEventHandler<HTMLElement>
435
- | undefined;
436
- onSuspend?: import('react').ReactEventHandler<HTMLElement> | undefined;
437
- onSuspendCapture?:
438
- | import('react').ReactEventHandler<HTMLElement>
439
- | undefined;
440
- onTimeUpdate?: import('react').ReactEventHandler<HTMLElement> | undefined;
441
- onTimeUpdateCapture?:
442
- | import('react').ReactEventHandler<HTMLElement>
443
- | undefined;
444
- onVolumeChange?:
445
- | import('react').ReactEventHandler<HTMLElement>
446
- | undefined;
447
- onVolumeChangeCapture?:
448
- | import('react').ReactEventHandler<HTMLElement>
449
- | undefined;
450
- onWaiting?: import('react').ReactEventHandler<HTMLElement> | undefined;
451
- onWaitingCapture?:
452
- | import('react').ReactEventHandler<HTMLElement>
453
- | undefined;
454
- onAuxClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
455
- onAuxClickCapture?:
456
- | import('react').MouseEventHandler<HTMLElement>
457
- | undefined;
458
- onClick?: import('react').MouseEventHandler<HTMLElement> | undefined;
459
- onClickCapture?:
460
- | import('react').MouseEventHandler<HTMLElement>
461
- | undefined;
462
- onContextMenu?:
463
- | import('react').MouseEventHandler<HTMLElement>
464
- | undefined;
465
- onContextMenuCapture?:
466
- | import('react').MouseEventHandler<HTMLElement>
467
- | undefined;
468
- onDoubleClick?:
469
- | import('react').MouseEventHandler<HTMLElement>
470
- | undefined;
471
- onDoubleClickCapture?:
472
- | import('react').MouseEventHandler<HTMLElement>
473
- | undefined;
474
- onDrag?: import('react').DragEventHandler<HTMLElement> | undefined;
475
- onDragCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
476
- onDragEnd?: import('react').DragEventHandler<HTMLElement> | undefined;
477
- onDragEndCapture?:
478
- | import('react').DragEventHandler<HTMLElement>
479
- | undefined;
480
- onDragEnter?: import('react').DragEventHandler<HTMLElement> | undefined;
481
- onDragEnterCapture?:
482
- | import('react').DragEventHandler<HTMLElement>
483
- | undefined;
484
- onDragExit?: import('react').DragEventHandler<HTMLElement> | undefined;
485
- onDragExitCapture?:
486
- | import('react').DragEventHandler<HTMLElement>
487
- | undefined;
488
- onDragLeave?: import('react').DragEventHandler<HTMLElement> | undefined;
489
- onDragLeaveCapture?:
490
- | import('react').DragEventHandler<HTMLElement>
491
- | undefined;
492
- onDragOver?: import('react').DragEventHandler<HTMLElement> | undefined;
493
- onDragOverCapture?:
494
- | import('react').DragEventHandler<HTMLElement>
495
- | undefined;
496
- onDragStart?: import('react').DragEventHandler<HTMLElement> | undefined;
497
- onDragStartCapture?:
498
- | import('react').DragEventHandler<HTMLElement>
499
- | undefined;
500
- onDrop?: import('react').DragEventHandler<HTMLElement> | undefined;
501
- onDropCapture?: import('react').DragEventHandler<HTMLElement> | undefined;
502
- onMouseDown?: import('react').MouseEventHandler<HTMLElement> | undefined;
503
- onMouseDownCapture?:
504
- | import('react').MouseEventHandler<HTMLElement>
505
- | undefined;
506
- onMouseEnter?: import('react').MouseEventHandler<HTMLElement> | undefined;
507
- onMouseLeave?: import('react').MouseEventHandler<HTMLElement> | undefined;
508
- onMouseMove?: import('react').MouseEventHandler<HTMLElement> | undefined;
509
- onMouseMoveCapture?:
510
- | import('react').MouseEventHandler<HTMLElement>
511
- | undefined;
512
- onMouseOut?: import('react').MouseEventHandler<HTMLElement> | undefined;
513
- onMouseOutCapture?:
514
- | import('react').MouseEventHandler<HTMLElement>
515
- | undefined;
516
- onMouseOver?: import('react').MouseEventHandler<HTMLElement> | undefined;
517
- onMouseOverCapture?:
518
- | import('react').MouseEventHandler<HTMLElement>
519
- | undefined;
520
- onMouseUp?: import('react').MouseEventHandler<HTMLElement> | undefined;
521
- onMouseUpCapture?:
522
- | import('react').MouseEventHandler<HTMLElement>
523
- | undefined;
524
- onSelect?: import('react').ReactEventHandler<HTMLElement> | undefined;
525
- onSelectCapture?:
526
- | import('react').ReactEventHandler<HTMLElement>
527
- | undefined;
528
- onTouchCancel?:
529
- | import('react').TouchEventHandler<HTMLElement>
530
- | undefined;
531
- onTouchCancelCapture?:
532
- | import('react').TouchEventHandler<HTMLElement>
533
- | undefined;
534
- onTouchEnd?: import('react').TouchEventHandler<HTMLElement> | undefined;
535
- onTouchEndCapture?:
536
- | import('react').TouchEventHandler<HTMLElement>
537
- | undefined;
538
- onTouchMove?: import('react').TouchEventHandler<HTMLElement> | undefined;
539
- onTouchMoveCapture?:
540
- | import('react').TouchEventHandler<HTMLElement>
541
- | undefined;
542
- onTouchStart?: import('react').TouchEventHandler<HTMLElement> | undefined;
543
- onTouchStartCapture?:
544
- | import('react').TouchEventHandler<HTMLElement>
545
- | undefined;
546
- onPointerDown?:
547
- | import('react').PointerEventHandler<HTMLElement>
548
- | undefined;
549
- onPointerDownCapture?:
550
- | import('react').PointerEventHandler<HTMLElement>
551
- | undefined;
552
- onPointerMove?:
553
- | import('react').PointerEventHandler<HTMLElement>
554
- | undefined;
555
- onPointerMoveCapture?:
556
- | import('react').PointerEventHandler<HTMLElement>
557
- | undefined;
558
- onPointerUp?:
559
- | import('react').PointerEventHandler<HTMLElement>
560
- | undefined;
561
- onPointerUpCapture?:
562
- | import('react').PointerEventHandler<HTMLElement>
563
- | undefined;
564
- onPointerCancel?:
565
- | import('react').PointerEventHandler<HTMLElement>
566
- | undefined;
567
- onPointerCancelCapture?:
568
- | import('react').PointerEventHandler<HTMLElement>
569
- | undefined;
570
- onPointerEnter?:
571
- | import('react').PointerEventHandler<HTMLElement>
572
- | undefined;
573
- onPointerEnterCapture?:
574
- | import('react').PointerEventHandler<HTMLElement>
575
- | undefined;
576
- onPointerLeave?:
577
- | import('react').PointerEventHandler<HTMLElement>
578
- | undefined;
579
- onPointerLeaveCapture?:
580
- | import('react').PointerEventHandler<HTMLElement>
581
- | undefined;
582
- onPointerOver?:
583
- | import('react').PointerEventHandler<HTMLElement>
584
- | undefined;
585
- onPointerOverCapture?:
586
- | import('react').PointerEventHandler<HTMLElement>
587
- | undefined;
588
- onPointerOut?:
589
- | import('react').PointerEventHandler<HTMLElement>
590
- | undefined;
591
- onPointerOutCapture?:
592
- | import('react').PointerEventHandler<HTMLElement>
593
- | undefined;
594
- onGotPointerCapture?:
595
- | import('react').PointerEventHandler<HTMLElement>
596
- | undefined;
597
- onGotPointerCaptureCapture?:
598
- | import('react').PointerEventHandler<HTMLElement>
599
- | undefined;
600
- onLostPointerCapture?:
601
- | import('react').PointerEventHandler<HTMLElement>
602
- | undefined;
603
- onLostPointerCaptureCapture?:
604
- | import('react').PointerEventHandler<HTMLElement>
605
- | undefined;
606
- onScroll?: import('react').UIEventHandler<HTMLElement> | undefined;
607
- onScrollCapture?: import('react').UIEventHandler<HTMLElement> | undefined;
608
- onWheel?: import('react').WheelEventHandler<HTMLElement> | undefined;
609
- onWheelCapture?:
610
- | import('react').WheelEventHandler<HTMLElement>
611
- | undefined;
612
- onAnimationStart?:
613
- | import('react').AnimationEventHandler<HTMLElement>
614
- | undefined;
615
- onAnimationStartCapture?:
616
- | import('react').AnimationEventHandler<HTMLElement>
617
- | undefined;
618
- onAnimationEnd?:
619
- | import('react').AnimationEventHandler<HTMLElement>
620
- | undefined;
621
- onAnimationEndCapture?:
622
- | import('react').AnimationEventHandler<HTMLElement>
623
- | undefined;
624
- onAnimationIteration?:
625
- | import('react').AnimationEventHandler<HTMLElement>
626
- | undefined;
627
- onAnimationIterationCapture?:
628
- | import('react').AnimationEventHandler<HTMLElement>
629
- | undefined;
630
- onTransitionEnd?:
631
- | import('react').TransitionEventHandler<HTMLElement>
632
- | undefined;
633
- onTransitionEndCapture?:
634
- | import('react').TransitionEventHandler<HTMLElement>
635
- | undefined;
636
- ref: import('react').LegacyRef<HTMLElement>;
637
- key?: import('react').Key | null | undefined;
638
- },
639
- HTMLElement
640
- >;
215
+ } | undefined;
216
+ onCopy?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
217
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
218
+ onCut?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
219
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
220
+ onPaste?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
221
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLElement> | undefined;
222
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLElement> | undefined;
223
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
224
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLElement> | undefined;
225
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
226
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLElement> | undefined;
227
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLElement> | undefined;
228
+ onFocus?: import("react").FocusEventHandler<HTMLElement> | undefined;
229
+ onFocusCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
230
+ onBlur?: import("react").FocusEventHandler<HTMLElement> | undefined;
231
+ onBlurCapture?: import("react").FocusEventHandler<HTMLElement> | undefined;
232
+ onChange?: import("react").FormEventHandler<HTMLElement> | undefined;
233
+ onChangeCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
234
+ onBeforeInput?: import("react").FormEventHandler<HTMLElement> | undefined;
235
+ onBeforeInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
236
+ onInput?: import("react").FormEventHandler<HTMLElement> | undefined;
237
+ onInputCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
238
+ onReset?: import("react").FormEventHandler<HTMLElement> | undefined;
239
+ onResetCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
240
+ onSubmit?: import("react").FormEventHandler<HTMLElement> | undefined;
241
+ onSubmitCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
242
+ onInvalid?: import("react").FormEventHandler<HTMLElement> | undefined;
243
+ onInvalidCapture?: import("react").FormEventHandler<HTMLElement> | undefined;
244
+ onLoad?: import("react").ReactEventHandler<HTMLElement> | undefined;
245
+ onLoadCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
246
+ onError?: import("react").ReactEventHandler<HTMLElement> | undefined;
247
+ onErrorCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
248
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
249
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
250
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
251
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
252
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
253
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLElement> | undefined;
254
+ onAbort?: import("react").ReactEventHandler<HTMLElement> | undefined;
255
+ onAbortCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
256
+ onCanPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
257
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
258
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLElement> | undefined;
259
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
260
+ onDurationChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
261
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
262
+ onEmptied?: import("react").ReactEventHandler<HTMLElement> | undefined;
263
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
264
+ onEncrypted?: import("react").ReactEventHandler<HTMLElement> | undefined;
265
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
266
+ onEnded?: import("react").ReactEventHandler<HTMLElement> | undefined;
267
+ onEndedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
268
+ onLoadedData?: import("react").ReactEventHandler<HTMLElement> | undefined;
269
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
270
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLElement> | undefined;
271
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
272
+ onLoadStart?: import("react").ReactEventHandler<HTMLElement> | undefined;
273
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
274
+ onPause?: import("react").ReactEventHandler<HTMLElement> | undefined;
275
+ onPauseCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
276
+ onPlay?: import("react").ReactEventHandler<HTMLElement> | undefined;
277
+ onPlayCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
278
+ onPlaying?: import("react").ReactEventHandler<HTMLElement> | undefined;
279
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
280
+ onProgress?: import("react").ReactEventHandler<HTMLElement> | undefined;
281
+ onProgressCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
282
+ onRateChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
283
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
284
+ onResize?: import("react").ReactEventHandler<HTMLElement> | undefined;
285
+ onResizeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
286
+ onSeeked?: import("react").ReactEventHandler<HTMLElement> | undefined;
287
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
288
+ onSeeking?: import("react").ReactEventHandler<HTMLElement> | undefined;
289
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
290
+ onStalled?: import("react").ReactEventHandler<HTMLElement> | undefined;
291
+ onStalledCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
292
+ onSuspend?: import("react").ReactEventHandler<HTMLElement> | undefined;
293
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
294
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLElement> | undefined;
295
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
296
+ onVolumeChange?: import("react").ReactEventHandler<HTMLElement> | undefined;
297
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
298
+ onWaiting?: import("react").ReactEventHandler<HTMLElement> | undefined;
299
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
300
+ onAuxClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
301
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
302
+ onClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
303
+ onClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
304
+ onContextMenu?: import("react").MouseEventHandler<HTMLElement> | undefined;
305
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
306
+ onDoubleClick?: import("react").MouseEventHandler<HTMLElement> | undefined;
307
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
308
+ onDrag?: import("react").DragEventHandler<HTMLElement> | undefined;
309
+ onDragCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
310
+ onDragEnd?: import("react").DragEventHandler<HTMLElement> | undefined;
311
+ onDragEndCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
312
+ onDragEnter?: import("react").DragEventHandler<HTMLElement> | undefined;
313
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
314
+ onDragExit?: import("react").DragEventHandler<HTMLElement> | undefined;
315
+ onDragExitCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
316
+ onDragLeave?: import("react").DragEventHandler<HTMLElement> | undefined;
317
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
318
+ onDragOver?: import("react").DragEventHandler<HTMLElement> | undefined;
319
+ onDragOverCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
320
+ onDragStart?: import("react").DragEventHandler<HTMLElement> | undefined;
321
+ onDragStartCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
322
+ onDrop?: import("react").DragEventHandler<HTMLElement> | undefined;
323
+ onDropCapture?: import("react").DragEventHandler<HTMLElement> | undefined;
324
+ onMouseDown?: import("react").MouseEventHandler<HTMLElement> | undefined;
325
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
326
+ onMouseEnter?: import("react").MouseEventHandler<HTMLElement> | undefined;
327
+ onMouseLeave?: import("react").MouseEventHandler<HTMLElement> | undefined;
328
+ onMouseMove?: import("react").MouseEventHandler<HTMLElement> | undefined;
329
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
330
+ onMouseOut?: import("react").MouseEventHandler<HTMLElement> | undefined;
331
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
332
+ onMouseOver?: import("react").MouseEventHandler<HTMLElement> | undefined;
333
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
334
+ onMouseUp?: import("react").MouseEventHandler<HTMLElement> | undefined;
335
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLElement> | undefined;
336
+ onSelect?: import("react").ReactEventHandler<HTMLElement> | undefined;
337
+ onSelectCapture?: import("react").ReactEventHandler<HTMLElement> | undefined;
338
+ onTouchCancel?: import("react").TouchEventHandler<HTMLElement> | undefined;
339
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
340
+ onTouchEnd?: import("react").TouchEventHandler<HTMLElement> | undefined;
341
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
342
+ onTouchMove?: import("react").TouchEventHandler<HTMLElement> | undefined;
343
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
344
+ onTouchStart?: import("react").TouchEventHandler<HTMLElement> | undefined;
345
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLElement> | undefined;
346
+ onPointerDown?: import("react").PointerEventHandler<HTMLElement> | undefined;
347
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
348
+ onPointerMove?: import("react").PointerEventHandler<HTMLElement> | undefined;
349
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
350
+ onPointerUp?: import("react").PointerEventHandler<HTMLElement> | undefined;
351
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
352
+ onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
353
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
354
+ onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
355
+ onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
356
+ onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
357
+ onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
358
+ onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
359
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
360
+ onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
361
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
362
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
363
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
364
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
365
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
366
+ onScroll?: import("react").UIEventHandler<HTMLElement> | undefined;
367
+ onScrollCapture?: import("react").UIEventHandler<HTMLElement> | undefined;
368
+ onWheel?: import("react").WheelEventHandler<HTMLElement> | undefined;
369
+ onWheelCapture?: import("react").WheelEventHandler<HTMLElement> | undefined;
370
+ onAnimationStart?: import("react").AnimationEventHandler<HTMLElement> | undefined;
371
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
372
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLElement> | undefined;
373
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
374
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLElement> | undefined;
375
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLElement> | undefined;
376
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
377
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
378
+ ref: import("react").LegacyRef<HTMLElement>;
379
+ key?: import("react").Key | null | undefined;
380
+ }, HTMLElement>;
641
381
  }
642
382
  export default ScrollIntoViewIfNeeded;