carbon-react 126.10.1 → 127.0.1

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 (143) hide show
  1. package/esm/__internal__/checkable-input/checkable-input.component.js +362 -360
  2. package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
  3. package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
  4. package/esm/__internal__/input/input-presentation.component.js +19 -17
  5. package/esm/__internal__/input/input.component.js +355 -353
  6. package/esm/__internal__/input/input.style.d.ts +1 -1
  7. package/esm/__internal__/input/input.style.js +1 -7
  8. package/esm/__spec_helper__/index.js +5 -1
  9. package/esm/components/accordion/accordion.component.js +338 -336
  10. package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  11. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  12. package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
  13. package/esm/components/box/box.component.js +3785 -3783
  14. package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
  15. package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
  16. package/esm/components/button/button.component.js +688 -684
  17. package/esm/components/checkbox/checkbox.component.js +524 -522
  18. package/esm/components/date/date.component.js +722 -720
  19. package/esm/components/decimal/decimal.component.js +536 -534
  20. package/esm/components/dialog/dialog.component.js +56 -54
  21. package/esm/components/draggable/draggable-container.component.js +160 -158
  22. package/esm/components/draggable/draggable-item.component.js +162 -160
  23. package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  24. package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  25. package/esm/components/file-input/file-input.component.js +191 -189
  26. package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  27. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
  28. package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  29. package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  30. package/esm/components/grouped-character/grouped-character.component.js +538 -536
  31. package/esm/components/help/help.component.js +172 -170
  32. package/esm/components/hr/hr.component.js +159 -157
  33. package/esm/components/icon/icon.component.js +181 -179
  34. package/esm/components/icon-button/icon-button.component.js +321 -319
  35. package/esm/components/link/link.component.js +72 -70
  36. package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
  37. package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
  38. package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  39. package/esm/components/message/message.component.js +168 -166
  40. package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
  41. package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  42. package/esm/components/number/number.component.js +536 -534
  43. package/esm/components/pod/pod.component.js +178 -176
  44. package/esm/components/radio-button/radio-button.component.js +523 -521
  45. package/esm/components/search/search.component.js +183 -181
  46. package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
  47. package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
  48. package/esm/components/select/multi-select/multi-select.component.js +551 -549
  49. package/esm/components/select/option/option.component.js +402 -400
  50. package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
  51. package/esm/components/select/option-row/option-row.component.js +16 -14
  52. package/esm/components/select/select-list/select-list.component.js +34 -32
  53. package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
  54. package/esm/components/select/simple-select/simple-select.component.js +550 -548
  55. package/esm/components/sidebar/sidebar.component.js +297 -295
  56. package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  57. package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
  58. package/esm/components/step-flow/step-flow.component.js +170 -168
  59. package/esm/components/switch/switch.component.js +524 -522
  60. package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  61. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  62. package/esm/components/text-editor/text-editor.component.js +171 -169
  63. package/esm/components/textarea/textarea.component.js +532 -530
  64. package/esm/components/textbox/textbox.component.js +536 -534
  65. package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  66. package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  67. package/esm/components/tile-select/tile-select.component.js +180 -178
  68. package/esm/components/time/time.component.js +202 -200
  69. package/esm/components/toast/toast.component.js +18 -16
  70. package/esm/components/tooltip/tooltip.component.js +23 -21
  71. package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
  72. package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
  73. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
  74. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
  75. package/lib/__internal__/input/input-presentation.component.js +19 -17
  76. package/lib/__internal__/input/input.component.js +355 -353
  77. package/lib/__internal__/input/input.style.d.ts +1 -1
  78. package/lib/__internal__/input/input.style.js +1 -7
  79. package/lib/__spec_helper__/index.js +5 -1
  80. package/lib/components/accordion/accordion.component.js +338 -336
  81. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  82. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  83. package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
  84. package/lib/components/box/box.component.js +3785 -3783
  85. package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
  86. package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
  87. package/lib/components/button/button.component.js +688 -684
  88. package/lib/components/checkbox/checkbox.component.js +524 -522
  89. package/lib/components/date/date.component.js +722 -720
  90. package/lib/components/decimal/decimal.component.js +536 -534
  91. package/lib/components/dialog/dialog.component.js +56 -54
  92. package/lib/components/draggable/draggable-container.component.js +160 -158
  93. package/lib/components/draggable/draggable-item.component.js +162 -160
  94. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  95. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  96. package/lib/components/file-input/file-input.component.js +191 -189
  97. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  98. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
  99. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  100. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  101. package/lib/components/grouped-character/grouped-character.component.js +538 -536
  102. package/lib/components/help/help.component.js +172 -170
  103. package/lib/components/hr/hr.component.js +159 -157
  104. package/lib/components/icon/icon.component.js +181 -179
  105. package/lib/components/icon-button/icon-button.component.js +321 -319
  106. package/lib/components/link/link.component.js +72 -70
  107. package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
  108. package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
  109. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  110. package/lib/components/message/message.component.js +168 -166
  111. package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
  112. package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  113. package/lib/components/number/number.component.js +536 -534
  114. package/lib/components/pod/pod.component.js +178 -176
  115. package/lib/components/radio-button/radio-button.component.js +523 -521
  116. package/lib/components/search/search.component.js +183 -181
  117. package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
  118. package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
  119. package/lib/components/select/multi-select/multi-select.component.js +551 -549
  120. package/lib/components/select/option/option.component.js +402 -400
  121. package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
  122. package/lib/components/select/option-row/option-row.component.js +16 -14
  123. package/lib/components/select/select-list/select-list.component.js +34 -32
  124. package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
  125. package/lib/components/select/simple-select/simple-select.component.js +550 -548
  126. package/lib/components/sidebar/sidebar.component.js +297 -295
  127. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  128. package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
  129. package/lib/components/step-flow/step-flow.component.js +170 -168
  130. package/lib/components/switch/switch.component.js +524 -522
  131. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  132. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  133. package/lib/components/text-editor/text-editor.component.js +171 -169
  134. package/lib/components/textarea/textarea.component.js +532 -530
  135. package/lib/components/textbox/textbox.component.js +536 -534
  136. package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  137. package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  138. package/lib/components/tile-select/tile-select.component.js +180 -178
  139. package/lib/components/time/time.component.js +202 -200
  140. package/lib/components/toast/toast.component.js +18 -16
  141. package/lib/components/tooltip/tooltip.component.js +23 -21
  142. package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
  143. package/package.json +1 -1
@@ -107,365 +107,367 @@ const CheckableInput = /*#__PURE__*/React.forwardRef(({
107
107
  my: 0
108
108
  }), /*#__PURE__*/React.createElement(StyledCheckableInput, null, /*#__PURE__*/React.createElement(HiddenCheckableInput, inputProps), children))));
109
109
  });
110
- CheckableInput.propTypes = {
111
- "about": PropTypes.string,
112
- "accept": PropTypes.string,
113
- "accessKey": PropTypes.string,
114
- "alt": PropTypes.string,
115
- "aria-activedescendant": PropTypes.string,
116
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
117
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
118
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
119
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
120
- "aria-colcount": PropTypes.number,
121
- "aria-colindex": PropTypes.number,
122
- "aria-colspan": PropTypes.number,
123
- "aria-controls": PropTypes.string,
124
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
125
- "aria-describedby": PropTypes.string,
126
- "aria-details": PropTypes.string,
127
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
128
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
129
- "aria-errormessage": PropTypes.string,
130
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
131
- "aria-flowto": PropTypes.string,
132
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
133
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
134
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
135
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
136
- "aria-keyshortcuts": PropTypes.string,
137
- "aria-label": PropTypes.string,
138
- "aria-labelledby": PropTypes.string,
139
- "aria-level": PropTypes.number,
140
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
141
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
142
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
143
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
144
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
145
- "aria-owns": PropTypes.string,
146
- "aria-placeholder": PropTypes.string,
147
- "aria-posinset": PropTypes.number,
148
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
149
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
150
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
151
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
152
- "aria-roledescription": PropTypes.string,
153
- "aria-rowcount": PropTypes.number,
154
- "aria-rowindex": PropTypes.number,
155
- "aria-rowspan": PropTypes.number,
156
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
157
- "aria-setsize": PropTypes.number,
158
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
159
- "aria-valuemax": PropTypes.number,
160
- "aria-valuemin": PropTypes.number,
161
- "aria-valuenow": PropTypes.number,
162
- "aria-valuetext": PropTypes.string,
163
- "ariaDescribedBy": PropTypes.string,
164
- "ariaLabelledBy": PropTypes.string,
165
- "autoCapitalize": PropTypes.string,
166
- "autoComplete": PropTypes.string,
167
- "autoCorrect": PropTypes.string,
168
- "autoFocus": PropTypes.bool,
169
- "autoSave": PropTypes.string,
170
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
171
- "checked": PropTypes.bool,
172
- "children": PropTypes.node,
173
- "className": PropTypes.string,
174
- "color": PropTypes.string,
175
- "content": PropTypes.string,
176
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
177
- "contextMenu": PropTypes.string,
178
- "dangerouslySetInnerHTML": PropTypes.shape({
179
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
180
- }),
181
- "datatype": PropTypes.string,
182
- "defaultChecked": PropTypes.bool,
183
- "defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
184
- "dir": PropTypes.string,
185
- "disabled": PropTypes.bool,
186
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
187
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
188
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
189
- "fieldHelp": PropTypes.node,
190
- "fieldHelpInline": PropTypes.bool,
191
- "form": PropTypes.string,
192
- "formAction": PropTypes.string,
193
- "formEncType": PropTypes.string,
194
- "formMethod": PropTypes.string,
195
- "formNoValidate": PropTypes.bool,
196
- "formTarget": PropTypes.string,
197
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
198
- "hidden": PropTypes.bool,
199
- "id": PropTypes.string,
200
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
201
- "inlist": PropTypes.any,
202
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
203
- "inputWidth": PropTypes.number,
204
- "is": PropTypes.string,
205
- "itemID": PropTypes.string,
206
- "itemProp": PropTypes.string,
207
- "itemRef": PropTypes.string,
208
- "itemScope": PropTypes.bool,
209
- "itemType": PropTypes.string,
210
- "label": PropTypes.node,
211
- "labelHelp": PropTypes.node,
212
- "labelInline": PropTypes.bool,
213
- "labelSpacing": PropTypes.oneOf([1, 2]),
214
- "labelWidth": PropTypes.number,
215
- "lang": PropTypes.string,
216
- "list": PropTypes.string,
217
- "loading": PropTypes.bool,
218
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
219
- "maxLength": PropTypes.number,
220
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
221
- "minLength": PropTypes.number,
222
- "multiple": PropTypes.bool,
223
- "name": PropTypes.string,
224
- "nonce": PropTypes.string,
225
- "onAbort": PropTypes.func,
226
- "onAbortCapture": PropTypes.func,
227
- "onAnimationEnd": PropTypes.func,
228
- "onAnimationEndCapture": PropTypes.func,
229
- "onAnimationIteration": PropTypes.func,
230
- "onAnimationIterationCapture": PropTypes.func,
231
- "onAnimationStart": PropTypes.func,
232
- "onAnimationStartCapture": PropTypes.func,
233
- "onAuxClick": PropTypes.func,
234
- "onAuxClickCapture": PropTypes.func,
235
- "onBeforeInput": PropTypes.func,
236
- "onBeforeInputCapture": PropTypes.func,
237
- "onBlur": PropTypes.func,
238
- "onBlurCapture": PropTypes.func,
239
- "onCanPlay": PropTypes.func,
240
- "onCanPlayCapture": PropTypes.func,
241
- "onCanPlayThrough": PropTypes.func,
242
- "onCanPlayThroughCapture": PropTypes.func,
243
- "onChange": PropTypes.func,
244
- "onChangeCapture": PropTypes.func,
245
- "onClick": PropTypes.func,
246
- "onClickCapture": PropTypes.func,
247
- "onCompositionEnd": PropTypes.func,
248
- "onCompositionEndCapture": PropTypes.func,
249
- "onCompositionStart": PropTypes.func,
250
- "onCompositionStartCapture": PropTypes.func,
251
- "onCompositionUpdate": PropTypes.func,
252
- "onCompositionUpdateCapture": PropTypes.func,
253
- "onContextMenu": PropTypes.func,
254
- "onContextMenuCapture": PropTypes.func,
255
- "onCopy": PropTypes.func,
256
- "onCopyCapture": PropTypes.func,
257
- "onCut": PropTypes.func,
258
- "onCutCapture": PropTypes.func,
259
- "onDoubleClick": PropTypes.func,
260
- "onDoubleClickCapture": PropTypes.func,
261
- "onDrag": PropTypes.func,
262
- "onDragCapture": PropTypes.func,
263
- "onDragEnd": PropTypes.func,
264
- "onDragEndCapture": PropTypes.func,
265
- "onDragEnter": PropTypes.func,
266
- "onDragEnterCapture": PropTypes.func,
267
- "onDragExit": PropTypes.func,
268
- "onDragExitCapture": PropTypes.func,
269
- "onDragLeave": PropTypes.func,
270
- "onDragLeaveCapture": PropTypes.func,
271
- "onDragOver": PropTypes.func,
272
- "onDragOverCapture": PropTypes.func,
273
- "onDragStart": PropTypes.func,
274
- "onDragStartCapture": PropTypes.func,
275
- "onDrop": PropTypes.func,
276
- "onDropCapture": PropTypes.func,
277
- "onDurationChange": PropTypes.func,
278
- "onDurationChangeCapture": PropTypes.func,
279
- "onEmptied": PropTypes.func,
280
- "onEmptiedCapture": PropTypes.func,
281
- "onEncrypted": PropTypes.func,
282
- "onEncryptedCapture": PropTypes.func,
283
- "onEnded": PropTypes.func,
284
- "onEndedCapture": PropTypes.func,
285
- "onError": PropTypes.func,
286
- "onErrorCapture": PropTypes.func,
287
- "onFocus": PropTypes.func,
288
- "onFocusCapture": PropTypes.func,
289
- "onGotPointerCapture": PropTypes.func,
290
- "onGotPointerCaptureCapture": PropTypes.func,
291
- "onInput": PropTypes.func,
292
- "onInputCapture": PropTypes.func,
293
- "onInvalid": PropTypes.func,
294
- "onInvalidCapture": PropTypes.func,
295
- "onKeyDown": PropTypes.func,
296
- "onKeyDownCapture": PropTypes.func,
297
- "onKeyPress": PropTypes.func,
298
- "onKeyPressCapture": PropTypes.func,
299
- "onKeyUp": PropTypes.func,
300
- "onKeyUpCapture": PropTypes.func,
301
- "onLoad": PropTypes.func,
302
- "onLoadCapture": PropTypes.func,
303
- "onLoadedData": PropTypes.func,
304
- "onLoadedDataCapture": PropTypes.func,
305
- "onLoadedMetadata": PropTypes.func,
306
- "onLoadedMetadataCapture": PropTypes.func,
307
- "onLoadStart": PropTypes.func,
308
- "onLoadStartCapture": PropTypes.func,
309
- "onLostPointerCapture": PropTypes.func,
310
- "onLostPointerCaptureCapture": PropTypes.func,
311
- "onMouseDown": PropTypes.func,
312
- "onMouseDownCapture": PropTypes.func,
313
- "onMouseEnter": PropTypes.func,
314
- "onMouseLeave": PropTypes.func,
315
- "onMouseMove": PropTypes.func,
316
- "onMouseMoveCapture": PropTypes.func,
317
- "onMouseOut": PropTypes.func,
318
- "onMouseOutCapture": PropTypes.func,
319
- "onMouseOver": PropTypes.func,
320
- "onMouseOverCapture": PropTypes.func,
321
- "onMouseUp": PropTypes.func,
322
- "onMouseUpCapture": PropTypes.func,
323
- "onPaste": PropTypes.func,
324
- "onPasteCapture": PropTypes.func,
325
- "onPause": PropTypes.func,
326
- "onPauseCapture": PropTypes.func,
327
- "onPlay": PropTypes.func,
328
- "onPlayCapture": PropTypes.func,
329
- "onPlaying": PropTypes.func,
330
- "onPlayingCapture": PropTypes.func,
331
- "onPointerCancel": PropTypes.func,
332
- "onPointerCancelCapture": PropTypes.func,
333
- "onPointerDown": PropTypes.func,
334
- "onPointerDownCapture": PropTypes.func,
335
- "onPointerEnter": PropTypes.func,
336
- "onPointerEnterCapture": PropTypes.func,
337
- "onPointerLeave": PropTypes.func,
338
- "onPointerLeaveCapture": PropTypes.func,
339
- "onPointerMove": PropTypes.func,
340
- "onPointerMoveCapture": PropTypes.func,
341
- "onPointerOut": PropTypes.func,
342
- "onPointerOutCapture": PropTypes.func,
343
- "onPointerOver": PropTypes.func,
344
- "onPointerOverCapture": PropTypes.func,
345
- "onPointerUp": PropTypes.func,
346
- "onPointerUpCapture": PropTypes.func,
347
- "onProgress": PropTypes.func,
348
- "onProgressCapture": PropTypes.func,
349
- "onRateChange": PropTypes.func,
350
- "onRateChangeCapture": PropTypes.func,
351
- "onReset": PropTypes.func,
352
- "onResetCapture": PropTypes.func,
353
- "onScroll": PropTypes.func,
354
- "onScrollCapture": PropTypes.func,
355
- "onSeeked": PropTypes.func,
356
- "onSeekedCapture": PropTypes.func,
357
- "onSeeking": PropTypes.func,
358
- "onSeekingCapture": PropTypes.func,
359
- "onSelect": PropTypes.func,
360
- "onSelectCapture": PropTypes.func,
361
- "onStalled": PropTypes.func,
362
- "onStalledCapture": PropTypes.func,
363
- "onSubmit": PropTypes.func,
364
- "onSubmitCapture": PropTypes.func,
365
- "onSuspend": PropTypes.func,
366
- "onSuspendCapture": PropTypes.func,
367
- "onTimeUpdate": PropTypes.func,
368
- "onTimeUpdateCapture": PropTypes.func,
369
- "onTouchCancel": PropTypes.func,
370
- "onTouchCancelCapture": PropTypes.func,
371
- "onTouchEnd": PropTypes.func,
372
- "onTouchEndCapture": PropTypes.func,
373
- "onTouchMove": PropTypes.func,
374
- "onTouchMoveCapture": PropTypes.func,
375
- "onTouchStart": PropTypes.func,
376
- "onTouchStartCapture": PropTypes.func,
377
- "onTransitionEnd": PropTypes.func,
378
- "onTransitionEndCapture": PropTypes.func,
379
- "onVolumeChange": PropTypes.func,
380
- "onVolumeChangeCapture": PropTypes.func,
381
- "onWaiting": PropTypes.func,
382
- "onWaitingCapture": PropTypes.func,
383
- "onWheel": PropTypes.func,
384
- "onWheelCapture": PropTypes.func,
385
- "pattern": PropTypes.string,
386
- "placeholder": PropTypes.string,
387
- "prefix": PropTypes.string,
388
- "property": PropTypes.string,
389
- "radioGroup": PropTypes.string,
390
- "readOnly": PropTypes.bool,
391
- "rel": PropTypes.string,
392
- "required": PropTypes.bool,
393
- "resource": PropTypes.string,
394
- "results": PropTypes.number,
395
- "rev": PropTypes.string,
396
- "reverse": PropTypes.bool,
397
- "role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
398
- "__@iterator": PropTypes.func.isRequired,
399
- "anchor": PropTypes.func.isRequired,
400
- "at": PropTypes.func.isRequired,
401
- "big": PropTypes.func.isRequired,
402
- "blink": PropTypes.func.isRequired,
403
- "bold": PropTypes.func.isRequired,
404
- "charAt": PropTypes.func.isRequired,
405
- "charCodeAt": PropTypes.func.isRequired,
406
- "codePointAt": PropTypes.func.isRequired,
407
- "concat": PropTypes.func.isRequired,
408
- "endsWith": PropTypes.func.isRequired,
409
- "fixed": PropTypes.func.isRequired,
410
- "fontcolor": PropTypes.func.isRequired,
411
- "fontsize": PropTypes.func.isRequired,
412
- "includes": PropTypes.func.isRequired,
413
- "indexOf": PropTypes.func.isRequired,
414
- "italics": PropTypes.func.isRequired,
415
- "lastIndexOf": PropTypes.func.isRequired,
416
- "length": PropTypes.number.isRequired,
417
- "link": PropTypes.func.isRequired,
418
- "localeCompare": PropTypes.func.isRequired,
419
- "match": PropTypes.func.isRequired,
420
- "matchAll": PropTypes.func.isRequired,
421
- "normalize": PropTypes.func.isRequired,
422
- "padEnd": PropTypes.func.isRequired,
423
- "padStart": PropTypes.func.isRequired,
424
- "repeat": PropTypes.func.isRequired,
425
- "replace": PropTypes.func.isRequired,
426
- "search": PropTypes.func.isRequired,
427
- "slice": PropTypes.func.isRequired,
428
- "small": PropTypes.func.isRequired,
429
- "split": PropTypes.func.isRequired,
430
- "startsWith": PropTypes.func.isRequired,
431
- "strike": PropTypes.func.isRequired,
432
- "sub": PropTypes.func.isRequired,
433
- "substr": PropTypes.func.isRequired,
434
- "substring": PropTypes.func.isRequired,
435
- "sup": PropTypes.func.isRequired,
436
- "toLocaleLowerCase": PropTypes.func.isRequired,
437
- "toLocaleUpperCase": PropTypes.func.isRequired,
438
- "toLowerCase": PropTypes.func.isRequired,
439
- "toString": PropTypes.func.isRequired,
440
- "toUpperCase": PropTypes.func.isRequired,
441
- "trim": PropTypes.func.isRequired,
442
- "trimEnd": PropTypes.func.isRequired,
443
- "trimLeft": PropTypes.func.isRequired,
444
- "trimRight": PropTypes.func.isRequired,
445
- "trimStart": PropTypes.func.isRequired,
446
- "valueOf": PropTypes.func.isRequired
447
- })]),
448
- "security": PropTypes.string,
449
- "size": PropTypes.oneOf(["large", "small"]),
450
- "slot": PropTypes.string,
451
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
452
- "src": PropTypes.string,
453
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
454
- "style": PropTypes.object,
455
- "suppressContentEditableWarning": PropTypes.bool,
456
- "suppressHydrationWarning": PropTypes.bool,
457
- "tabIndex": PropTypes.number,
458
- "title": PropTypes.string,
459
- "translate": PropTypes.oneOf(["no", "yes"]),
460
- "type": PropTypes.string.isRequired,
461
- "typeof": PropTypes.string,
462
- "unselectable": PropTypes.oneOf(["off", "on"]),
463
- "validationIconId": PropTypes.string,
464
- "validationOnLabel": PropTypes.bool,
465
- "value": PropTypes.string,
466
- "vocab": PropTypes.string,
467
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
468
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
469
- };
110
+ if (process.env.NODE_ENV !== "production") {
111
+ CheckableInput.propTypes = {
112
+ "about": PropTypes.string,
113
+ "accept": PropTypes.string,
114
+ "accessKey": PropTypes.string,
115
+ "alt": PropTypes.string,
116
+ "aria-activedescendant": PropTypes.string,
117
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
118
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
119
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
120
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
121
+ "aria-colcount": PropTypes.number,
122
+ "aria-colindex": PropTypes.number,
123
+ "aria-colspan": PropTypes.number,
124
+ "aria-controls": PropTypes.string,
125
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
126
+ "aria-describedby": PropTypes.string,
127
+ "aria-details": PropTypes.string,
128
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
129
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
130
+ "aria-errormessage": PropTypes.string,
131
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
132
+ "aria-flowto": PropTypes.string,
133
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
134
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
135
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
136
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
137
+ "aria-keyshortcuts": PropTypes.string,
138
+ "aria-label": PropTypes.string,
139
+ "aria-labelledby": PropTypes.string,
140
+ "aria-level": PropTypes.number,
141
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
142
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
143
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
144
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
145
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
146
+ "aria-owns": PropTypes.string,
147
+ "aria-placeholder": PropTypes.string,
148
+ "aria-posinset": PropTypes.number,
149
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
150
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
151
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
152
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
153
+ "aria-roledescription": PropTypes.string,
154
+ "aria-rowcount": PropTypes.number,
155
+ "aria-rowindex": PropTypes.number,
156
+ "aria-rowspan": PropTypes.number,
157
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
158
+ "aria-setsize": PropTypes.number,
159
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
160
+ "aria-valuemax": PropTypes.number,
161
+ "aria-valuemin": PropTypes.number,
162
+ "aria-valuenow": PropTypes.number,
163
+ "aria-valuetext": PropTypes.string,
164
+ "ariaDescribedBy": PropTypes.string,
165
+ "ariaLabelledBy": PropTypes.string,
166
+ "autoCapitalize": PropTypes.string,
167
+ "autoComplete": PropTypes.string,
168
+ "autoCorrect": PropTypes.string,
169
+ "autoFocus": PropTypes.bool,
170
+ "autoSave": PropTypes.string,
171
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
172
+ "checked": PropTypes.bool,
173
+ "children": PropTypes.node,
174
+ "className": PropTypes.string,
175
+ "color": PropTypes.string,
176
+ "content": PropTypes.string,
177
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
178
+ "contextMenu": PropTypes.string,
179
+ "dangerouslySetInnerHTML": PropTypes.shape({
180
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
181
+ }),
182
+ "datatype": PropTypes.string,
183
+ "defaultChecked": PropTypes.bool,
184
+ "defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
185
+ "dir": PropTypes.string,
186
+ "disabled": PropTypes.bool,
187
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
188
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
189
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
190
+ "fieldHelp": PropTypes.node,
191
+ "fieldHelpInline": PropTypes.bool,
192
+ "form": PropTypes.string,
193
+ "formAction": PropTypes.string,
194
+ "formEncType": PropTypes.string,
195
+ "formMethod": PropTypes.string,
196
+ "formNoValidate": PropTypes.bool,
197
+ "formTarget": PropTypes.string,
198
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
199
+ "hidden": PropTypes.bool,
200
+ "id": PropTypes.string,
201
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
202
+ "inlist": PropTypes.any,
203
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
204
+ "inputWidth": PropTypes.number,
205
+ "is": PropTypes.string,
206
+ "itemID": PropTypes.string,
207
+ "itemProp": PropTypes.string,
208
+ "itemRef": PropTypes.string,
209
+ "itemScope": PropTypes.bool,
210
+ "itemType": PropTypes.string,
211
+ "label": PropTypes.node,
212
+ "labelHelp": PropTypes.node,
213
+ "labelInline": PropTypes.bool,
214
+ "labelSpacing": PropTypes.oneOf([1, 2]),
215
+ "labelWidth": PropTypes.number,
216
+ "lang": PropTypes.string,
217
+ "list": PropTypes.string,
218
+ "loading": PropTypes.bool,
219
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
220
+ "maxLength": PropTypes.number,
221
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
222
+ "minLength": PropTypes.number,
223
+ "multiple": PropTypes.bool,
224
+ "name": PropTypes.string,
225
+ "nonce": PropTypes.string,
226
+ "onAbort": PropTypes.func,
227
+ "onAbortCapture": PropTypes.func,
228
+ "onAnimationEnd": PropTypes.func,
229
+ "onAnimationEndCapture": PropTypes.func,
230
+ "onAnimationIteration": PropTypes.func,
231
+ "onAnimationIterationCapture": PropTypes.func,
232
+ "onAnimationStart": PropTypes.func,
233
+ "onAnimationStartCapture": PropTypes.func,
234
+ "onAuxClick": PropTypes.func,
235
+ "onAuxClickCapture": PropTypes.func,
236
+ "onBeforeInput": PropTypes.func,
237
+ "onBeforeInputCapture": PropTypes.func,
238
+ "onBlur": PropTypes.func,
239
+ "onBlurCapture": PropTypes.func,
240
+ "onCanPlay": PropTypes.func,
241
+ "onCanPlayCapture": PropTypes.func,
242
+ "onCanPlayThrough": PropTypes.func,
243
+ "onCanPlayThroughCapture": PropTypes.func,
244
+ "onChange": PropTypes.func,
245
+ "onChangeCapture": PropTypes.func,
246
+ "onClick": PropTypes.func,
247
+ "onClickCapture": PropTypes.func,
248
+ "onCompositionEnd": PropTypes.func,
249
+ "onCompositionEndCapture": PropTypes.func,
250
+ "onCompositionStart": PropTypes.func,
251
+ "onCompositionStartCapture": PropTypes.func,
252
+ "onCompositionUpdate": PropTypes.func,
253
+ "onCompositionUpdateCapture": PropTypes.func,
254
+ "onContextMenu": PropTypes.func,
255
+ "onContextMenuCapture": PropTypes.func,
256
+ "onCopy": PropTypes.func,
257
+ "onCopyCapture": PropTypes.func,
258
+ "onCut": PropTypes.func,
259
+ "onCutCapture": PropTypes.func,
260
+ "onDoubleClick": PropTypes.func,
261
+ "onDoubleClickCapture": PropTypes.func,
262
+ "onDrag": PropTypes.func,
263
+ "onDragCapture": PropTypes.func,
264
+ "onDragEnd": PropTypes.func,
265
+ "onDragEndCapture": PropTypes.func,
266
+ "onDragEnter": PropTypes.func,
267
+ "onDragEnterCapture": PropTypes.func,
268
+ "onDragExit": PropTypes.func,
269
+ "onDragExitCapture": PropTypes.func,
270
+ "onDragLeave": PropTypes.func,
271
+ "onDragLeaveCapture": PropTypes.func,
272
+ "onDragOver": PropTypes.func,
273
+ "onDragOverCapture": PropTypes.func,
274
+ "onDragStart": PropTypes.func,
275
+ "onDragStartCapture": PropTypes.func,
276
+ "onDrop": PropTypes.func,
277
+ "onDropCapture": PropTypes.func,
278
+ "onDurationChange": PropTypes.func,
279
+ "onDurationChangeCapture": PropTypes.func,
280
+ "onEmptied": PropTypes.func,
281
+ "onEmptiedCapture": PropTypes.func,
282
+ "onEncrypted": PropTypes.func,
283
+ "onEncryptedCapture": PropTypes.func,
284
+ "onEnded": PropTypes.func,
285
+ "onEndedCapture": PropTypes.func,
286
+ "onError": PropTypes.func,
287
+ "onErrorCapture": PropTypes.func,
288
+ "onFocus": PropTypes.func,
289
+ "onFocusCapture": PropTypes.func,
290
+ "onGotPointerCapture": PropTypes.func,
291
+ "onGotPointerCaptureCapture": PropTypes.func,
292
+ "onInput": PropTypes.func,
293
+ "onInputCapture": PropTypes.func,
294
+ "onInvalid": PropTypes.func,
295
+ "onInvalidCapture": PropTypes.func,
296
+ "onKeyDown": PropTypes.func,
297
+ "onKeyDownCapture": PropTypes.func,
298
+ "onKeyPress": PropTypes.func,
299
+ "onKeyPressCapture": PropTypes.func,
300
+ "onKeyUp": PropTypes.func,
301
+ "onKeyUpCapture": PropTypes.func,
302
+ "onLoad": PropTypes.func,
303
+ "onLoadCapture": PropTypes.func,
304
+ "onLoadedData": PropTypes.func,
305
+ "onLoadedDataCapture": PropTypes.func,
306
+ "onLoadedMetadata": PropTypes.func,
307
+ "onLoadedMetadataCapture": PropTypes.func,
308
+ "onLoadStart": PropTypes.func,
309
+ "onLoadStartCapture": PropTypes.func,
310
+ "onLostPointerCapture": PropTypes.func,
311
+ "onLostPointerCaptureCapture": PropTypes.func,
312
+ "onMouseDown": PropTypes.func,
313
+ "onMouseDownCapture": PropTypes.func,
314
+ "onMouseEnter": PropTypes.func,
315
+ "onMouseLeave": PropTypes.func,
316
+ "onMouseMove": PropTypes.func,
317
+ "onMouseMoveCapture": PropTypes.func,
318
+ "onMouseOut": PropTypes.func,
319
+ "onMouseOutCapture": PropTypes.func,
320
+ "onMouseOver": PropTypes.func,
321
+ "onMouseOverCapture": PropTypes.func,
322
+ "onMouseUp": PropTypes.func,
323
+ "onMouseUpCapture": PropTypes.func,
324
+ "onPaste": PropTypes.func,
325
+ "onPasteCapture": PropTypes.func,
326
+ "onPause": PropTypes.func,
327
+ "onPauseCapture": PropTypes.func,
328
+ "onPlay": PropTypes.func,
329
+ "onPlayCapture": PropTypes.func,
330
+ "onPlaying": PropTypes.func,
331
+ "onPlayingCapture": PropTypes.func,
332
+ "onPointerCancel": PropTypes.func,
333
+ "onPointerCancelCapture": PropTypes.func,
334
+ "onPointerDown": PropTypes.func,
335
+ "onPointerDownCapture": PropTypes.func,
336
+ "onPointerEnter": PropTypes.func,
337
+ "onPointerEnterCapture": PropTypes.func,
338
+ "onPointerLeave": PropTypes.func,
339
+ "onPointerLeaveCapture": PropTypes.func,
340
+ "onPointerMove": PropTypes.func,
341
+ "onPointerMoveCapture": PropTypes.func,
342
+ "onPointerOut": PropTypes.func,
343
+ "onPointerOutCapture": PropTypes.func,
344
+ "onPointerOver": PropTypes.func,
345
+ "onPointerOverCapture": PropTypes.func,
346
+ "onPointerUp": PropTypes.func,
347
+ "onPointerUpCapture": PropTypes.func,
348
+ "onProgress": PropTypes.func,
349
+ "onProgressCapture": PropTypes.func,
350
+ "onRateChange": PropTypes.func,
351
+ "onRateChangeCapture": PropTypes.func,
352
+ "onReset": PropTypes.func,
353
+ "onResetCapture": PropTypes.func,
354
+ "onScroll": PropTypes.func,
355
+ "onScrollCapture": PropTypes.func,
356
+ "onSeeked": PropTypes.func,
357
+ "onSeekedCapture": PropTypes.func,
358
+ "onSeeking": PropTypes.func,
359
+ "onSeekingCapture": PropTypes.func,
360
+ "onSelect": PropTypes.func,
361
+ "onSelectCapture": PropTypes.func,
362
+ "onStalled": PropTypes.func,
363
+ "onStalledCapture": PropTypes.func,
364
+ "onSubmit": PropTypes.func,
365
+ "onSubmitCapture": PropTypes.func,
366
+ "onSuspend": PropTypes.func,
367
+ "onSuspendCapture": PropTypes.func,
368
+ "onTimeUpdate": PropTypes.func,
369
+ "onTimeUpdateCapture": PropTypes.func,
370
+ "onTouchCancel": PropTypes.func,
371
+ "onTouchCancelCapture": PropTypes.func,
372
+ "onTouchEnd": PropTypes.func,
373
+ "onTouchEndCapture": PropTypes.func,
374
+ "onTouchMove": PropTypes.func,
375
+ "onTouchMoveCapture": PropTypes.func,
376
+ "onTouchStart": PropTypes.func,
377
+ "onTouchStartCapture": PropTypes.func,
378
+ "onTransitionEnd": PropTypes.func,
379
+ "onTransitionEndCapture": PropTypes.func,
380
+ "onVolumeChange": PropTypes.func,
381
+ "onVolumeChangeCapture": PropTypes.func,
382
+ "onWaiting": PropTypes.func,
383
+ "onWaitingCapture": PropTypes.func,
384
+ "onWheel": PropTypes.func,
385
+ "onWheelCapture": PropTypes.func,
386
+ "pattern": PropTypes.string,
387
+ "placeholder": PropTypes.string,
388
+ "prefix": PropTypes.string,
389
+ "property": PropTypes.string,
390
+ "radioGroup": PropTypes.string,
391
+ "readOnly": PropTypes.bool,
392
+ "rel": PropTypes.string,
393
+ "required": PropTypes.bool,
394
+ "resource": PropTypes.string,
395
+ "results": PropTypes.number,
396
+ "rev": PropTypes.string,
397
+ "reverse": PropTypes.bool,
398
+ "role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
399
+ "__@iterator": PropTypes.func.isRequired,
400
+ "anchor": PropTypes.func.isRequired,
401
+ "at": PropTypes.func.isRequired,
402
+ "big": PropTypes.func.isRequired,
403
+ "blink": PropTypes.func.isRequired,
404
+ "bold": PropTypes.func.isRequired,
405
+ "charAt": PropTypes.func.isRequired,
406
+ "charCodeAt": PropTypes.func.isRequired,
407
+ "codePointAt": PropTypes.func.isRequired,
408
+ "concat": PropTypes.func.isRequired,
409
+ "endsWith": PropTypes.func.isRequired,
410
+ "fixed": PropTypes.func.isRequired,
411
+ "fontcolor": PropTypes.func.isRequired,
412
+ "fontsize": PropTypes.func.isRequired,
413
+ "includes": PropTypes.func.isRequired,
414
+ "indexOf": PropTypes.func.isRequired,
415
+ "italics": PropTypes.func.isRequired,
416
+ "lastIndexOf": PropTypes.func.isRequired,
417
+ "length": PropTypes.number.isRequired,
418
+ "link": PropTypes.func.isRequired,
419
+ "localeCompare": PropTypes.func.isRequired,
420
+ "match": PropTypes.func.isRequired,
421
+ "matchAll": PropTypes.func.isRequired,
422
+ "normalize": PropTypes.func.isRequired,
423
+ "padEnd": PropTypes.func.isRequired,
424
+ "padStart": PropTypes.func.isRequired,
425
+ "repeat": PropTypes.func.isRequired,
426
+ "replace": PropTypes.func.isRequired,
427
+ "search": PropTypes.func.isRequired,
428
+ "slice": PropTypes.func.isRequired,
429
+ "small": PropTypes.func.isRequired,
430
+ "split": PropTypes.func.isRequired,
431
+ "startsWith": PropTypes.func.isRequired,
432
+ "strike": PropTypes.func.isRequired,
433
+ "sub": PropTypes.func.isRequired,
434
+ "substr": PropTypes.func.isRequired,
435
+ "substring": PropTypes.func.isRequired,
436
+ "sup": PropTypes.func.isRequired,
437
+ "toLocaleLowerCase": PropTypes.func.isRequired,
438
+ "toLocaleUpperCase": PropTypes.func.isRequired,
439
+ "toLowerCase": PropTypes.func.isRequired,
440
+ "toString": PropTypes.func.isRequired,
441
+ "toUpperCase": PropTypes.func.isRequired,
442
+ "trim": PropTypes.func.isRequired,
443
+ "trimEnd": PropTypes.func.isRequired,
444
+ "trimLeft": PropTypes.func.isRequired,
445
+ "trimRight": PropTypes.func.isRequired,
446
+ "trimStart": PropTypes.func.isRequired,
447
+ "valueOf": PropTypes.func.isRequired
448
+ })]),
449
+ "security": PropTypes.string,
450
+ "size": PropTypes.oneOf(["large", "small"]),
451
+ "slot": PropTypes.string,
452
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
453
+ "src": PropTypes.string,
454
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
455
+ "style": PropTypes.object,
456
+ "suppressContentEditableWarning": PropTypes.bool,
457
+ "suppressHydrationWarning": PropTypes.bool,
458
+ "tabIndex": PropTypes.number,
459
+ "title": PropTypes.string,
460
+ "translate": PropTypes.oneOf(["no", "yes"]),
461
+ "type": PropTypes.string.isRequired,
462
+ "typeof": PropTypes.string,
463
+ "unselectable": PropTypes.oneOf(["off", "on"]),
464
+ "validationIconId": PropTypes.string,
465
+ "validationOnLabel": PropTypes.bool,
466
+ "value": PropTypes.string,
467
+ "vocab": PropTypes.string,
468
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
469
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
470
+ };
471
+ }
470
472
  CheckableInput.displayName = "CheckableInput";
471
473
  export default CheckableInput;