react-magma-dom 4.7.0-next.2 → 4.7.0-next.21

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