react-magma-dom 4.7.0-next.8 → 4.7.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 (94) hide show
  1. package/dist/components/BlockQuote/BlockQuote.d.ts +2 -2
  2. package/dist/components/Button/index.d.ts +1 -0
  3. package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
  4. package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
  5. package/dist/components/DatePicker/HelperInformation.d.ts +1 -0
  6. package/dist/components/Dropdown/Dropdown.d.ts +2 -0
  7. package/dist/components/InputBase/index.d.ts +29 -3
  8. package/dist/components/List/ListItem.d.ts +3 -3
  9. package/dist/components/NavTabs/NavTab.d.ts +6 -1
  10. package/dist/components/NavTabs/NavTabs.d.ts +2 -1
  11. package/dist/components/Select/shared.d.ts +5 -0
  12. package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
  13. package/dist/components/Stepper/Step.d.ts +5 -1
  14. package/dist/components/Stepper/Stepper.d.ts +13 -0
  15. package/dist/components/Stepper/index.d.ts +1 -0
  16. package/dist/components/StyledButton/styles.d.ts +0 -1
  17. package/dist/components/Tabs/Tab.d.ts +6 -1
  18. package/dist/components/Tabs/Tabs.d.ts +7 -4
  19. package/dist/components/Tabs/shared.d.ts +4 -0
  20. package/dist/components/TreeView/TreeViewContext.d.ts +4 -1
  21. package/dist/components/TreeView/index.d.ts +1 -0
  22. package/dist/components/TreeView/useTreeItem.d.ts +1 -5
  23. package/dist/components/TreeView/useTreeView.d.ts +20 -6
  24. package/dist/components/TreeView/utils.d.ts +18 -7
  25. package/dist/esm/index.js +1486 -771
  26. package/dist/esm/index.js.map +1 -1
  27. package/dist/index.d.ts +4 -2
  28. package/dist/properties.json +433 -113
  29. package/dist/react-magma-dom.cjs.development.js +1428 -696
  30. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  31. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  32. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  33. package/dist/utils/index.d.ts +7 -0
  34. package/package.json +1 -1
  35. package/dist/components/Accordion/Accordion.stories.d.ts +0 -16
  36. package/dist/components/Alert/Alert.stories.d.ts +0 -4
  37. package/dist/components/Announce/Announce.stories.d.ts +0 -3
  38. package/dist/components/AppBar/AppBar.stories.d.ts +0 -5
  39. package/dist/components/Badge/Badge.stories.d.ts +0 -4
  40. package/dist/components/Banner/Banner.stories.d.ts +0 -5
  41. package/dist/components/BlockQuote/BlockQuote.stories.d.ts +0 -5
  42. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -5
  43. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +0 -3
  44. package/dist/components/Button/Button.stories.d.ts +0 -9
  45. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -278
  46. package/dist/components/Card/Card.stories.d.ts +0 -12
  47. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -556
  48. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -4
  49. package/dist/components/Combobox/Combobox.stories.d.ts +0 -39
  50. package/dist/components/Container/Container.stories.d.ts +0 -7
  51. package/dist/components/Datagrid/Datagrid.stories.d.ts +0 -14
  52. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -33
  53. package/dist/components/Drawer/Drawer.stories.d.ts +0 -17
  54. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -18
  55. package/dist/components/Flex/Flex.stories.d.ts +0 -10
  56. package/dist/components/Form/Form.stories.d.ts +0 -5
  57. package/dist/components/FormGroup/FormGroup.stories.d.ts +0 -3
  58. package/dist/components/Grid/Grid.stories.d.ts +0 -4
  59. package/dist/components/Heading/Heading.stories.d.ts +0 -11
  60. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +0 -3
  61. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +0 -32
  62. package/dist/components/IconButton/IconButton.stories.d.ts +0 -18
  63. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +0 -5
  64. package/dist/components/Input/Input.stories.d.ts +0 -1012
  65. package/dist/components/InputBase/InputBase.stories.d.ts +0 -7
  66. package/dist/components/List/List.stories.d.ts +0 -64
  67. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -10
  68. package/dist/components/Modal/Modal.stories.d.ts +0 -16
  69. package/dist/components/NativeSelect/NativeSelect.stories.d.ts +0 -12
  70. package/dist/components/NavTabs/NavTabs.stories.d.ts +0 -7
  71. package/dist/components/Pagination/Pagination.stories.d.ts +0 -10
  72. package/dist/components/Paragraph/Paragraph.stories.d.ts +0 -3
  73. package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -7
  74. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -19
  75. package/dist/components/Radio/Radio.stories.d.ts +0 -4
  76. package/dist/components/Search/Search.stories.d.ts +0 -4
  77. package/dist/components/Select/Select.stories.d.ts +0 -12
  78. package/dist/components/SkipLink/SkipLink.stories.d.ts +0 -3
  79. package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
  80. package/dist/components/Spinner/Spinner.stories.d.ts +0 -4
  81. package/dist/components/Stepper/Stepper.stories.d.ts +0 -6
  82. package/dist/components/Table/Table.stories.d.ts +0 -1670
  83. package/dist/components/Tabs/Tabs.stories.d.ts +0 -11
  84. package/dist/components/Tag/Tag.stories.d.ts +0 -564
  85. package/dist/components/Textarea/Textarea.stories.d.ts +0 -298
  86. package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -7
  87. package/dist/components/Toast/Toast.stories.d.ts +0 -21
  88. package/dist/components/Toggle/Toggle.stories.d.ts +0 -4
  89. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -1131
  90. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -554
  91. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -10
  92. package/dist/components/Transition/Transition.stories.d.ts +0 -79
  93. package/dist/components/TreeView/TreeView.stories.d.ts +0 -104
  94. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -3
@@ -1,1012 +0,0 @@
1
- import React from 'react';
2
- import { InputProps } from '.';
3
- import { InputIconPosition, InputSize, InputType } from '../InputBase';
4
- import { LabelPosition } from '../Label';
5
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
6
- export default _default;
7
- export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
8
- export declare const Error: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
9
- export declare const Large: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
10
- export declare const IconPositions: {
11
- (args: any): JSX.Element;
12
- args: {
13
- placeholder: string;
14
- helperMessage: any;
15
- testId?: string;
16
- iconPosition?: InputIconPosition;
17
- isInverse?: boolean;
18
- containerStyle?: React.CSSProperties;
19
- actionable?: boolean;
20
- errorMessage?: React.ReactNode;
21
- hasCharacterCounter?: boolean;
22
- inputLength?: number;
23
- inputSize?: InputSize;
24
- isLabelVisuallyHidden?: boolean;
25
- labelPosition?: LabelPosition;
26
- labelStyle?: React.CSSProperties;
27
- labelText?: React.ReactNode;
28
- labelWidth?: number;
29
- maxCount?: number;
30
- maxLength?: number;
31
- messageStyle?: React.CSSProperties;
32
- children?: any;
33
- hasError?: boolean;
34
- icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
35
- iconAriaLabel?: string;
36
- iconRef?: React.Ref<HTMLButtonElement>;
37
- inputStyle?: React.CSSProperties;
38
- inputWrapperStyle?: React.CSSProperties;
39
- isClearable?: boolean;
40
- onClear?: () => void;
41
- isPasswordInput?: boolean;
42
- isPredictive?: boolean;
43
- onIconClick?: () => void;
44
- onIconKeyDown?: (event: any) => void;
45
- onDateChange?: (event: any) => void;
46
- setReference?: (node: import("@floating-ui/react-dom").ReferenceType) => void;
47
- theme?: any;
48
- type?: InputType;
49
- width?: string;
50
- accept?: string;
51
- alt?: string;
52
- autoComplete?: string;
53
- autoFocus?: boolean;
54
- capture?: string | boolean;
55
- checked?: boolean;
56
- crossOrigin?: string;
57
- disabled?: boolean;
58
- form?: string;
59
- formAction?: string;
60
- formEncType?: string;
61
- formMethod?: string;
62
- formNoValidate?: boolean;
63
- formTarget?: string;
64
- height?: React.ReactText;
65
- list?: string;
66
- max?: React.ReactText;
67
- min?: React.ReactText;
68
- minLength?: number;
69
- multiple?: boolean;
70
- name?: string;
71
- pattern?: string;
72
- readOnly?: boolean;
73
- required?: boolean;
74
- size?: number;
75
- src?: string;
76
- step?: React.ReactText;
77
- value?: string | number | readonly string[];
78
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
79
- defaultChecked?: boolean;
80
- defaultValue?: string | number | readonly string[];
81
- suppressContentEditableWarning?: boolean;
82
- suppressHydrationWarning?: boolean;
83
- accessKey?: string;
84
- className?: string;
85
- contentEditable?: boolean | "true" | "false" | "inherit";
86
- contextMenu?: string;
87
- dir?: string;
88
- draggable?: boolean | "true" | "false";
89
- hidden?: boolean;
90
- id?: string;
91
- lang?: string;
92
- slot?: string;
93
- spellCheck?: boolean | "true" | "false";
94
- style?: React.CSSProperties;
95
- tabIndex?: number;
96
- title?: string;
97
- translate?: "yes" | "no";
98
- radioGroup?: string;
99
- role?: React.AriaRole;
100
- about?: string;
101
- datatype?: string;
102
- inlist?: any;
103
- prefix?: string;
104
- property?: string;
105
- resource?: string;
106
- typeof?: string;
107
- vocab?: string;
108
- autoCapitalize?: string;
109
- autoCorrect?: string;
110
- autoSave?: string;
111
- color?: string;
112
- itemProp?: string;
113
- itemScope?: boolean;
114
- itemType?: string;
115
- itemID?: string;
116
- itemRef?: string;
117
- results?: number;
118
- security?: string;
119
- unselectable?: "on" | "off";
120
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
121
- is?: string;
122
- 'aria-activedescendant'?: string;
123
- 'aria-atomic'?: boolean | "true" | "false";
124
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
125
- 'aria-busy'?: boolean | "true" | "false";
126
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
127
- 'aria-colcount'?: number;
128
- 'aria-colindex'?: number;
129
- 'aria-colspan'?: number;
130
- 'aria-controls'?: string;
131
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
132
- 'aria-describedby'?: string;
133
- 'aria-details'?: string;
134
- 'aria-disabled'?: boolean | "true" | "false";
135
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
136
- 'aria-errormessage'?: string;
137
- 'aria-expanded'?: boolean | "true" | "false";
138
- 'aria-flowto'?: string;
139
- 'aria-grabbed'?: boolean | "true" | "false";
140
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
141
- 'aria-hidden'?: boolean | "true" | "false";
142
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
143
- 'aria-keyshortcuts'?: string;
144
- 'aria-label'?: string;
145
- 'aria-labelledby'?: string;
146
- 'aria-level'?: number;
147
- 'aria-live'?: "off" | "assertive" | "polite";
148
- 'aria-modal'?: boolean | "true" | "false";
149
- 'aria-multiline'?: boolean | "true" | "false";
150
- 'aria-multiselectable'?: boolean | "true" | "false";
151
- 'aria-orientation'?: "horizontal" | "vertical";
152
- 'aria-owns'?: string;
153
- 'aria-placeholder'?: string;
154
- 'aria-posinset'?: number;
155
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
156
- 'aria-readonly'?: boolean | "true" | "false";
157
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
158
- 'aria-required'?: boolean | "true" | "false";
159
- 'aria-roledescription'?: string;
160
- 'aria-rowcount'?: number;
161
- 'aria-rowindex'?: number;
162
- 'aria-rowspan'?: number;
163
- 'aria-selected'?: boolean | "true" | "false";
164
- 'aria-setsize'?: number;
165
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
166
- 'aria-valuemax'?: number;
167
- 'aria-valuemin'?: number;
168
- 'aria-valuenow'?: number;
169
- 'aria-valuetext'?: string;
170
- dangerouslySetInnerHTML?: {
171
- __html: string;
172
- };
173
- onCopy?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
174
- onCopyCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
175
- onCut?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
176
- onCutCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
177
- onPaste?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
178
- onPasteCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
179
- onCompositionEnd?: (event: React.CompositionEvent<HTMLInputElement>) => void;
180
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
181
- onCompositionStart?: (event: React.CompositionEvent<HTMLInputElement>) => void;
182
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
183
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLInputElement>) => void;
184
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
185
- onFocus?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
186
- onFocusCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
187
- onBlur?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
188
- onBlurCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
189
- onChangeCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
190
- onBeforeInput?: (event: React.FormEvent<HTMLInputElement>) => void;
191
- onBeforeInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
192
- onInput?: (event: React.FormEvent<HTMLInputElement>) => void;
193
- onInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
194
- onReset?: (event: React.FormEvent<HTMLInputElement>) => void;
195
- onResetCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
196
- onSubmit?: (event: React.FormEvent<HTMLInputElement>) => void;
197
- onSubmitCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
198
- onInvalid?: (event: React.FormEvent<HTMLInputElement>) => void;
199
- onInvalidCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
200
- onLoad?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
201
- onLoadCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
202
- onError?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
203
- onErrorCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
204
- onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
205
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
206
- onKeyPress?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
207
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
208
- onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
209
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
210
- onAbort?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
211
- onAbortCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
212
- onCanPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
213
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
214
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
215
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
216
- onDurationChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
217
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
218
- onEmptied?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
219
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
220
- onEncrypted?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
221
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
222
- onEnded?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
223
- onEndedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
224
- onLoadedData?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
225
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
226
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
227
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
228
- onLoadStart?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
229
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
230
- onPause?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
231
- onPauseCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
232
- onPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
233
- onPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
234
- onPlaying?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
235
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
236
- onProgress?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
237
- onProgressCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
238
- onRateChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
239
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
240
- onSeeked?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
241
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
242
- onSeeking?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
243
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
244
- onStalled?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
245
- onStalledCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
246
- onSuspend?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
247
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
248
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
249
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
250
- onVolumeChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
251
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
252
- onWaiting?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
253
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
254
- onAuxClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
255
- onAuxClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
256
- onClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
257
- onClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
258
- onContextMenu?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
259
- onContextMenuCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
260
- onDoubleClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
261
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
262
- onDrag?: (event: React.DragEvent<HTMLInputElement>) => void;
263
- onDragCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
264
- onDragEnd?: (event: React.DragEvent<HTMLInputElement>) => void;
265
- onDragEndCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
266
- onDragEnter?: (event: React.DragEvent<HTMLInputElement>) => void;
267
- onDragEnterCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
268
- onDragExit?: (event: React.DragEvent<HTMLInputElement>) => void;
269
- onDragExitCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
270
- onDragLeave?: (event: React.DragEvent<HTMLInputElement>) => void;
271
- onDragLeaveCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
272
- onDragOver?: (event: React.DragEvent<HTMLInputElement>) => void;
273
- onDragOverCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
274
- onDragStart?: (event: React.DragEvent<HTMLInputElement>) => void;
275
- onDragStartCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
276
- onDrop?: (event: React.DragEvent<HTMLInputElement>) => void;
277
- onDropCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
278
- onMouseDown?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
279
- onMouseDownCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
280
- onMouseEnter?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
281
- onMouseLeave?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
282
- onMouseMove?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
283
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
284
- onMouseOut?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
285
- onMouseOutCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
286
- onMouseOver?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
287
- onMouseOverCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
288
- onMouseUp?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
289
- onMouseUpCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
290
- onSelect?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
291
- onSelectCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
292
- onTouchCancel?: (event: React.TouchEvent<HTMLInputElement>) => void;
293
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
294
- onTouchEnd?: (event: React.TouchEvent<HTMLInputElement>) => void;
295
- onTouchEndCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
296
- onTouchMove?: (event: React.TouchEvent<HTMLInputElement>) => void;
297
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
298
- onTouchStart?: (event: React.TouchEvent<HTMLInputElement>) => void;
299
- onTouchStartCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
300
- onPointerDown?: (event: React.PointerEvent<HTMLInputElement>) => void;
301
- onPointerDownCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
302
- onPointerMove?: (event: React.PointerEvent<HTMLInputElement>) => void;
303
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
304
- onPointerUp?: (event: React.PointerEvent<HTMLInputElement>) => void;
305
- onPointerUpCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
306
- onPointerCancel?: (event: React.PointerEvent<HTMLInputElement>) => void;
307
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
308
- onPointerEnter?: (event: React.PointerEvent<HTMLInputElement>) => void;
309
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
310
- onPointerLeave?: (event: React.PointerEvent<HTMLInputElement>) => void;
311
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
312
- onPointerOver?: (event: React.PointerEvent<HTMLInputElement>) => void;
313
- onPointerOverCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
314
- onPointerOut?: (event: React.PointerEvent<HTMLInputElement>) => void;
315
- onPointerOutCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
316
- onGotPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
317
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
318
- onLostPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
319
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
320
- onScroll?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
321
- onScrollCapture?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
322
- onWheel?: (event: React.WheelEvent<HTMLInputElement>) => void;
323
- onWheelCapture?: (event: React.WheelEvent<HTMLInputElement>) => void;
324
- onAnimationStart?: (event: React.AnimationEvent<HTMLInputElement>) => void;
325
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
326
- onAnimationEnd?: (event: React.AnimationEvent<HTMLInputElement>) => void;
327
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
328
- onAnimationIteration?: (event: React.AnimationEvent<HTMLInputElement>) => void;
329
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
330
- onTransitionEnd?: (event: React.TransitionEvent<HTMLInputElement>) => void;
331
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLInputElement>) => void;
332
- };
333
- parameters: {
334
- controls: {
335
- exclude: string[];
336
- };
337
- };
338
- };
339
- export declare const File: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
340
- export declare const ClickableIcon: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
341
- export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, InputProps>;
342
- export declare const WithChildren: {
343
- (args: any): JSX.Element;
344
- args: {
345
- testId?: string;
346
- iconPosition?: InputIconPosition;
347
- isInverse?: boolean;
348
- containerStyle?: React.CSSProperties;
349
- actionable?: boolean;
350
- errorMessage?: React.ReactNode;
351
- hasCharacterCounter?: boolean;
352
- helperMessage?: React.ReactNode;
353
- inputLength?: number;
354
- inputSize?: InputSize;
355
- isLabelVisuallyHidden?: boolean;
356
- labelPosition?: LabelPosition;
357
- labelStyle?: React.CSSProperties;
358
- labelText?: React.ReactNode;
359
- labelWidth?: number;
360
- maxCount?: number;
361
- maxLength?: number;
362
- messageStyle?: React.CSSProperties;
363
- children?: any;
364
- hasError?: boolean;
365
- icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
366
- iconAriaLabel?: string;
367
- iconRef?: React.Ref<HTMLButtonElement>;
368
- inputStyle?: React.CSSProperties;
369
- inputWrapperStyle?: React.CSSProperties;
370
- isClearable?: boolean;
371
- onClear?: () => void;
372
- isPasswordInput?: boolean;
373
- isPredictive?: boolean;
374
- onIconClick?: () => void;
375
- onIconKeyDown?: (event: any) => void;
376
- onDateChange?: (event: any) => void;
377
- setReference?: (node: import("@floating-ui/react-dom").ReferenceType) => void;
378
- theme?: any;
379
- type?: InputType;
380
- width?: string;
381
- accept?: string;
382
- alt?: string;
383
- autoComplete?: string;
384
- autoFocus?: boolean;
385
- capture?: string | boolean;
386
- checked?: boolean;
387
- crossOrigin?: string;
388
- disabled?: boolean;
389
- form?: string;
390
- formAction?: string;
391
- formEncType?: string;
392
- formMethod?: string;
393
- formNoValidate?: boolean;
394
- formTarget?: string;
395
- height?: React.ReactText;
396
- list?: string;
397
- max?: React.ReactText;
398
- min?: React.ReactText;
399
- minLength?: number;
400
- multiple?: boolean;
401
- name?: string;
402
- pattern?: string;
403
- placeholder?: string;
404
- readOnly?: boolean;
405
- required?: boolean;
406
- size?: number;
407
- src?: string;
408
- step?: React.ReactText;
409
- value?: string | number | readonly string[];
410
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
411
- defaultChecked?: boolean;
412
- defaultValue?: string | number | readonly string[];
413
- suppressContentEditableWarning?: boolean;
414
- suppressHydrationWarning?: boolean;
415
- accessKey?: string;
416
- className?: string;
417
- contentEditable?: boolean | "true" | "false" | "inherit";
418
- contextMenu?: string;
419
- dir?: string;
420
- draggable?: boolean | "true" | "false";
421
- hidden?: boolean;
422
- id?: string;
423
- lang?: string;
424
- slot?: string;
425
- spellCheck?: boolean | "true" | "false";
426
- style?: React.CSSProperties;
427
- tabIndex?: number;
428
- title?: string;
429
- translate?: "yes" | "no";
430
- radioGroup?: string;
431
- role?: React.AriaRole;
432
- about?: string;
433
- datatype?: string;
434
- inlist?: any;
435
- prefix?: string;
436
- property?: string;
437
- resource?: string;
438
- typeof?: string;
439
- vocab?: string;
440
- autoCapitalize?: string;
441
- autoCorrect?: string;
442
- autoSave?: string;
443
- color?: string;
444
- itemProp?: string;
445
- itemScope?: boolean;
446
- itemType?: string;
447
- itemID?: string;
448
- itemRef?: string;
449
- results?: number;
450
- security?: string;
451
- unselectable?: "on" | "off";
452
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
453
- is?: string;
454
- 'aria-activedescendant'?: string;
455
- 'aria-atomic'?: boolean | "true" | "false";
456
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
457
- 'aria-busy'?: boolean | "true" | "false";
458
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
459
- 'aria-colcount'?: number;
460
- 'aria-colindex'?: number;
461
- 'aria-colspan'?: number;
462
- 'aria-controls'?: string;
463
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
464
- 'aria-describedby'?: string;
465
- 'aria-details'?: string;
466
- 'aria-disabled'?: boolean | "true" | "false";
467
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
468
- 'aria-errormessage'?: string;
469
- 'aria-expanded'?: boolean | "true" | "false";
470
- 'aria-flowto'?: string;
471
- 'aria-grabbed'?: boolean | "true" | "false";
472
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
473
- 'aria-hidden'?: boolean | "true" | "false";
474
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
475
- 'aria-keyshortcuts'?: string;
476
- 'aria-label'?: string;
477
- 'aria-labelledby'?: string;
478
- 'aria-level'?: number;
479
- 'aria-live'?: "off" | "assertive" | "polite";
480
- 'aria-modal'?: boolean | "true" | "false";
481
- 'aria-multiline'?: boolean | "true" | "false";
482
- 'aria-multiselectable'?: boolean | "true" | "false";
483
- 'aria-orientation'?: "horizontal" | "vertical";
484
- 'aria-owns'?: string;
485
- 'aria-placeholder'?: string;
486
- 'aria-posinset'?: number;
487
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
488
- 'aria-readonly'?: boolean | "true" | "false";
489
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
490
- 'aria-required'?: boolean | "true" | "false";
491
- 'aria-roledescription'?: string;
492
- 'aria-rowcount'?: number;
493
- 'aria-rowindex'?: number;
494
- 'aria-rowspan'?: number;
495
- 'aria-selected'?: boolean | "true" | "false";
496
- 'aria-setsize'?: number;
497
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
498
- 'aria-valuemax'?: number;
499
- 'aria-valuemin'?: number;
500
- 'aria-valuenow'?: number;
501
- 'aria-valuetext'?: string;
502
- dangerouslySetInnerHTML?: {
503
- __html: string;
504
- };
505
- onCopy?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
506
- onCopyCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
507
- onCut?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
508
- onCutCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
509
- onPaste?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
510
- onPasteCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
511
- onCompositionEnd?: (event: React.CompositionEvent<HTMLInputElement>) => void;
512
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
513
- onCompositionStart?: (event: React.CompositionEvent<HTMLInputElement>) => void;
514
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
515
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLInputElement>) => void;
516
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
517
- onFocus?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
518
- onFocusCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
519
- onBlur?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
520
- onBlurCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
521
- onChangeCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
522
- onBeforeInput?: (event: React.FormEvent<HTMLInputElement>) => void;
523
- onBeforeInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
524
- onInput?: (event: React.FormEvent<HTMLInputElement>) => void;
525
- onInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
526
- onReset?: (event: React.FormEvent<HTMLInputElement>) => void;
527
- onResetCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
528
- onSubmit?: (event: React.FormEvent<HTMLInputElement>) => void;
529
- onSubmitCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
530
- onInvalid?: (event: React.FormEvent<HTMLInputElement>) => void;
531
- onInvalidCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
532
- onLoad?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
533
- onLoadCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
534
- onError?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
535
- onErrorCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
536
- onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
537
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
538
- onKeyPress?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
539
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
540
- onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
541
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
542
- onAbort?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
543
- onAbortCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
544
- onCanPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
545
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
546
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
547
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
548
- onDurationChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
549
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
550
- onEmptied?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
551
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
552
- onEncrypted?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
553
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
554
- onEnded?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
555
- onEndedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
556
- onLoadedData?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
557
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
558
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
559
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
560
- onLoadStart?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
561
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
562
- onPause?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
563
- onPauseCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
564
- onPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
565
- onPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
566
- onPlaying?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
567
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
568
- onProgress?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
569
- onProgressCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
570
- onRateChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
571
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
572
- onSeeked?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
573
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
574
- onSeeking?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
575
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
576
- onStalled?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
577
- onStalledCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
578
- onSuspend?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
579
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
580
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
581
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
582
- onVolumeChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
583
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
584
- onWaiting?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
585
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
586
- onAuxClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
587
- onAuxClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
588
- onClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
589
- onClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
590
- onContextMenu?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
591
- onContextMenuCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
592
- onDoubleClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
593
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
594
- onDrag?: (event: React.DragEvent<HTMLInputElement>) => void;
595
- onDragCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
596
- onDragEnd?: (event: React.DragEvent<HTMLInputElement>) => void;
597
- onDragEndCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
598
- onDragEnter?: (event: React.DragEvent<HTMLInputElement>) => void;
599
- onDragEnterCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
600
- onDragExit?: (event: React.DragEvent<HTMLInputElement>) => void;
601
- onDragExitCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
602
- onDragLeave?: (event: React.DragEvent<HTMLInputElement>) => void;
603
- onDragLeaveCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
604
- onDragOver?: (event: React.DragEvent<HTMLInputElement>) => void;
605
- onDragOverCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
606
- onDragStart?: (event: React.DragEvent<HTMLInputElement>) => void;
607
- onDragStartCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
608
- onDrop?: (event: React.DragEvent<HTMLInputElement>) => void;
609
- onDropCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
610
- onMouseDown?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
611
- onMouseDownCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
612
- onMouseEnter?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
613
- onMouseLeave?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
614
- onMouseMove?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
615
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
616
- onMouseOut?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
617
- onMouseOutCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
618
- onMouseOver?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
619
- onMouseOverCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
620
- onMouseUp?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
621
- onMouseUpCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
622
- onSelect?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
623
- onSelectCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
624
- onTouchCancel?: (event: React.TouchEvent<HTMLInputElement>) => void;
625
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
626
- onTouchEnd?: (event: React.TouchEvent<HTMLInputElement>) => void;
627
- onTouchEndCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
628
- onTouchMove?: (event: React.TouchEvent<HTMLInputElement>) => void;
629
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
630
- onTouchStart?: (event: React.TouchEvent<HTMLInputElement>) => void;
631
- onTouchStartCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
632
- onPointerDown?: (event: React.PointerEvent<HTMLInputElement>) => void;
633
- onPointerDownCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
634
- onPointerMove?: (event: React.PointerEvent<HTMLInputElement>) => void;
635
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
636
- onPointerUp?: (event: React.PointerEvent<HTMLInputElement>) => void;
637
- onPointerUpCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
638
- onPointerCancel?: (event: React.PointerEvent<HTMLInputElement>) => void;
639
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
640
- onPointerEnter?: (event: React.PointerEvent<HTMLInputElement>) => void;
641
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
642
- onPointerLeave?: (event: React.PointerEvent<HTMLInputElement>) => void;
643
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
644
- onPointerOver?: (event: React.PointerEvent<HTMLInputElement>) => void;
645
- onPointerOverCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
646
- onPointerOut?: (event: React.PointerEvent<HTMLInputElement>) => void;
647
- onPointerOutCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
648
- onGotPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
649
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
650
- onLostPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
651
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
652
- onScroll?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
653
- onScrollCapture?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
654
- onWheel?: (event: React.WheelEvent<HTMLInputElement>) => void;
655
- onWheelCapture?: (event: React.WheelEvent<HTMLInputElement>) => void;
656
- onAnimationStart?: (event: React.AnimationEvent<HTMLInputElement>) => void;
657
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
658
- onAnimationEnd?: (event: React.AnimationEvent<HTMLInputElement>) => void;
659
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
660
- onAnimationIteration?: (event: React.AnimationEvent<HTMLInputElement>) => void;
661
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
662
- onTransitionEnd?: (event: React.TransitionEvent<HTMLInputElement>) => void;
663
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLInputElement>) => void;
664
- };
665
- parameters: {
666
- controls: {
667
- exclude: string[];
668
- };
669
- };
670
- };
671
- export declare const WithTwoIcons: {
672
- (args: any): JSX.Element;
673
- args: {
674
- testId?: string;
675
- iconPosition?: InputIconPosition;
676
- isInverse?: boolean;
677
- containerStyle?: React.CSSProperties;
678
- actionable?: boolean;
679
- errorMessage?: React.ReactNode;
680
- hasCharacterCounter?: boolean;
681
- helperMessage?: React.ReactNode;
682
- inputLength?: number;
683
- inputSize?: InputSize;
684
- isLabelVisuallyHidden?: boolean;
685
- labelPosition?: LabelPosition;
686
- labelStyle?: React.CSSProperties;
687
- labelText?: React.ReactNode;
688
- labelWidth?: number;
689
- maxCount?: number;
690
- maxLength?: number;
691
- messageStyle?: React.CSSProperties;
692
- children?: any;
693
- hasError?: boolean;
694
- icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
695
- iconAriaLabel?: string;
696
- iconRef?: React.Ref<HTMLButtonElement>;
697
- inputStyle?: React.CSSProperties;
698
- inputWrapperStyle?: React.CSSProperties;
699
- isClearable?: boolean;
700
- onClear?: () => void;
701
- isPasswordInput?: boolean;
702
- isPredictive?: boolean;
703
- onIconClick?: () => void;
704
- onIconKeyDown?: (event: any) => void;
705
- onDateChange?: (event: any) => void;
706
- setReference?: (node: import("@floating-ui/react-dom").ReferenceType) => void;
707
- theme?: any;
708
- type?: InputType;
709
- width?: string;
710
- accept?: string;
711
- alt?: string;
712
- autoComplete?: string;
713
- autoFocus?: boolean;
714
- capture?: string | boolean;
715
- checked?: boolean;
716
- crossOrigin?: string;
717
- disabled?: boolean;
718
- form?: string;
719
- formAction?: string;
720
- formEncType?: string;
721
- formMethod?: string;
722
- formNoValidate?: boolean;
723
- formTarget?: string;
724
- height?: React.ReactText;
725
- list?: string;
726
- max?: React.ReactText;
727
- min?: React.ReactText;
728
- minLength?: number;
729
- multiple?: boolean;
730
- name?: string;
731
- pattern?: string;
732
- placeholder?: string;
733
- readOnly?: boolean;
734
- required?: boolean;
735
- size?: number;
736
- src?: string;
737
- step?: React.ReactText;
738
- value?: string | number | readonly string[];
739
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
740
- defaultChecked?: boolean;
741
- defaultValue?: string | number | readonly string[];
742
- suppressContentEditableWarning?: boolean;
743
- suppressHydrationWarning?: boolean;
744
- accessKey?: string;
745
- className?: string;
746
- contentEditable?: boolean | "true" | "false" | "inherit";
747
- contextMenu?: string;
748
- dir?: string;
749
- draggable?: boolean | "true" | "false";
750
- hidden?: boolean;
751
- id?: string;
752
- lang?: string;
753
- slot?: string;
754
- spellCheck?: boolean | "true" | "false";
755
- style?: React.CSSProperties;
756
- tabIndex?: number;
757
- title?: string;
758
- translate?: "yes" | "no";
759
- radioGroup?: string;
760
- role?: React.AriaRole;
761
- about?: string;
762
- datatype?: string;
763
- inlist?: any;
764
- prefix?: string;
765
- property?: string;
766
- resource?: string;
767
- typeof?: string;
768
- vocab?: string;
769
- autoCapitalize?: string;
770
- autoCorrect?: string;
771
- autoSave?: string;
772
- color?: string;
773
- itemProp?: string;
774
- itemScope?: boolean;
775
- itemType?: string;
776
- itemID?: string;
777
- itemRef?: string;
778
- results?: number;
779
- security?: string;
780
- unselectable?: "on" | "off";
781
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
782
- is?: string;
783
- 'aria-activedescendant'?: string;
784
- 'aria-atomic'?: boolean | "true" | "false";
785
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
786
- 'aria-busy'?: boolean | "true" | "false";
787
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
788
- 'aria-colcount'?: number;
789
- 'aria-colindex'?: number;
790
- 'aria-colspan'?: number;
791
- 'aria-controls'?: string;
792
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
793
- 'aria-describedby'?: string;
794
- 'aria-details'?: string;
795
- 'aria-disabled'?: boolean | "true" | "false";
796
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
797
- 'aria-errormessage'?: string;
798
- 'aria-expanded'?: boolean | "true" | "false";
799
- 'aria-flowto'?: string;
800
- 'aria-grabbed'?: boolean | "true" | "false";
801
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
802
- 'aria-hidden'?: boolean | "true" | "false";
803
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
804
- 'aria-keyshortcuts'?: string;
805
- 'aria-label'?: string;
806
- 'aria-labelledby'?: string;
807
- 'aria-level'?: number;
808
- 'aria-live'?: "off" | "assertive" | "polite";
809
- 'aria-modal'?: boolean | "true" | "false";
810
- 'aria-multiline'?: boolean | "true" | "false";
811
- 'aria-multiselectable'?: boolean | "true" | "false";
812
- 'aria-orientation'?: "horizontal" | "vertical";
813
- 'aria-owns'?: string;
814
- 'aria-placeholder'?: string;
815
- 'aria-posinset'?: number;
816
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
817
- 'aria-readonly'?: boolean | "true" | "false";
818
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
819
- 'aria-required'?: boolean | "true" | "false";
820
- 'aria-roledescription'?: string;
821
- 'aria-rowcount'?: number;
822
- 'aria-rowindex'?: number;
823
- 'aria-rowspan'?: number;
824
- 'aria-selected'?: boolean | "true" | "false";
825
- 'aria-setsize'?: number;
826
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
827
- 'aria-valuemax'?: number;
828
- 'aria-valuemin'?: number;
829
- 'aria-valuenow'?: number;
830
- 'aria-valuetext'?: string;
831
- dangerouslySetInnerHTML?: {
832
- __html: string;
833
- };
834
- onCopy?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
835
- onCopyCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
836
- onCut?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
837
- onCutCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
838
- onPaste?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
839
- onPasteCapture?: (event: React.ClipboardEvent<HTMLInputElement>) => void;
840
- onCompositionEnd?: (event: React.CompositionEvent<HTMLInputElement>) => void;
841
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
842
- onCompositionStart?: (event: React.CompositionEvent<HTMLInputElement>) => void;
843
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
844
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLInputElement>) => void;
845
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLInputElement>) => void;
846
- onFocus?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
847
- onFocusCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
848
- onBlur?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
849
- onBlurCapture?: (event: React.FocusEvent<HTMLInputElement, Element>) => void;
850
- onChangeCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
851
- onBeforeInput?: (event: React.FormEvent<HTMLInputElement>) => void;
852
- onBeforeInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
853
- onInput?: (event: React.FormEvent<HTMLInputElement>) => void;
854
- onInputCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
855
- onReset?: (event: React.FormEvent<HTMLInputElement>) => void;
856
- onResetCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
857
- onSubmit?: (event: React.FormEvent<HTMLInputElement>) => void;
858
- onSubmitCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
859
- onInvalid?: (event: React.FormEvent<HTMLInputElement>) => void;
860
- onInvalidCapture?: (event: React.FormEvent<HTMLInputElement>) => void;
861
- onLoad?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
862
- onLoadCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
863
- onError?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
864
- onErrorCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
865
- onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
866
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
867
- onKeyPress?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
868
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
869
- onKeyUp?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
870
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
871
- onAbort?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
872
- onAbortCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
873
- onCanPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
874
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
875
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
876
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
877
- onDurationChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
878
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
879
- onEmptied?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
880
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
881
- onEncrypted?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
882
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
883
- onEnded?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
884
- onEndedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
885
- onLoadedData?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
886
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
887
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
888
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
889
- onLoadStart?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
890
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
891
- onPause?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
892
- onPauseCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
893
- onPlay?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
894
- onPlayCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
895
- onPlaying?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
896
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
897
- onProgress?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
898
- onProgressCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
899
- onRateChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
900
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
901
- onSeeked?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
902
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
903
- onSeeking?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
904
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
905
- onStalled?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
906
- onStalledCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
907
- onSuspend?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
908
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
909
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
910
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
911
- onVolumeChange?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
912
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
913
- onWaiting?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
914
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
915
- onAuxClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
916
- onAuxClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
917
- onClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
918
- onClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
919
- onContextMenu?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
920
- onContextMenuCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
921
- onDoubleClick?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
922
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
923
- onDrag?: (event: React.DragEvent<HTMLInputElement>) => void;
924
- onDragCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
925
- onDragEnd?: (event: React.DragEvent<HTMLInputElement>) => void;
926
- onDragEndCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
927
- onDragEnter?: (event: React.DragEvent<HTMLInputElement>) => void;
928
- onDragEnterCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
929
- onDragExit?: (event: React.DragEvent<HTMLInputElement>) => void;
930
- onDragExitCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
931
- onDragLeave?: (event: React.DragEvent<HTMLInputElement>) => void;
932
- onDragLeaveCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
933
- onDragOver?: (event: React.DragEvent<HTMLInputElement>) => void;
934
- onDragOverCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
935
- onDragStart?: (event: React.DragEvent<HTMLInputElement>) => void;
936
- onDragStartCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
937
- onDrop?: (event: React.DragEvent<HTMLInputElement>) => void;
938
- onDropCapture?: (event: React.DragEvent<HTMLInputElement>) => void;
939
- onMouseDown?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
940
- onMouseDownCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
941
- onMouseEnter?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
942
- onMouseLeave?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
943
- onMouseMove?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
944
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
945
- onMouseOut?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
946
- onMouseOutCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
947
- onMouseOver?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
948
- onMouseOverCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
949
- onMouseUp?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
950
- onMouseUpCapture?: (event: React.MouseEvent<HTMLInputElement, MouseEvent>) => void;
951
- onSelect?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
952
- onSelectCapture?: (event: React.SyntheticEvent<HTMLInputElement, Event>) => void;
953
- onTouchCancel?: (event: React.TouchEvent<HTMLInputElement>) => void;
954
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
955
- onTouchEnd?: (event: React.TouchEvent<HTMLInputElement>) => void;
956
- onTouchEndCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
957
- onTouchMove?: (event: React.TouchEvent<HTMLInputElement>) => void;
958
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
959
- onTouchStart?: (event: React.TouchEvent<HTMLInputElement>) => void;
960
- onTouchStartCapture?: (event: React.TouchEvent<HTMLInputElement>) => void;
961
- onPointerDown?: (event: React.PointerEvent<HTMLInputElement>) => void;
962
- onPointerDownCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
963
- onPointerMove?: (event: React.PointerEvent<HTMLInputElement>) => void;
964
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
965
- onPointerUp?: (event: React.PointerEvent<HTMLInputElement>) => void;
966
- onPointerUpCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
967
- onPointerCancel?: (event: React.PointerEvent<HTMLInputElement>) => void;
968
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
969
- onPointerEnter?: (event: React.PointerEvent<HTMLInputElement>) => void;
970
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
971
- onPointerLeave?: (event: React.PointerEvent<HTMLInputElement>) => void;
972
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
973
- onPointerOver?: (event: React.PointerEvent<HTMLInputElement>) => void;
974
- onPointerOverCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
975
- onPointerOut?: (event: React.PointerEvent<HTMLInputElement>) => void;
976
- onPointerOutCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
977
- onGotPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
978
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
979
- onLostPointerCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
980
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLInputElement>) => void;
981
- onScroll?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
982
- onScrollCapture?: (event: React.UIEvent<HTMLInputElement, UIEvent>) => void;
983
- onWheel?: (event: React.WheelEvent<HTMLInputElement>) => void;
984
- onWheelCapture?: (event: React.WheelEvent<HTMLInputElement>) => void;
985
- onAnimationStart?: (event: React.AnimationEvent<HTMLInputElement>) => void;
986
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
987
- onAnimationEnd?: (event: React.AnimationEvent<HTMLInputElement>) => void;
988
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
989
- onAnimationIteration?: (event: React.AnimationEvent<HTMLInputElement>) => void;
990
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
991
- onTransitionEnd?: (event: React.TransitionEvent<HTMLInputElement>) => void;
992
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLInputElement>) => void;
993
- };
994
- parameters: {
995
- controls: {
996
- exclude: string[];
997
- };
998
- };
999
- };
1000
- export declare const NumberInput: {
1001
- (args: any): JSX.Element;
1002
- args: {
1003
- disabled: boolean;
1004
- helperMessage: string;
1005
- isClearable: boolean;
1006
- };
1007
- parameters: {
1008
- controls: {
1009
- exclude: string[];
1010
- };
1011
- };
1012
- };