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
@@ -121,528 +121,530 @@ const Checkbox = /*#__PURE__*/React.forwardRef(({
121
121
  tooltipPosition: tooltipPosition
122
122
  }, componentToRender));
123
123
  });
124
- Checkbox.propTypes = {
125
- "about": PropTypes.string,
126
- "accept": PropTypes.string,
127
- "accessKey": PropTypes.string,
128
- "adaptiveSpacingBreakpoint": PropTypes.number,
129
- "alt": PropTypes.string,
130
- "aria-activedescendant": PropTypes.string,
131
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
132
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
133
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
134
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
135
- "aria-colcount": PropTypes.number,
136
- "aria-colindex": PropTypes.number,
137
- "aria-colspan": PropTypes.number,
138
- "aria-controls": PropTypes.string,
139
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
140
- "aria-describedby": PropTypes.string,
141
- "aria-details": PropTypes.string,
142
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
143
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
144
- "aria-errormessage": PropTypes.string,
145
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
146
- "aria-flowto": PropTypes.string,
147
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
148
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
149
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
150
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
151
- "aria-keyshortcuts": PropTypes.string,
152
- "aria-label": PropTypes.string,
153
- "aria-labelledby": PropTypes.string,
154
- "aria-level": PropTypes.number,
155
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
156
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
157
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
158
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
159
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
160
- "aria-owns": PropTypes.string,
161
- "aria-placeholder": PropTypes.string,
162
- "aria-posinset": PropTypes.number,
163
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
164
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
165
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
166
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
167
- "aria-roledescription": PropTypes.string,
168
- "aria-rowcount": PropTypes.number,
169
- "aria-rowindex": PropTypes.number,
170
- "aria-rowspan": PropTypes.number,
171
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
172
- "aria-setsize": PropTypes.number,
173
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
174
- "aria-valuemax": PropTypes.number,
175
- "aria-valuemin": PropTypes.number,
176
- "aria-valuenow": PropTypes.number,
177
- "aria-valuetext": PropTypes.string,
178
- "ariaDescribedBy": PropTypes.string,
179
- "ariaLabelledBy": PropTypes.string,
180
- "autoCapitalize": PropTypes.string,
181
- "autoComplete": PropTypes.string,
182
- "autoCorrect": PropTypes.string,
183
- "autoFocus": PropTypes.bool,
184
- "autoSave": PropTypes.string,
185
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
186
- "checked": PropTypes.bool,
187
- "children": PropTypes.node,
188
- "className": PropTypes.string,
189
- "color": PropTypes.string,
190
- "content": PropTypes.string,
191
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
192
- "contextMenu": PropTypes.string,
193
- "dangerouslySetInnerHTML": PropTypes.shape({
194
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
195
- }),
196
- "data-component": PropTypes.string,
197
- "data-element": PropTypes.string,
198
- "data-role": PropTypes.string,
199
- "datatype": PropTypes.string,
200
- "defaultChecked": PropTypes.bool,
201
- "defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
202
- "dir": PropTypes.string,
203
- "disabled": PropTypes.bool,
204
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
205
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
206
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
207
- "fieldHelp": PropTypes.node,
208
- "fieldHelpInline": PropTypes.bool,
209
- "form": PropTypes.string,
210
- "formAction": PropTypes.string,
211
- "formEncType": PropTypes.string,
212
- "formMethod": PropTypes.string,
213
- "formNoValidate": PropTypes.bool,
214
- "formTarget": PropTypes.string,
215
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
216
- "helpAriaLabel": PropTypes.string,
217
- "hidden": PropTypes.bool,
218
- "id": PropTypes.string,
219
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
220
- "inlist": PropTypes.any,
221
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
222
- "inputRef": PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
223
- "current": PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.object]).isRequired
224
- })]),
225
- "inputWidth": PropTypes.number,
226
- "is": PropTypes.string,
227
- "itemID": PropTypes.string,
228
- "itemProp": PropTypes.string,
229
- "itemRef": PropTypes.string,
230
- "itemScope": PropTypes.bool,
231
- "itemType": PropTypes.string,
232
- "label": PropTypes.node,
233
- "labelHelp": PropTypes.node,
234
- "labelInline": PropTypes.bool,
235
- "labelSpacing": PropTypes.oneOf([1, 2]),
236
- "labelWidth": PropTypes.number,
237
- "lang": PropTypes.string,
238
- "list": PropTypes.string,
239
- "loading": PropTypes.bool,
240
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
241
- "__@toStringTag": PropTypes.string.isRequired,
242
- "description": PropTypes.string,
243
- "toString": PropTypes.func.isRequired,
244
- "valueOf": PropTypes.func.isRequired
245
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
246
- "__@toStringTag": PropTypes.string.isRequired,
247
- "description": PropTypes.string,
248
- "toString": PropTypes.func.isRequired,
249
- "valueOf": PropTypes.func.isRequired
250
- }), PropTypes.string]),
251
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
252
- "__@toStringTag": PropTypes.string.isRequired,
253
- "description": PropTypes.string,
254
- "toString": PropTypes.func.isRequired,
255
- "valueOf": PropTypes.func.isRequired
256
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
257
- "__@toStringTag": PropTypes.string.isRequired,
258
- "description": PropTypes.string,
259
- "toString": PropTypes.func.isRequired,
260
- "valueOf": PropTypes.func.isRequired
261
- }), PropTypes.string]),
262
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
263
- "__@toStringTag": PropTypes.string.isRequired,
264
- "description": PropTypes.string,
265
- "toString": PropTypes.func.isRequired,
266
- "valueOf": PropTypes.func.isRequired
267
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
268
- "__@toStringTag": PropTypes.string.isRequired,
269
- "description": PropTypes.string,
270
- "toString": PropTypes.func.isRequired,
271
- "valueOf": PropTypes.func.isRequired
272
- }), PropTypes.string]),
273
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
274
- "__@toStringTag": PropTypes.string.isRequired,
275
- "description": PropTypes.string,
276
- "toString": PropTypes.func.isRequired,
277
- "valueOf": PropTypes.func.isRequired
278
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
279
- "__@toStringTag": PropTypes.string.isRequired,
280
- "description": PropTypes.string,
281
- "toString": PropTypes.func.isRequired,
282
- "valueOf": PropTypes.func.isRequired
283
- }), PropTypes.string]),
284
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
285
- "__@toStringTag": PropTypes.string.isRequired,
286
- "description": PropTypes.string,
287
- "toString": PropTypes.func.isRequired,
288
- "valueOf": PropTypes.func.isRequired
289
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
290
- "__@toStringTag": PropTypes.string.isRequired,
291
- "description": PropTypes.string,
292
- "toString": PropTypes.func.isRequired,
293
- "valueOf": PropTypes.func.isRequired
294
- }), PropTypes.string]),
295
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
296
- "__@toStringTag": PropTypes.string.isRequired,
297
- "description": PropTypes.string,
298
- "toString": PropTypes.func.isRequired,
299
- "valueOf": PropTypes.func.isRequired
300
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
301
- "__@toStringTag": PropTypes.string.isRequired,
302
- "description": PropTypes.string,
303
- "toString": PropTypes.func.isRequired,
304
- "valueOf": PropTypes.func.isRequired
305
- }), PropTypes.string]),
306
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
307
- "__@toStringTag": PropTypes.string.isRequired,
308
- "description": PropTypes.string,
309
- "toString": PropTypes.func.isRequired,
310
- "valueOf": PropTypes.func.isRequired
311
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
312
- "__@toStringTag": PropTypes.string.isRequired,
313
- "description": PropTypes.string,
314
- "toString": PropTypes.func.isRequired,
315
- "valueOf": PropTypes.func.isRequired
316
- }), PropTypes.string]),
317
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
318
- "__@toStringTag": PropTypes.string.isRequired,
319
- "description": PropTypes.string,
320
- "toString": PropTypes.func.isRequired,
321
- "valueOf": PropTypes.func.isRequired
322
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
323
- "__@toStringTag": PropTypes.string.isRequired,
324
- "description": PropTypes.string,
325
- "toString": PropTypes.func.isRequired,
326
- "valueOf": PropTypes.func.isRequired
327
- }), PropTypes.string]),
328
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
329
- "maxLength": PropTypes.number,
330
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
331
- "__@toStringTag": PropTypes.string.isRequired,
332
- "description": PropTypes.string,
333
- "toString": PropTypes.func.isRequired,
334
- "valueOf": PropTypes.func.isRequired
335
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
336
- "__@toStringTag": PropTypes.string.isRequired,
337
- "description": PropTypes.string,
338
- "toString": PropTypes.func.isRequired,
339
- "valueOf": PropTypes.func.isRequired
340
- }), PropTypes.string]),
341
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
342
- "minLength": PropTypes.number,
343
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
344
- "__@toStringTag": PropTypes.string.isRequired,
345
- "description": PropTypes.string,
346
- "toString": PropTypes.func.isRequired,
347
- "valueOf": PropTypes.func.isRequired
348
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
349
- "__@toStringTag": PropTypes.string.isRequired,
350
- "description": PropTypes.string,
351
- "toString": PropTypes.func.isRequired,
352
- "valueOf": PropTypes.func.isRequired
353
- }), PropTypes.string]),
354
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
355
- "__@toStringTag": PropTypes.string.isRequired,
356
- "description": PropTypes.string,
357
- "toString": PropTypes.func.isRequired,
358
- "valueOf": PropTypes.func.isRequired
359
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
360
- "__@toStringTag": PropTypes.string.isRequired,
361
- "description": PropTypes.string,
362
- "toString": PropTypes.func.isRequired,
363
- "valueOf": PropTypes.func.isRequired
364
- }), PropTypes.string]),
365
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
366
- "__@toStringTag": PropTypes.string.isRequired,
367
- "description": PropTypes.string,
368
- "toString": PropTypes.func.isRequired,
369
- "valueOf": PropTypes.func.isRequired
370
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
371
- "__@toStringTag": PropTypes.string.isRequired,
372
- "description": PropTypes.string,
373
- "toString": PropTypes.func.isRequired,
374
- "valueOf": PropTypes.func.isRequired
375
- }), PropTypes.string]),
376
- "multiple": PropTypes.bool,
377
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
378
- "__@toStringTag": PropTypes.string.isRequired,
379
- "description": PropTypes.string,
380
- "toString": PropTypes.func.isRequired,
381
- "valueOf": PropTypes.func.isRequired
382
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
383
- "__@toStringTag": PropTypes.string.isRequired,
384
- "description": PropTypes.string,
385
- "toString": PropTypes.func.isRequired,
386
- "valueOf": PropTypes.func.isRequired
387
- }), PropTypes.string]),
388
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
389
- "__@toStringTag": PropTypes.string.isRequired,
390
- "description": PropTypes.string,
391
- "toString": PropTypes.func.isRequired,
392
- "valueOf": PropTypes.func.isRequired
393
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
394
- "__@toStringTag": PropTypes.string.isRequired,
395
- "description": PropTypes.string,
396
- "toString": PropTypes.func.isRequired,
397
- "valueOf": PropTypes.func.isRequired
398
- }), PropTypes.string]),
399
- "name": PropTypes.string,
400
- "nonce": PropTypes.string,
401
- "onAbort": PropTypes.func,
402
- "onAbortCapture": PropTypes.func,
403
- "onAnimationEnd": PropTypes.func,
404
- "onAnimationEndCapture": PropTypes.func,
405
- "onAnimationIteration": PropTypes.func,
406
- "onAnimationIterationCapture": PropTypes.func,
407
- "onAnimationStart": PropTypes.func,
408
- "onAnimationStartCapture": PropTypes.func,
409
- "onAuxClick": PropTypes.func,
410
- "onAuxClickCapture": PropTypes.func,
411
- "onBeforeInput": PropTypes.func,
412
- "onBeforeInputCapture": PropTypes.func,
413
- "onBlur": PropTypes.func,
414
- "onBlurCapture": PropTypes.func,
415
- "onCanPlay": PropTypes.func,
416
- "onCanPlayCapture": PropTypes.func,
417
- "onCanPlayThrough": PropTypes.func,
418
- "onCanPlayThroughCapture": PropTypes.func,
419
- "onChange": PropTypes.func,
420
- "onChangeCapture": PropTypes.func,
421
- "onClick": PropTypes.func,
422
- "onClickCapture": PropTypes.func,
423
- "onCompositionEnd": PropTypes.func,
424
- "onCompositionEndCapture": PropTypes.func,
425
- "onCompositionStart": PropTypes.func,
426
- "onCompositionStartCapture": PropTypes.func,
427
- "onCompositionUpdate": PropTypes.func,
428
- "onCompositionUpdateCapture": PropTypes.func,
429
- "onContextMenu": PropTypes.func,
430
- "onContextMenuCapture": PropTypes.func,
431
- "onCopy": PropTypes.func,
432
- "onCopyCapture": PropTypes.func,
433
- "onCut": PropTypes.func,
434
- "onCutCapture": PropTypes.func,
435
- "onDoubleClick": PropTypes.func,
436
- "onDoubleClickCapture": PropTypes.func,
437
- "onDrag": PropTypes.func,
438
- "onDragCapture": PropTypes.func,
439
- "onDragEnd": PropTypes.func,
440
- "onDragEndCapture": PropTypes.func,
441
- "onDragEnter": PropTypes.func,
442
- "onDragEnterCapture": PropTypes.func,
443
- "onDragExit": PropTypes.func,
444
- "onDragExitCapture": PropTypes.func,
445
- "onDragLeave": PropTypes.func,
446
- "onDragLeaveCapture": PropTypes.func,
447
- "onDragOver": PropTypes.func,
448
- "onDragOverCapture": PropTypes.func,
449
- "onDragStart": PropTypes.func,
450
- "onDragStartCapture": PropTypes.func,
451
- "onDrop": PropTypes.func,
452
- "onDropCapture": PropTypes.func,
453
- "onDurationChange": PropTypes.func,
454
- "onDurationChangeCapture": PropTypes.func,
455
- "onEmptied": PropTypes.func,
456
- "onEmptiedCapture": PropTypes.func,
457
- "onEncrypted": PropTypes.func,
458
- "onEncryptedCapture": PropTypes.func,
459
- "onEnded": PropTypes.func,
460
- "onEndedCapture": PropTypes.func,
461
- "onError": PropTypes.func,
462
- "onErrorCapture": PropTypes.func,
463
- "onFocus": PropTypes.func,
464
- "onFocusCapture": PropTypes.func,
465
- "onGotPointerCapture": PropTypes.func,
466
- "onGotPointerCaptureCapture": PropTypes.func,
467
- "onInput": PropTypes.func,
468
- "onInputCapture": PropTypes.func,
469
- "onInvalid": PropTypes.func,
470
- "onInvalidCapture": PropTypes.func,
471
- "onKeyDown": PropTypes.func,
472
- "onKeyDownCapture": PropTypes.func,
473
- "onKeyPress": PropTypes.func,
474
- "onKeyPressCapture": PropTypes.func,
475
- "onKeyUp": PropTypes.func,
476
- "onKeyUpCapture": PropTypes.func,
477
- "onLoad": PropTypes.func,
478
- "onLoadCapture": PropTypes.func,
479
- "onLoadedData": PropTypes.func,
480
- "onLoadedDataCapture": PropTypes.func,
481
- "onLoadedMetadata": PropTypes.func,
482
- "onLoadedMetadataCapture": PropTypes.func,
483
- "onLoadStart": PropTypes.func,
484
- "onLoadStartCapture": PropTypes.func,
485
- "onLostPointerCapture": PropTypes.func,
486
- "onLostPointerCaptureCapture": PropTypes.func,
487
- "onMouseDown": PropTypes.func,
488
- "onMouseDownCapture": PropTypes.func,
489
- "onMouseEnter": PropTypes.func,
490
- "onMouseLeave": PropTypes.func,
491
- "onMouseMove": PropTypes.func,
492
- "onMouseMoveCapture": PropTypes.func,
493
- "onMouseOut": PropTypes.func,
494
- "onMouseOutCapture": PropTypes.func,
495
- "onMouseOver": PropTypes.func,
496
- "onMouseOverCapture": PropTypes.func,
497
- "onMouseUp": PropTypes.func,
498
- "onMouseUpCapture": PropTypes.func,
499
- "onPaste": PropTypes.func,
500
- "onPasteCapture": PropTypes.func,
501
- "onPause": PropTypes.func,
502
- "onPauseCapture": PropTypes.func,
503
- "onPlay": PropTypes.func,
504
- "onPlayCapture": PropTypes.func,
505
- "onPlaying": PropTypes.func,
506
- "onPlayingCapture": PropTypes.func,
507
- "onPointerCancel": PropTypes.func,
508
- "onPointerCancelCapture": PropTypes.func,
509
- "onPointerDown": PropTypes.func,
510
- "onPointerDownCapture": PropTypes.func,
511
- "onPointerEnter": PropTypes.func,
512
- "onPointerEnterCapture": PropTypes.func,
513
- "onPointerLeave": PropTypes.func,
514
- "onPointerLeaveCapture": PropTypes.func,
515
- "onPointerMove": PropTypes.func,
516
- "onPointerMoveCapture": PropTypes.func,
517
- "onPointerOut": PropTypes.func,
518
- "onPointerOutCapture": PropTypes.func,
519
- "onPointerOver": PropTypes.func,
520
- "onPointerOverCapture": PropTypes.func,
521
- "onPointerUp": PropTypes.func,
522
- "onPointerUpCapture": PropTypes.func,
523
- "onProgress": PropTypes.func,
524
- "onProgressCapture": PropTypes.func,
525
- "onRateChange": PropTypes.func,
526
- "onRateChangeCapture": PropTypes.func,
527
- "onReset": PropTypes.func,
528
- "onResetCapture": PropTypes.func,
529
- "onScroll": PropTypes.func,
530
- "onScrollCapture": PropTypes.func,
531
- "onSeeked": PropTypes.func,
532
- "onSeekedCapture": PropTypes.func,
533
- "onSeeking": PropTypes.func,
534
- "onSeekingCapture": PropTypes.func,
535
- "onSelect": PropTypes.func,
536
- "onSelectCapture": PropTypes.func,
537
- "onStalled": PropTypes.func,
538
- "onStalledCapture": PropTypes.func,
539
- "onSubmit": PropTypes.func,
540
- "onSubmitCapture": PropTypes.func,
541
- "onSuspend": PropTypes.func,
542
- "onSuspendCapture": PropTypes.func,
543
- "onTimeUpdate": PropTypes.func,
544
- "onTimeUpdateCapture": PropTypes.func,
545
- "onTouchCancel": PropTypes.func,
546
- "onTouchCancelCapture": PropTypes.func,
547
- "onTouchEnd": PropTypes.func,
548
- "onTouchEndCapture": PropTypes.func,
549
- "onTouchMove": PropTypes.func,
550
- "onTouchMoveCapture": PropTypes.func,
551
- "onTouchStart": PropTypes.func,
552
- "onTouchStartCapture": PropTypes.func,
553
- "onTransitionEnd": PropTypes.func,
554
- "onTransitionEndCapture": PropTypes.func,
555
- "onVolumeChange": PropTypes.func,
556
- "onVolumeChangeCapture": PropTypes.func,
557
- "onWaiting": PropTypes.func,
558
- "onWaitingCapture": PropTypes.func,
559
- "onWheel": PropTypes.func,
560
- "onWheelCapture": PropTypes.func,
561
- "pattern": PropTypes.string,
562
- "placeholder": PropTypes.string,
563
- "prefix": PropTypes.string,
564
- "property": PropTypes.string,
565
- "radioGroup": PropTypes.string,
566
- "readOnly": PropTypes.bool,
567
- "rel": PropTypes.string,
568
- "required": PropTypes.bool,
569
- "resource": PropTypes.string,
570
- "results": PropTypes.number,
571
- "rev": PropTypes.string,
572
- "reverse": PropTypes.bool,
573
- "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({
574
- "__@iterator": PropTypes.func.isRequired,
575
- "anchor": PropTypes.func.isRequired,
576
- "at": PropTypes.func.isRequired,
577
- "big": PropTypes.func.isRequired,
578
- "blink": PropTypes.func.isRequired,
579
- "bold": PropTypes.func.isRequired,
580
- "charAt": PropTypes.func.isRequired,
581
- "charCodeAt": PropTypes.func.isRequired,
582
- "codePointAt": PropTypes.func.isRequired,
583
- "concat": PropTypes.func.isRequired,
584
- "endsWith": PropTypes.func.isRequired,
585
- "fixed": PropTypes.func.isRequired,
586
- "fontcolor": PropTypes.func.isRequired,
587
- "fontsize": PropTypes.func.isRequired,
588
- "includes": PropTypes.func.isRequired,
589
- "indexOf": PropTypes.func.isRequired,
590
- "italics": PropTypes.func.isRequired,
591
- "lastIndexOf": PropTypes.func.isRequired,
592
- "length": PropTypes.number.isRequired,
593
- "link": PropTypes.func.isRequired,
594
- "localeCompare": PropTypes.func.isRequired,
595
- "match": PropTypes.func.isRequired,
596
- "matchAll": PropTypes.func.isRequired,
597
- "normalize": PropTypes.func.isRequired,
598
- "padEnd": PropTypes.func.isRequired,
599
- "padStart": PropTypes.func.isRequired,
600
- "repeat": PropTypes.func.isRequired,
601
- "replace": PropTypes.func.isRequired,
602
- "search": PropTypes.func.isRequired,
603
- "slice": PropTypes.func.isRequired,
604
- "small": PropTypes.func.isRequired,
605
- "split": PropTypes.func.isRequired,
606
- "startsWith": PropTypes.func.isRequired,
607
- "strike": PropTypes.func.isRequired,
608
- "sub": PropTypes.func.isRequired,
609
- "substr": PropTypes.func.isRequired,
610
- "substring": PropTypes.func.isRequired,
611
- "sup": PropTypes.func.isRequired,
612
- "toLocaleLowerCase": PropTypes.func.isRequired,
613
- "toLocaleUpperCase": PropTypes.func.isRequired,
614
- "toLowerCase": PropTypes.func.isRequired,
615
- "toString": PropTypes.func.isRequired,
616
- "toUpperCase": PropTypes.func.isRequired,
617
- "trim": PropTypes.func.isRequired,
618
- "trimEnd": PropTypes.func.isRequired,
619
- "trimLeft": PropTypes.func.isRequired,
620
- "trimRight": PropTypes.func.isRequired,
621
- "trimStart": PropTypes.func.isRequired,
622
- "valueOf": PropTypes.func.isRequired
623
- })]),
624
- "security": PropTypes.string,
625
- "size": PropTypes.oneOf(["large", "small"]),
626
- "slot": PropTypes.string,
627
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
628
- "src": PropTypes.string,
629
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
630
- "style": PropTypes.object,
631
- "suppressContentEditableWarning": PropTypes.bool,
632
- "suppressHydrationWarning": PropTypes.bool,
633
- "tabIndex": PropTypes.number,
634
- "title": PropTypes.string,
635
- "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
636
- "translate": PropTypes.oneOf(["no", "yes"]),
637
- "typeof": PropTypes.string,
638
- "unselectable": PropTypes.oneOf(["off", "on"]),
639
- "validationIconId": PropTypes.string,
640
- "validationOnLabel": PropTypes.bool,
641
- "value": PropTypes.string,
642
- "vocab": PropTypes.string,
643
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
644
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
645
- };
124
+ if (process.env.NODE_ENV !== "production") {
125
+ Checkbox.propTypes = {
126
+ "about": PropTypes.string,
127
+ "accept": PropTypes.string,
128
+ "accessKey": PropTypes.string,
129
+ "adaptiveSpacingBreakpoint": PropTypes.number,
130
+ "alt": PropTypes.string,
131
+ "aria-activedescendant": PropTypes.string,
132
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
133
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
134
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
135
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
136
+ "aria-colcount": PropTypes.number,
137
+ "aria-colindex": PropTypes.number,
138
+ "aria-colspan": PropTypes.number,
139
+ "aria-controls": PropTypes.string,
140
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
141
+ "aria-describedby": PropTypes.string,
142
+ "aria-details": PropTypes.string,
143
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
144
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
145
+ "aria-errormessage": PropTypes.string,
146
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
147
+ "aria-flowto": PropTypes.string,
148
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
149
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
150
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
151
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
152
+ "aria-keyshortcuts": PropTypes.string,
153
+ "aria-label": PropTypes.string,
154
+ "aria-labelledby": PropTypes.string,
155
+ "aria-level": PropTypes.number,
156
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
157
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
158
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
159
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
160
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
161
+ "aria-owns": PropTypes.string,
162
+ "aria-placeholder": PropTypes.string,
163
+ "aria-posinset": PropTypes.number,
164
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
165
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
166
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
167
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
168
+ "aria-roledescription": PropTypes.string,
169
+ "aria-rowcount": PropTypes.number,
170
+ "aria-rowindex": PropTypes.number,
171
+ "aria-rowspan": PropTypes.number,
172
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
173
+ "aria-setsize": PropTypes.number,
174
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
175
+ "aria-valuemax": PropTypes.number,
176
+ "aria-valuemin": PropTypes.number,
177
+ "aria-valuenow": PropTypes.number,
178
+ "aria-valuetext": PropTypes.string,
179
+ "ariaDescribedBy": PropTypes.string,
180
+ "ariaLabelledBy": PropTypes.string,
181
+ "autoCapitalize": PropTypes.string,
182
+ "autoComplete": PropTypes.string,
183
+ "autoCorrect": PropTypes.string,
184
+ "autoFocus": PropTypes.bool,
185
+ "autoSave": PropTypes.string,
186
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
187
+ "checked": PropTypes.bool,
188
+ "children": PropTypes.node,
189
+ "className": PropTypes.string,
190
+ "color": PropTypes.string,
191
+ "content": PropTypes.string,
192
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
193
+ "contextMenu": PropTypes.string,
194
+ "dangerouslySetInnerHTML": PropTypes.shape({
195
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
196
+ }),
197
+ "data-component": PropTypes.string,
198
+ "data-element": PropTypes.string,
199
+ "data-role": PropTypes.string,
200
+ "datatype": PropTypes.string,
201
+ "defaultChecked": PropTypes.bool,
202
+ "defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
203
+ "dir": PropTypes.string,
204
+ "disabled": PropTypes.bool,
205
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
206
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
207
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
208
+ "fieldHelp": PropTypes.node,
209
+ "fieldHelpInline": PropTypes.bool,
210
+ "form": PropTypes.string,
211
+ "formAction": PropTypes.string,
212
+ "formEncType": PropTypes.string,
213
+ "formMethod": PropTypes.string,
214
+ "formNoValidate": PropTypes.bool,
215
+ "formTarget": PropTypes.string,
216
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
217
+ "helpAriaLabel": PropTypes.string,
218
+ "hidden": PropTypes.bool,
219
+ "id": PropTypes.string,
220
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
221
+ "inlist": PropTypes.any,
222
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
223
+ "inputRef": PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
224
+ "current": PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.object]).isRequired
225
+ })]),
226
+ "inputWidth": PropTypes.number,
227
+ "is": PropTypes.string,
228
+ "itemID": PropTypes.string,
229
+ "itemProp": PropTypes.string,
230
+ "itemRef": PropTypes.string,
231
+ "itemScope": PropTypes.bool,
232
+ "itemType": PropTypes.string,
233
+ "label": PropTypes.node,
234
+ "labelHelp": PropTypes.node,
235
+ "labelInline": PropTypes.bool,
236
+ "labelSpacing": PropTypes.oneOf([1, 2]),
237
+ "labelWidth": PropTypes.number,
238
+ "lang": PropTypes.string,
239
+ "list": PropTypes.string,
240
+ "loading": PropTypes.bool,
241
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
242
+ "__@toStringTag": PropTypes.string.isRequired,
243
+ "description": PropTypes.string,
244
+ "toString": PropTypes.func.isRequired,
245
+ "valueOf": PropTypes.func.isRequired
246
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
247
+ "__@toStringTag": PropTypes.string.isRequired,
248
+ "description": PropTypes.string,
249
+ "toString": PropTypes.func.isRequired,
250
+ "valueOf": PropTypes.func.isRequired
251
+ }), PropTypes.string]),
252
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
253
+ "__@toStringTag": PropTypes.string.isRequired,
254
+ "description": PropTypes.string,
255
+ "toString": PropTypes.func.isRequired,
256
+ "valueOf": PropTypes.func.isRequired
257
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
258
+ "__@toStringTag": PropTypes.string.isRequired,
259
+ "description": PropTypes.string,
260
+ "toString": PropTypes.func.isRequired,
261
+ "valueOf": PropTypes.func.isRequired
262
+ }), PropTypes.string]),
263
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
264
+ "__@toStringTag": PropTypes.string.isRequired,
265
+ "description": PropTypes.string,
266
+ "toString": PropTypes.func.isRequired,
267
+ "valueOf": PropTypes.func.isRequired
268
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
269
+ "__@toStringTag": PropTypes.string.isRequired,
270
+ "description": PropTypes.string,
271
+ "toString": PropTypes.func.isRequired,
272
+ "valueOf": PropTypes.func.isRequired
273
+ }), PropTypes.string]),
274
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
275
+ "__@toStringTag": PropTypes.string.isRequired,
276
+ "description": PropTypes.string,
277
+ "toString": PropTypes.func.isRequired,
278
+ "valueOf": PropTypes.func.isRequired
279
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
280
+ "__@toStringTag": PropTypes.string.isRequired,
281
+ "description": PropTypes.string,
282
+ "toString": PropTypes.func.isRequired,
283
+ "valueOf": PropTypes.func.isRequired
284
+ }), PropTypes.string]),
285
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
286
+ "__@toStringTag": PropTypes.string.isRequired,
287
+ "description": PropTypes.string,
288
+ "toString": PropTypes.func.isRequired,
289
+ "valueOf": PropTypes.func.isRequired
290
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
291
+ "__@toStringTag": PropTypes.string.isRequired,
292
+ "description": PropTypes.string,
293
+ "toString": PropTypes.func.isRequired,
294
+ "valueOf": PropTypes.func.isRequired
295
+ }), PropTypes.string]),
296
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
297
+ "__@toStringTag": PropTypes.string.isRequired,
298
+ "description": PropTypes.string,
299
+ "toString": PropTypes.func.isRequired,
300
+ "valueOf": PropTypes.func.isRequired
301
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
302
+ "__@toStringTag": PropTypes.string.isRequired,
303
+ "description": PropTypes.string,
304
+ "toString": PropTypes.func.isRequired,
305
+ "valueOf": PropTypes.func.isRequired
306
+ }), PropTypes.string]),
307
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
308
+ "__@toStringTag": PropTypes.string.isRequired,
309
+ "description": PropTypes.string,
310
+ "toString": PropTypes.func.isRequired,
311
+ "valueOf": PropTypes.func.isRequired
312
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
313
+ "__@toStringTag": PropTypes.string.isRequired,
314
+ "description": PropTypes.string,
315
+ "toString": PropTypes.func.isRequired,
316
+ "valueOf": PropTypes.func.isRequired
317
+ }), PropTypes.string]),
318
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
319
+ "__@toStringTag": PropTypes.string.isRequired,
320
+ "description": PropTypes.string,
321
+ "toString": PropTypes.func.isRequired,
322
+ "valueOf": PropTypes.func.isRequired
323
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
324
+ "__@toStringTag": PropTypes.string.isRequired,
325
+ "description": PropTypes.string,
326
+ "toString": PropTypes.func.isRequired,
327
+ "valueOf": PropTypes.func.isRequired
328
+ }), PropTypes.string]),
329
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
330
+ "maxLength": PropTypes.number,
331
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
332
+ "__@toStringTag": PropTypes.string.isRequired,
333
+ "description": PropTypes.string,
334
+ "toString": PropTypes.func.isRequired,
335
+ "valueOf": PropTypes.func.isRequired
336
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
337
+ "__@toStringTag": PropTypes.string.isRequired,
338
+ "description": PropTypes.string,
339
+ "toString": PropTypes.func.isRequired,
340
+ "valueOf": PropTypes.func.isRequired
341
+ }), PropTypes.string]),
342
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
343
+ "minLength": PropTypes.number,
344
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
345
+ "__@toStringTag": PropTypes.string.isRequired,
346
+ "description": PropTypes.string,
347
+ "toString": PropTypes.func.isRequired,
348
+ "valueOf": PropTypes.func.isRequired
349
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
350
+ "__@toStringTag": PropTypes.string.isRequired,
351
+ "description": PropTypes.string,
352
+ "toString": PropTypes.func.isRequired,
353
+ "valueOf": PropTypes.func.isRequired
354
+ }), PropTypes.string]),
355
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
356
+ "__@toStringTag": PropTypes.string.isRequired,
357
+ "description": PropTypes.string,
358
+ "toString": PropTypes.func.isRequired,
359
+ "valueOf": PropTypes.func.isRequired
360
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
361
+ "__@toStringTag": PropTypes.string.isRequired,
362
+ "description": PropTypes.string,
363
+ "toString": PropTypes.func.isRequired,
364
+ "valueOf": PropTypes.func.isRequired
365
+ }), PropTypes.string]),
366
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
367
+ "__@toStringTag": PropTypes.string.isRequired,
368
+ "description": PropTypes.string,
369
+ "toString": PropTypes.func.isRequired,
370
+ "valueOf": PropTypes.func.isRequired
371
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
372
+ "__@toStringTag": PropTypes.string.isRequired,
373
+ "description": PropTypes.string,
374
+ "toString": PropTypes.func.isRequired,
375
+ "valueOf": PropTypes.func.isRequired
376
+ }), PropTypes.string]),
377
+ "multiple": PropTypes.bool,
378
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
379
+ "__@toStringTag": PropTypes.string.isRequired,
380
+ "description": PropTypes.string,
381
+ "toString": PropTypes.func.isRequired,
382
+ "valueOf": PropTypes.func.isRequired
383
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
384
+ "__@toStringTag": PropTypes.string.isRequired,
385
+ "description": PropTypes.string,
386
+ "toString": PropTypes.func.isRequired,
387
+ "valueOf": PropTypes.func.isRequired
388
+ }), PropTypes.string]),
389
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
390
+ "__@toStringTag": PropTypes.string.isRequired,
391
+ "description": PropTypes.string,
392
+ "toString": PropTypes.func.isRequired,
393
+ "valueOf": PropTypes.func.isRequired
394
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
395
+ "__@toStringTag": PropTypes.string.isRequired,
396
+ "description": PropTypes.string,
397
+ "toString": PropTypes.func.isRequired,
398
+ "valueOf": PropTypes.func.isRequired
399
+ }), PropTypes.string]),
400
+ "name": PropTypes.string,
401
+ "nonce": PropTypes.string,
402
+ "onAbort": PropTypes.func,
403
+ "onAbortCapture": PropTypes.func,
404
+ "onAnimationEnd": PropTypes.func,
405
+ "onAnimationEndCapture": PropTypes.func,
406
+ "onAnimationIteration": PropTypes.func,
407
+ "onAnimationIterationCapture": PropTypes.func,
408
+ "onAnimationStart": PropTypes.func,
409
+ "onAnimationStartCapture": PropTypes.func,
410
+ "onAuxClick": PropTypes.func,
411
+ "onAuxClickCapture": PropTypes.func,
412
+ "onBeforeInput": PropTypes.func,
413
+ "onBeforeInputCapture": PropTypes.func,
414
+ "onBlur": PropTypes.func,
415
+ "onBlurCapture": PropTypes.func,
416
+ "onCanPlay": PropTypes.func,
417
+ "onCanPlayCapture": PropTypes.func,
418
+ "onCanPlayThrough": PropTypes.func,
419
+ "onCanPlayThroughCapture": PropTypes.func,
420
+ "onChange": PropTypes.func,
421
+ "onChangeCapture": PropTypes.func,
422
+ "onClick": PropTypes.func,
423
+ "onClickCapture": PropTypes.func,
424
+ "onCompositionEnd": PropTypes.func,
425
+ "onCompositionEndCapture": PropTypes.func,
426
+ "onCompositionStart": PropTypes.func,
427
+ "onCompositionStartCapture": PropTypes.func,
428
+ "onCompositionUpdate": PropTypes.func,
429
+ "onCompositionUpdateCapture": PropTypes.func,
430
+ "onContextMenu": PropTypes.func,
431
+ "onContextMenuCapture": PropTypes.func,
432
+ "onCopy": PropTypes.func,
433
+ "onCopyCapture": PropTypes.func,
434
+ "onCut": PropTypes.func,
435
+ "onCutCapture": PropTypes.func,
436
+ "onDoubleClick": PropTypes.func,
437
+ "onDoubleClickCapture": PropTypes.func,
438
+ "onDrag": PropTypes.func,
439
+ "onDragCapture": PropTypes.func,
440
+ "onDragEnd": PropTypes.func,
441
+ "onDragEndCapture": PropTypes.func,
442
+ "onDragEnter": PropTypes.func,
443
+ "onDragEnterCapture": PropTypes.func,
444
+ "onDragExit": PropTypes.func,
445
+ "onDragExitCapture": PropTypes.func,
446
+ "onDragLeave": PropTypes.func,
447
+ "onDragLeaveCapture": PropTypes.func,
448
+ "onDragOver": PropTypes.func,
449
+ "onDragOverCapture": PropTypes.func,
450
+ "onDragStart": PropTypes.func,
451
+ "onDragStartCapture": PropTypes.func,
452
+ "onDrop": PropTypes.func,
453
+ "onDropCapture": PropTypes.func,
454
+ "onDurationChange": PropTypes.func,
455
+ "onDurationChangeCapture": PropTypes.func,
456
+ "onEmptied": PropTypes.func,
457
+ "onEmptiedCapture": PropTypes.func,
458
+ "onEncrypted": PropTypes.func,
459
+ "onEncryptedCapture": PropTypes.func,
460
+ "onEnded": PropTypes.func,
461
+ "onEndedCapture": PropTypes.func,
462
+ "onError": PropTypes.func,
463
+ "onErrorCapture": PropTypes.func,
464
+ "onFocus": PropTypes.func,
465
+ "onFocusCapture": PropTypes.func,
466
+ "onGotPointerCapture": PropTypes.func,
467
+ "onGotPointerCaptureCapture": PropTypes.func,
468
+ "onInput": PropTypes.func,
469
+ "onInputCapture": PropTypes.func,
470
+ "onInvalid": PropTypes.func,
471
+ "onInvalidCapture": PropTypes.func,
472
+ "onKeyDown": PropTypes.func,
473
+ "onKeyDownCapture": PropTypes.func,
474
+ "onKeyPress": PropTypes.func,
475
+ "onKeyPressCapture": PropTypes.func,
476
+ "onKeyUp": PropTypes.func,
477
+ "onKeyUpCapture": PropTypes.func,
478
+ "onLoad": PropTypes.func,
479
+ "onLoadCapture": PropTypes.func,
480
+ "onLoadedData": PropTypes.func,
481
+ "onLoadedDataCapture": PropTypes.func,
482
+ "onLoadedMetadata": PropTypes.func,
483
+ "onLoadedMetadataCapture": PropTypes.func,
484
+ "onLoadStart": PropTypes.func,
485
+ "onLoadStartCapture": PropTypes.func,
486
+ "onLostPointerCapture": PropTypes.func,
487
+ "onLostPointerCaptureCapture": PropTypes.func,
488
+ "onMouseDown": PropTypes.func,
489
+ "onMouseDownCapture": PropTypes.func,
490
+ "onMouseEnter": PropTypes.func,
491
+ "onMouseLeave": PropTypes.func,
492
+ "onMouseMove": PropTypes.func,
493
+ "onMouseMoveCapture": PropTypes.func,
494
+ "onMouseOut": PropTypes.func,
495
+ "onMouseOutCapture": PropTypes.func,
496
+ "onMouseOver": PropTypes.func,
497
+ "onMouseOverCapture": PropTypes.func,
498
+ "onMouseUp": PropTypes.func,
499
+ "onMouseUpCapture": PropTypes.func,
500
+ "onPaste": PropTypes.func,
501
+ "onPasteCapture": PropTypes.func,
502
+ "onPause": PropTypes.func,
503
+ "onPauseCapture": PropTypes.func,
504
+ "onPlay": PropTypes.func,
505
+ "onPlayCapture": PropTypes.func,
506
+ "onPlaying": PropTypes.func,
507
+ "onPlayingCapture": PropTypes.func,
508
+ "onPointerCancel": PropTypes.func,
509
+ "onPointerCancelCapture": PropTypes.func,
510
+ "onPointerDown": PropTypes.func,
511
+ "onPointerDownCapture": PropTypes.func,
512
+ "onPointerEnter": PropTypes.func,
513
+ "onPointerEnterCapture": PropTypes.func,
514
+ "onPointerLeave": PropTypes.func,
515
+ "onPointerLeaveCapture": PropTypes.func,
516
+ "onPointerMove": PropTypes.func,
517
+ "onPointerMoveCapture": PropTypes.func,
518
+ "onPointerOut": PropTypes.func,
519
+ "onPointerOutCapture": PropTypes.func,
520
+ "onPointerOver": PropTypes.func,
521
+ "onPointerOverCapture": PropTypes.func,
522
+ "onPointerUp": PropTypes.func,
523
+ "onPointerUpCapture": PropTypes.func,
524
+ "onProgress": PropTypes.func,
525
+ "onProgressCapture": PropTypes.func,
526
+ "onRateChange": PropTypes.func,
527
+ "onRateChangeCapture": PropTypes.func,
528
+ "onReset": PropTypes.func,
529
+ "onResetCapture": PropTypes.func,
530
+ "onScroll": PropTypes.func,
531
+ "onScrollCapture": PropTypes.func,
532
+ "onSeeked": PropTypes.func,
533
+ "onSeekedCapture": PropTypes.func,
534
+ "onSeeking": PropTypes.func,
535
+ "onSeekingCapture": PropTypes.func,
536
+ "onSelect": PropTypes.func,
537
+ "onSelectCapture": PropTypes.func,
538
+ "onStalled": PropTypes.func,
539
+ "onStalledCapture": PropTypes.func,
540
+ "onSubmit": PropTypes.func,
541
+ "onSubmitCapture": PropTypes.func,
542
+ "onSuspend": PropTypes.func,
543
+ "onSuspendCapture": PropTypes.func,
544
+ "onTimeUpdate": PropTypes.func,
545
+ "onTimeUpdateCapture": PropTypes.func,
546
+ "onTouchCancel": PropTypes.func,
547
+ "onTouchCancelCapture": PropTypes.func,
548
+ "onTouchEnd": PropTypes.func,
549
+ "onTouchEndCapture": PropTypes.func,
550
+ "onTouchMove": PropTypes.func,
551
+ "onTouchMoveCapture": PropTypes.func,
552
+ "onTouchStart": PropTypes.func,
553
+ "onTouchStartCapture": PropTypes.func,
554
+ "onTransitionEnd": PropTypes.func,
555
+ "onTransitionEndCapture": PropTypes.func,
556
+ "onVolumeChange": PropTypes.func,
557
+ "onVolumeChangeCapture": PropTypes.func,
558
+ "onWaiting": PropTypes.func,
559
+ "onWaitingCapture": PropTypes.func,
560
+ "onWheel": PropTypes.func,
561
+ "onWheelCapture": PropTypes.func,
562
+ "pattern": PropTypes.string,
563
+ "placeholder": PropTypes.string,
564
+ "prefix": PropTypes.string,
565
+ "property": PropTypes.string,
566
+ "radioGroup": PropTypes.string,
567
+ "readOnly": PropTypes.bool,
568
+ "rel": PropTypes.string,
569
+ "required": PropTypes.bool,
570
+ "resource": PropTypes.string,
571
+ "results": PropTypes.number,
572
+ "rev": PropTypes.string,
573
+ "reverse": PropTypes.bool,
574
+ "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({
575
+ "__@iterator": PropTypes.func.isRequired,
576
+ "anchor": PropTypes.func.isRequired,
577
+ "at": PropTypes.func.isRequired,
578
+ "big": PropTypes.func.isRequired,
579
+ "blink": PropTypes.func.isRequired,
580
+ "bold": PropTypes.func.isRequired,
581
+ "charAt": PropTypes.func.isRequired,
582
+ "charCodeAt": PropTypes.func.isRequired,
583
+ "codePointAt": PropTypes.func.isRequired,
584
+ "concat": PropTypes.func.isRequired,
585
+ "endsWith": PropTypes.func.isRequired,
586
+ "fixed": PropTypes.func.isRequired,
587
+ "fontcolor": PropTypes.func.isRequired,
588
+ "fontsize": PropTypes.func.isRequired,
589
+ "includes": PropTypes.func.isRequired,
590
+ "indexOf": PropTypes.func.isRequired,
591
+ "italics": PropTypes.func.isRequired,
592
+ "lastIndexOf": PropTypes.func.isRequired,
593
+ "length": PropTypes.number.isRequired,
594
+ "link": PropTypes.func.isRequired,
595
+ "localeCompare": PropTypes.func.isRequired,
596
+ "match": PropTypes.func.isRequired,
597
+ "matchAll": PropTypes.func.isRequired,
598
+ "normalize": PropTypes.func.isRequired,
599
+ "padEnd": PropTypes.func.isRequired,
600
+ "padStart": PropTypes.func.isRequired,
601
+ "repeat": PropTypes.func.isRequired,
602
+ "replace": PropTypes.func.isRequired,
603
+ "search": PropTypes.func.isRequired,
604
+ "slice": PropTypes.func.isRequired,
605
+ "small": PropTypes.func.isRequired,
606
+ "split": PropTypes.func.isRequired,
607
+ "startsWith": PropTypes.func.isRequired,
608
+ "strike": PropTypes.func.isRequired,
609
+ "sub": PropTypes.func.isRequired,
610
+ "substr": PropTypes.func.isRequired,
611
+ "substring": PropTypes.func.isRequired,
612
+ "sup": PropTypes.func.isRequired,
613
+ "toLocaleLowerCase": PropTypes.func.isRequired,
614
+ "toLocaleUpperCase": PropTypes.func.isRequired,
615
+ "toLowerCase": PropTypes.func.isRequired,
616
+ "toString": PropTypes.func.isRequired,
617
+ "toUpperCase": PropTypes.func.isRequired,
618
+ "trim": PropTypes.func.isRequired,
619
+ "trimEnd": PropTypes.func.isRequired,
620
+ "trimLeft": PropTypes.func.isRequired,
621
+ "trimRight": PropTypes.func.isRequired,
622
+ "trimStart": PropTypes.func.isRequired,
623
+ "valueOf": PropTypes.func.isRequired
624
+ })]),
625
+ "security": PropTypes.string,
626
+ "size": PropTypes.oneOf(["large", "small"]),
627
+ "slot": PropTypes.string,
628
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
629
+ "src": PropTypes.string,
630
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
631
+ "style": PropTypes.object,
632
+ "suppressContentEditableWarning": PropTypes.bool,
633
+ "suppressHydrationWarning": PropTypes.bool,
634
+ "tabIndex": PropTypes.number,
635
+ "title": PropTypes.string,
636
+ "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
637
+ "translate": PropTypes.oneOf(["no", "yes"]),
638
+ "typeof": PropTypes.string,
639
+ "unselectable": PropTypes.oneOf(["off", "on"]),
640
+ "validationIconId": PropTypes.string,
641
+ "validationOnLabel": PropTypes.bool,
642
+ "value": PropTypes.string,
643
+ "vocab": PropTypes.string,
644
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
645
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
646
+ };
647
+ }
646
648
  export { Checkbox };
647
649
  Checkbox.displayName = "Checkbox";
648
650
  export default Checkbox;