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