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
@@ -362,553 +362,555 @@ const SimpleSelect = /*#__PURE__*/React.forwardRef(({
362
362
  textboxRef: textboxRef
363
363
  }, getTextboxProps()))), selectList);
364
364
  });
365
- SimpleSelect.propTypes = {
366
- "about": PropTypes.string,
367
- "accept": PropTypes.string,
368
- "accessibilityLabelId": PropTypes.string,
369
- "accessKey": PropTypes.string,
370
- "adaptiveLabelBreakpoint": PropTypes.number,
371
- "align": PropTypes.oneOf(["left", "right"]),
372
- "alt": PropTypes.string,
373
- "aria-activedescendant": PropTypes.string,
374
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
375
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
376
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
377
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
378
- "aria-colcount": PropTypes.number,
379
- "aria-colindex": PropTypes.number,
380
- "aria-colspan": PropTypes.number,
381
- "aria-controls": PropTypes.string,
382
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
383
- "aria-describedby": PropTypes.string,
384
- "aria-details": PropTypes.string,
385
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
386
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
387
- "aria-errormessage": PropTypes.string,
388
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
389
- "aria-flowto": PropTypes.string,
390
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
391
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
392
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
393
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
394
- "aria-keyshortcuts": PropTypes.string,
395
- "aria-label": PropTypes.string,
396
- "aria-labelledby": PropTypes.string,
397
- "aria-level": PropTypes.number,
398
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
399
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
400
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
401
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
402
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
403
- "aria-owns": PropTypes.string,
404
- "aria-placeholder": PropTypes.string,
405
- "aria-posinset": PropTypes.number,
406
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
407
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
408
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
409
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
410
- "aria-roledescription": PropTypes.string,
411
- "aria-rowcount": PropTypes.number,
412
- "aria-rowindex": PropTypes.number,
413
- "aria-rowspan": PropTypes.number,
414
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
415
- "aria-setsize": PropTypes.number,
416
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
417
- "aria-valuemax": PropTypes.number,
418
- "aria-valuemin": PropTypes.number,
419
- "aria-valuenow": PropTypes.number,
420
- "aria-valuetext": PropTypes.string,
421
- "ariaDescribedBy": PropTypes.string,
422
- "ariaLabel": PropTypes.string,
423
- "ariaLabelledby": PropTypes.string,
424
- "as": PropTypes.elementType,
425
- "autoCapitalize": PropTypes.string,
426
- "autoComplete": PropTypes.string,
427
- "autoCorrect": PropTypes.string,
428
- "autoFocus": PropTypes.bool,
429
- "autoSave": PropTypes.string,
430
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
431
- "checked": PropTypes.bool,
432
- "children": PropTypes.node,
433
- "className": PropTypes.string,
434
- "color": PropTypes.string,
435
- "content": PropTypes.string,
436
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
437
- "contextMenu": PropTypes.string,
438
- "dangerouslySetInnerHTML": PropTypes.shape({
439
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
440
- }),
441
- "data-component": PropTypes.string,
442
- "data-element": PropTypes.string,
443
- "data-role": PropTypes.string,
444
- "datatype": PropTypes.string,
445
- "defaultChecked": PropTypes.bool,
446
- "defaultValue": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
447
- "deferTimeout": PropTypes.number,
448
- "dir": PropTypes.string,
449
- "disabled": PropTypes.bool,
450
- "disablePortal": PropTypes.bool,
451
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
452
- "enableVirtualScroll": PropTypes.bool,
453
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
454
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
455
- "fieldHelp": PropTypes.node,
456
- "flipEnabled": PropTypes.bool,
457
- "form": PropTypes.string,
458
- "formAction": PropTypes.string,
459
- "formattedValue": PropTypes.string,
460
- "formEncType": PropTypes.string,
461
- "formMethod": PropTypes.string,
462
- "formNoValidate": PropTypes.bool,
463
- "formTarget": PropTypes.string,
464
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
465
- "helpAriaLabel": PropTypes.string,
466
- "hidden": PropTypes.bool,
467
- "iconOnClick": PropTypes.func,
468
- "iconOnMouseDown": PropTypes.func,
469
- "iconTabIndex": PropTypes.number,
470
- "id": PropTypes.string,
471
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
472
- "inlist": PropTypes.any,
473
- "inputBorderRadius": PropTypes.any,
474
- "inputHint": PropTypes.string,
475
- "inputIcon": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
476
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
477
- "inputRef": PropTypes.func,
478
- "inputWidth": PropTypes.number,
479
- "is": PropTypes.string,
480
- "isLoading": PropTypes.bool,
481
- "itemID": PropTypes.string,
482
- "itemProp": PropTypes.string,
483
- "itemRef": PropTypes.string,
484
- "itemScope": PropTypes.bool,
485
- "itemType": PropTypes.string,
486
- "label": PropTypes.string,
487
- "labelAlign": PropTypes.oneOf(["left", "right"]),
488
- "labelHelp": PropTypes.node,
489
- "labelId": PropTypes.string,
490
- "labelInline": PropTypes.bool,
491
- "labelSpacing": PropTypes.oneOf([1, 2]),
492
- "labelWidth": PropTypes.number,
493
- "lang": PropTypes.string,
494
- "leftChildren": PropTypes.node,
495
- "list": PropTypes.string,
496
- "listMaxHeight": PropTypes.number,
497
- "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
498
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
499
- "__@toStringTag": PropTypes.string.isRequired,
500
- "description": PropTypes.string,
501
- "toString": PropTypes.func.isRequired,
502
- "valueOf": PropTypes.func.isRequired
503
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
504
- "__@toStringTag": PropTypes.string.isRequired,
505
- "description": PropTypes.string,
506
- "toString": PropTypes.func.isRequired,
507
- "valueOf": PropTypes.func.isRequired
508
- }), PropTypes.string]),
509
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
510
- "__@toStringTag": PropTypes.string.isRequired,
511
- "description": PropTypes.string,
512
- "toString": PropTypes.func.isRequired,
513
- "valueOf": PropTypes.func.isRequired
514
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
515
- "__@toStringTag": PropTypes.string.isRequired,
516
- "description": PropTypes.string,
517
- "toString": PropTypes.func.isRequired,
518
- "valueOf": PropTypes.func.isRequired
519
- }), PropTypes.string]),
520
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
521
- "__@toStringTag": PropTypes.string.isRequired,
522
- "description": PropTypes.string,
523
- "toString": PropTypes.func.isRequired,
524
- "valueOf": PropTypes.func.isRequired
525
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
526
- "__@toStringTag": PropTypes.string.isRequired,
527
- "description": PropTypes.string,
528
- "toString": PropTypes.func.isRequired,
529
- "valueOf": PropTypes.func.isRequired
530
- }), PropTypes.string]),
531
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
532
- "__@toStringTag": PropTypes.string.isRequired,
533
- "description": PropTypes.string,
534
- "toString": PropTypes.func.isRequired,
535
- "valueOf": PropTypes.func.isRequired
536
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
537
- "__@toStringTag": PropTypes.string.isRequired,
538
- "description": PropTypes.string,
539
- "toString": PropTypes.func.isRequired,
540
- "valueOf": PropTypes.func.isRequired
541
- }), PropTypes.string]),
542
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
543
- "__@toStringTag": PropTypes.string.isRequired,
544
- "description": PropTypes.string,
545
- "toString": PropTypes.func.isRequired,
546
- "valueOf": PropTypes.func.isRequired
547
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
548
- "__@toStringTag": PropTypes.string.isRequired,
549
- "description": PropTypes.string,
550
- "toString": PropTypes.func.isRequired,
551
- "valueOf": PropTypes.func.isRequired
552
- }), PropTypes.string]),
553
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
554
- "__@toStringTag": PropTypes.string.isRequired,
555
- "description": PropTypes.string,
556
- "toString": PropTypes.func.isRequired,
557
- "valueOf": PropTypes.func.isRequired
558
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
559
- "__@toStringTag": PropTypes.string.isRequired,
560
- "description": PropTypes.string,
561
- "toString": PropTypes.func.isRequired,
562
- "valueOf": PropTypes.func.isRequired
563
- }), PropTypes.string]),
564
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
565
- "__@toStringTag": PropTypes.string.isRequired,
566
- "description": PropTypes.string,
567
- "toString": PropTypes.func.isRequired,
568
- "valueOf": PropTypes.func.isRequired
569
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
570
- "__@toStringTag": PropTypes.string.isRequired,
571
- "description": PropTypes.string,
572
- "toString": PropTypes.func.isRequired,
573
- "valueOf": PropTypes.func.isRequired
574
- }), PropTypes.string]),
575
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
576
- "__@toStringTag": PropTypes.string.isRequired,
577
- "description": PropTypes.string,
578
- "toString": PropTypes.func.isRequired,
579
- "valueOf": PropTypes.func.isRequired
580
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
581
- "__@toStringTag": PropTypes.string.isRequired,
582
- "description": PropTypes.string,
583
- "toString": PropTypes.func.isRequired,
584
- "valueOf": PropTypes.func.isRequired
585
- }), PropTypes.string]),
586
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
587
- "maxLength": PropTypes.number,
588
- "maxWidth": PropTypes.string,
589
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
590
- "__@toStringTag": PropTypes.string.isRequired,
591
- "description": PropTypes.string,
592
- "toString": PropTypes.func.isRequired,
593
- "valueOf": PropTypes.func.isRequired
594
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
595
- "__@toStringTag": PropTypes.string.isRequired,
596
- "description": PropTypes.string,
597
- "toString": PropTypes.func.isRequired,
598
- "valueOf": PropTypes.func.isRequired
599
- }), PropTypes.string]),
600
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
601
- "minLength": PropTypes.number,
602
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
603
- "__@toStringTag": PropTypes.string.isRequired,
604
- "description": PropTypes.string,
605
- "toString": PropTypes.func.isRequired,
606
- "valueOf": PropTypes.func.isRequired
607
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
608
- "__@toStringTag": PropTypes.string.isRequired,
609
- "description": PropTypes.string,
610
- "toString": PropTypes.func.isRequired,
611
- "valueOf": PropTypes.func.isRequired
612
- }), PropTypes.string]),
613
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
614
- "__@toStringTag": PropTypes.string.isRequired,
615
- "description": PropTypes.string,
616
- "toString": PropTypes.func.isRequired,
617
- "valueOf": PropTypes.func.isRequired
618
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
619
- "__@toStringTag": PropTypes.string.isRequired,
620
- "description": PropTypes.string,
621
- "toString": PropTypes.func.isRequired,
622
- "valueOf": PropTypes.func.isRequired
623
- }), PropTypes.string]),
624
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
625
- "__@toStringTag": PropTypes.string.isRequired,
626
- "description": PropTypes.string,
627
- "toString": PropTypes.func.isRequired,
628
- "valueOf": PropTypes.func.isRequired
629
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
630
- "__@toStringTag": PropTypes.string.isRequired,
631
- "description": PropTypes.string,
632
- "toString": PropTypes.func.isRequired,
633
- "valueOf": PropTypes.func.isRequired
634
- }), PropTypes.string]),
635
- "multiColumn": PropTypes.bool,
636
- "multiple": PropTypes.bool,
637
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
638
- "__@toStringTag": PropTypes.string.isRequired,
639
- "description": PropTypes.string,
640
- "toString": PropTypes.func.isRequired,
641
- "valueOf": PropTypes.func.isRequired
642
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
643
- "__@toStringTag": PropTypes.string.isRequired,
644
- "description": PropTypes.string,
645
- "toString": PropTypes.func.isRequired,
646
- "valueOf": PropTypes.func.isRequired
647
- }), PropTypes.string]),
648
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
649
- "__@toStringTag": PropTypes.string.isRequired,
650
- "description": PropTypes.string,
651
- "toString": PropTypes.func.isRequired,
652
- "valueOf": PropTypes.func.isRequired
653
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
654
- "__@toStringTag": PropTypes.string.isRequired,
655
- "description": PropTypes.string,
656
- "toString": PropTypes.func.isRequired,
657
- "valueOf": PropTypes.func.isRequired
658
- }), PropTypes.string]),
659
- "name": PropTypes.string,
660
- "nonce": PropTypes.string,
661
- "onAbort": PropTypes.func,
662
- "onAbortCapture": PropTypes.func,
663
- "onAnimationEnd": PropTypes.func,
664
- "onAnimationEndCapture": PropTypes.func,
665
- "onAnimationIteration": PropTypes.func,
666
- "onAnimationIterationCapture": PropTypes.func,
667
- "onAnimationStart": PropTypes.func,
668
- "onAnimationStartCapture": PropTypes.func,
669
- "onAuxClick": PropTypes.func,
670
- "onAuxClickCapture": PropTypes.func,
671
- "onBeforeInput": PropTypes.func,
672
- "onBeforeInputCapture": PropTypes.func,
673
- "onBlur": PropTypes.func,
674
- "onBlurCapture": PropTypes.func,
675
- "onCanPlay": PropTypes.func,
676
- "onCanPlayCapture": PropTypes.func,
677
- "onCanPlayThrough": PropTypes.func,
678
- "onCanPlayThroughCapture": PropTypes.func,
679
- "onChange": PropTypes.func,
680
- "onChangeCapture": PropTypes.func,
681
- "onChangeDeferred": PropTypes.func,
682
- "onClick": PropTypes.func,
683
- "onClickCapture": PropTypes.func,
684
- "onCompositionEnd": PropTypes.func,
685
- "onCompositionEndCapture": PropTypes.func,
686
- "onCompositionStart": PropTypes.func,
687
- "onCompositionStartCapture": PropTypes.func,
688
- "onCompositionUpdate": PropTypes.func,
689
- "onCompositionUpdateCapture": PropTypes.func,
690
- "onContextMenu": PropTypes.func,
691
- "onContextMenuCapture": PropTypes.func,
692
- "onCopy": PropTypes.func,
693
- "onCopyCapture": PropTypes.func,
694
- "onCut": PropTypes.func,
695
- "onCutCapture": PropTypes.func,
696
- "onDoubleClick": PropTypes.func,
697
- "onDoubleClickCapture": PropTypes.func,
698
- "onDrag": PropTypes.func,
699
- "onDragCapture": PropTypes.func,
700
- "onDragEnd": PropTypes.func,
701
- "onDragEndCapture": PropTypes.func,
702
- "onDragEnter": PropTypes.func,
703
- "onDragEnterCapture": PropTypes.func,
704
- "onDragExit": PropTypes.func,
705
- "onDragExitCapture": PropTypes.func,
706
- "onDragLeave": PropTypes.func,
707
- "onDragLeaveCapture": PropTypes.func,
708
- "onDragOver": PropTypes.func,
709
- "onDragOverCapture": PropTypes.func,
710
- "onDragStart": PropTypes.func,
711
- "onDragStartCapture": PropTypes.func,
712
- "onDrop": PropTypes.func,
713
- "onDropCapture": PropTypes.func,
714
- "onDurationChange": PropTypes.func,
715
- "onDurationChangeCapture": PropTypes.func,
716
- "onEmptied": PropTypes.func,
717
- "onEmptiedCapture": PropTypes.func,
718
- "onEncrypted": PropTypes.func,
719
- "onEncryptedCapture": PropTypes.func,
720
- "onEnded": PropTypes.func,
721
- "onEndedCapture": PropTypes.func,
722
- "onError": PropTypes.func,
723
- "onErrorCapture": PropTypes.func,
724
- "onFocus": PropTypes.func,
725
- "onFocusCapture": PropTypes.func,
726
- "onGotPointerCapture": PropTypes.func,
727
- "onGotPointerCaptureCapture": PropTypes.func,
728
- "onInput": PropTypes.func,
729
- "onInputCapture": PropTypes.func,
730
- "onInvalid": PropTypes.func,
731
- "onInvalidCapture": PropTypes.func,
732
- "onKeyDown": PropTypes.func,
733
- "onKeyDownCapture": PropTypes.func,
734
- "onKeyPress": PropTypes.func,
735
- "onKeyPressCapture": PropTypes.func,
736
- "onKeyUp": PropTypes.func,
737
- "onKeyUpCapture": PropTypes.func,
738
- "onListScrollBottom": PropTypes.func,
739
- "onLoad": PropTypes.func,
740
- "onLoadCapture": PropTypes.func,
741
- "onLoadedData": PropTypes.func,
742
- "onLoadedDataCapture": PropTypes.func,
743
- "onLoadedMetadata": PropTypes.func,
744
- "onLoadedMetadataCapture": PropTypes.func,
745
- "onLoadStart": PropTypes.func,
746
- "onLoadStartCapture": PropTypes.func,
747
- "onLostPointerCapture": PropTypes.func,
748
- "onLostPointerCaptureCapture": PropTypes.func,
749
- "onMouseDown": PropTypes.func,
750
- "onMouseDownCapture": PropTypes.func,
751
- "onMouseEnter": PropTypes.func,
752
- "onMouseLeave": PropTypes.func,
753
- "onMouseMove": PropTypes.func,
754
- "onMouseMoveCapture": PropTypes.func,
755
- "onMouseOut": PropTypes.func,
756
- "onMouseOutCapture": PropTypes.func,
757
- "onMouseOver": PropTypes.func,
758
- "onMouseOverCapture": PropTypes.func,
759
- "onMouseUp": PropTypes.func,
760
- "onMouseUpCapture": PropTypes.func,
761
- "onOpen": PropTypes.func,
762
- "onPaste": PropTypes.func,
763
- "onPasteCapture": PropTypes.func,
764
- "onPause": PropTypes.func,
765
- "onPauseCapture": PropTypes.func,
766
- "onPlay": PropTypes.func,
767
- "onPlayCapture": PropTypes.func,
768
- "onPlaying": PropTypes.func,
769
- "onPlayingCapture": PropTypes.func,
770
- "onPointerCancel": PropTypes.func,
771
- "onPointerCancelCapture": PropTypes.func,
772
- "onPointerDown": PropTypes.func,
773
- "onPointerDownCapture": PropTypes.func,
774
- "onPointerEnter": PropTypes.func,
775
- "onPointerEnterCapture": PropTypes.func,
776
- "onPointerLeave": PropTypes.func,
777
- "onPointerLeaveCapture": PropTypes.func,
778
- "onPointerMove": PropTypes.func,
779
- "onPointerMoveCapture": PropTypes.func,
780
- "onPointerOut": PropTypes.func,
781
- "onPointerOutCapture": PropTypes.func,
782
- "onPointerOver": PropTypes.func,
783
- "onPointerOverCapture": PropTypes.func,
784
- "onPointerUp": PropTypes.func,
785
- "onPointerUpCapture": PropTypes.func,
786
- "onProgress": PropTypes.func,
787
- "onProgressCapture": PropTypes.func,
788
- "onRateChange": PropTypes.func,
789
- "onRateChangeCapture": PropTypes.func,
790
- "onReset": PropTypes.func,
791
- "onResetCapture": PropTypes.func,
792
- "onScroll": PropTypes.func,
793
- "onScrollCapture": PropTypes.func,
794
- "onSeeked": PropTypes.func,
795
- "onSeekedCapture": PropTypes.func,
796
- "onSeeking": PropTypes.func,
797
- "onSeekingCapture": PropTypes.func,
798
- "onSelect": PropTypes.func,
799
- "onSelectCapture": PropTypes.func,
800
- "onStalled": PropTypes.func,
801
- "onStalledCapture": PropTypes.func,
802
- "onSubmit": PropTypes.func,
803
- "onSubmitCapture": PropTypes.func,
804
- "onSuspend": PropTypes.func,
805
- "onSuspendCapture": PropTypes.func,
806
- "onTimeUpdate": PropTypes.func,
807
- "onTimeUpdateCapture": PropTypes.func,
808
- "onTouchCancel": PropTypes.func,
809
- "onTouchCancelCapture": PropTypes.func,
810
- "onTouchEnd": PropTypes.func,
811
- "onTouchEndCapture": PropTypes.func,
812
- "onTouchMove": PropTypes.func,
813
- "onTouchMoveCapture": PropTypes.func,
814
- "onTouchStart": PropTypes.func,
815
- "onTouchStartCapture": PropTypes.func,
816
- "onTransitionEnd": PropTypes.func,
817
- "onTransitionEndCapture": PropTypes.func,
818
- "onVolumeChange": PropTypes.func,
819
- "onVolumeChangeCapture": PropTypes.func,
820
- "onWaiting": PropTypes.func,
821
- "onWaitingCapture": PropTypes.func,
822
- "onWheel": PropTypes.func,
823
- "onWheelCapture": PropTypes.func,
824
- "openOnFocus": PropTypes.bool,
825
- "pattern": PropTypes.string,
826
- "placeholder": PropTypes.string,
827
- "prefix": PropTypes.string,
828
- "property": PropTypes.string,
829
- "radioGroup": PropTypes.string,
830
- "readOnly": PropTypes.bool,
831
- "rel": PropTypes.string,
832
- "required": PropTypes.bool,
833
- "resource": PropTypes.string,
834
- "results": PropTypes.number,
835
- "rev": PropTypes.string,
836
- "reverse": PropTypes.bool,
837
- "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({
838
- "__@iterator": PropTypes.func.isRequired,
839
- "anchor": PropTypes.func.isRequired,
840
- "at": PropTypes.func.isRequired,
841
- "big": PropTypes.func.isRequired,
842
- "blink": PropTypes.func.isRequired,
843
- "bold": PropTypes.func.isRequired,
844
- "charAt": PropTypes.func.isRequired,
845
- "charCodeAt": PropTypes.func.isRequired,
846
- "codePointAt": PropTypes.func.isRequired,
847
- "concat": PropTypes.func.isRequired,
848
- "endsWith": PropTypes.func.isRequired,
849
- "fixed": PropTypes.func.isRequired,
850
- "fontcolor": PropTypes.func.isRequired,
851
- "fontsize": PropTypes.func.isRequired,
852
- "includes": PropTypes.func.isRequired,
853
- "indexOf": PropTypes.func.isRequired,
854
- "italics": PropTypes.func.isRequired,
855
- "lastIndexOf": PropTypes.func.isRequired,
856
- "length": PropTypes.number.isRequired,
857
- "link": PropTypes.func.isRequired,
858
- "localeCompare": PropTypes.func.isRequired,
859
- "match": PropTypes.func.isRequired,
860
- "matchAll": PropTypes.func.isRequired,
861
- "normalize": PropTypes.func.isRequired,
862
- "padEnd": PropTypes.func.isRequired,
863
- "padStart": PropTypes.func.isRequired,
864
- "repeat": PropTypes.func.isRequired,
865
- "replace": PropTypes.func.isRequired,
866
- "search": PropTypes.func.isRequired,
867
- "slice": PropTypes.func.isRequired,
868
- "small": PropTypes.func.isRequired,
869
- "split": PropTypes.func.isRequired,
870
- "startsWith": PropTypes.func.isRequired,
871
- "strike": PropTypes.func.isRequired,
872
- "sub": PropTypes.func.isRequired,
873
- "substr": PropTypes.func.isRequired,
874
- "substring": PropTypes.func.isRequired,
875
- "sup": PropTypes.func.isRequired,
876
- "toLocaleLowerCase": PropTypes.func.isRequired,
877
- "toLocaleUpperCase": PropTypes.func.isRequired,
878
- "toLowerCase": PropTypes.func.isRequired,
879
- "toString": PropTypes.func.isRequired,
880
- "toUpperCase": PropTypes.func.isRequired,
881
- "trim": PropTypes.func.isRequired,
882
- "trimEnd": PropTypes.func.isRequired,
883
- "trimLeft": PropTypes.func.isRequired,
884
- "trimRight": PropTypes.func.isRequired,
885
- "trimStart": PropTypes.func.isRequired,
886
- "valueOf": PropTypes.func.isRequired
887
- })]),
888
- "security": PropTypes.string,
889
- "size": PropTypes.oneOf(["large", "medium", "small"]),
890
- "slot": PropTypes.string,
891
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
892
- "src": PropTypes.string,
893
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
894
- "style": PropTypes.object,
895
- "suppressContentEditableWarning": PropTypes.bool,
896
- "suppressHydrationWarning": PropTypes.bool,
897
- "tabIndex": PropTypes.number,
898
- "tableHeader": PropTypes.node,
899
- "title": PropTypes.string,
900
- "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
901
- "translate": PropTypes.oneOf(["no", "yes"]),
902
- "transparent": PropTypes.bool,
903
- "typeof": PropTypes.string,
904
- "unselectable": PropTypes.oneOf(["off", "on"]),
905
- "validationIconId": PropTypes.string,
906
- "validationOnLabel": PropTypes.bool,
907
- "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
908
- "virtualScrollOverscan": PropTypes.number,
909
- "vocab": PropTypes.string,
910
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
911
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
912
- };
365
+ if (process.env.NODE_ENV !== "production") {
366
+ SimpleSelect.propTypes = {
367
+ "about": PropTypes.string,
368
+ "accept": PropTypes.string,
369
+ "accessibilityLabelId": PropTypes.string,
370
+ "accessKey": PropTypes.string,
371
+ "adaptiveLabelBreakpoint": PropTypes.number,
372
+ "align": PropTypes.oneOf(["left", "right"]),
373
+ "alt": PropTypes.string,
374
+ "aria-activedescendant": PropTypes.string,
375
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
376
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
377
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
378
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
379
+ "aria-colcount": PropTypes.number,
380
+ "aria-colindex": PropTypes.number,
381
+ "aria-colspan": PropTypes.number,
382
+ "aria-controls": PropTypes.string,
383
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
384
+ "aria-describedby": PropTypes.string,
385
+ "aria-details": PropTypes.string,
386
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
387
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
388
+ "aria-errormessage": PropTypes.string,
389
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
390
+ "aria-flowto": PropTypes.string,
391
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
392
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
393
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
394
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
395
+ "aria-keyshortcuts": PropTypes.string,
396
+ "aria-label": PropTypes.string,
397
+ "aria-labelledby": PropTypes.string,
398
+ "aria-level": PropTypes.number,
399
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
400
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
401
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
402
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
403
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
404
+ "aria-owns": PropTypes.string,
405
+ "aria-placeholder": PropTypes.string,
406
+ "aria-posinset": PropTypes.number,
407
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
408
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
409
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
410
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
411
+ "aria-roledescription": PropTypes.string,
412
+ "aria-rowcount": PropTypes.number,
413
+ "aria-rowindex": PropTypes.number,
414
+ "aria-rowspan": PropTypes.number,
415
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
416
+ "aria-setsize": PropTypes.number,
417
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
418
+ "aria-valuemax": PropTypes.number,
419
+ "aria-valuemin": PropTypes.number,
420
+ "aria-valuenow": PropTypes.number,
421
+ "aria-valuetext": PropTypes.string,
422
+ "ariaDescribedBy": PropTypes.string,
423
+ "ariaLabel": PropTypes.string,
424
+ "ariaLabelledby": PropTypes.string,
425
+ "as": PropTypes.elementType,
426
+ "autoCapitalize": PropTypes.string,
427
+ "autoComplete": PropTypes.string,
428
+ "autoCorrect": PropTypes.string,
429
+ "autoFocus": PropTypes.bool,
430
+ "autoSave": PropTypes.string,
431
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
432
+ "checked": PropTypes.bool,
433
+ "children": PropTypes.node,
434
+ "className": PropTypes.string,
435
+ "color": PropTypes.string,
436
+ "content": PropTypes.string,
437
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
438
+ "contextMenu": PropTypes.string,
439
+ "dangerouslySetInnerHTML": PropTypes.shape({
440
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
441
+ }),
442
+ "data-component": PropTypes.string,
443
+ "data-element": PropTypes.string,
444
+ "data-role": PropTypes.string,
445
+ "datatype": PropTypes.string,
446
+ "defaultChecked": PropTypes.bool,
447
+ "defaultValue": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
448
+ "deferTimeout": PropTypes.number,
449
+ "dir": PropTypes.string,
450
+ "disabled": PropTypes.bool,
451
+ "disablePortal": PropTypes.bool,
452
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
453
+ "enableVirtualScroll": PropTypes.bool,
454
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
455
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
456
+ "fieldHelp": PropTypes.node,
457
+ "flipEnabled": PropTypes.bool,
458
+ "form": PropTypes.string,
459
+ "formAction": PropTypes.string,
460
+ "formattedValue": PropTypes.string,
461
+ "formEncType": PropTypes.string,
462
+ "formMethod": PropTypes.string,
463
+ "formNoValidate": PropTypes.bool,
464
+ "formTarget": PropTypes.string,
465
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
466
+ "helpAriaLabel": PropTypes.string,
467
+ "hidden": PropTypes.bool,
468
+ "iconOnClick": PropTypes.func,
469
+ "iconOnMouseDown": PropTypes.func,
470
+ "iconTabIndex": PropTypes.number,
471
+ "id": PropTypes.string,
472
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
473
+ "inlist": PropTypes.any,
474
+ "inputBorderRadius": PropTypes.any,
475
+ "inputHint": PropTypes.string,
476
+ "inputIcon": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
477
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
478
+ "inputRef": PropTypes.func,
479
+ "inputWidth": PropTypes.number,
480
+ "is": PropTypes.string,
481
+ "isLoading": PropTypes.bool,
482
+ "itemID": PropTypes.string,
483
+ "itemProp": PropTypes.string,
484
+ "itemRef": PropTypes.string,
485
+ "itemScope": PropTypes.bool,
486
+ "itemType": PropTypes.string,
487
+ "label": PropTypes.string,
488
+ "labelAlign": PropTypes.oneOf(["left", "right"]),
489
+ "labelHelp": PropTypes.node,
490
+ "labelId": PropTypes.string,
491
+ "labelInline": PropTypes.bool,
492
+ "labelSpacing": PropTypes.oneOf([1, 2]),
493
+ "labelWidth": PropTypes.number,
494
+ "lang": PropTypes.string,
495
+ "leftChildren": PropTypes.node,
496
+ "list": PropTypes.string,
497
+ "listMaxHeight": PropTypes.number,
498
+ "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
499
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
500
+ "__@toStringTag": PropTypes.string.isRequired,
501
+ "description": PropTypes.string,
502
+ "toString": PropTypes.func.isRequired,
503
+ "valueOf": PropTypes.func.isRequired
504
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
505
+ "__@toStringTag": PropTypes.string.isRequired,
506
+ "description": PropTypes.string,
507
+ "toString": PropTypes.func.isRequired,
508
+ "valueOf": PropTypes.func.isRequired
509
+ }), PropTypes.string]),
510
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
511
+ "__@toStringTag": PropTypes.string.isRequired,
512
+ "description": PropTypes.string,
513
+ "toString": PropTypes.func.isRequired,
514
+ "valueOf": PropTypes.func.isRequired
515
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
516
+ "__@toStringTag": PropTypes.string.isRequired,
517
+ "description": PropTypes.string,
518
+ "toString": PropTypes.func.isRequired,
519
+ "valueOf": PropTypes.func.isRequired
520
+ }), PropTypes.string]),
521
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
522
+ "__@toStringTag": PropTypes.string.isRequired,
523
+ "description": PropTypes.string,
524
+ "toString": PropTypes.func.isRequired,
525
+ "valueOf": PropTypes.func.isRequired
526
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
527
+ "__@toStringTag": PropTypes.string.isRequired,
528
+ "description": PropTypes.string,
529
+ "toString": PropTypes.func.isRequired,
530
+ "valueOf": PropTypes.func.isRequired
531
+ }), PropTypes.string]),
532
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
533
+ "__@toStringTag": PropTypes.string.isRequired,
534
+ "description": PropTypes.string,
535
+ "toString": PropTypes.func.isRequired,
536
+ "valueOf": PropTypes.func.isRequired
537
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
538
+ "__@toStringTag": PropTypes.string.isRequired,
539
+ "description": PropTypes.string,
540
+ "toString": PropTypes.func.isRequired,
541
+ "valueOf": PropTypes.func.isRequired
542
+ }), PropTypes.string]),
543
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
544
+ "__@toStringTag": PropTypes.string.isRequired,
545
+ "description": PropTypes.string,
546
+ "toString": PropTypes.func.isRequired,
547
+ "valueOf": PropTypes.func.isRequired
548
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
549
+ "__@toStringTag": PropTypes.string.isRequired,
550
+ "description": PropTypes.string,
551
+ "toString": PropTypes.func.isRequired,
552
+ "valueOf": PropTypes.func.isRequired
553
+ }), PropTypes.string]),
554
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
555
+ "__@toStringTag": PropTypes.string.isRequired,
556
+ "description": PropTypes.string,
557
+ "toString": PropTypes.func.isRequired,
558
+ "valueOf": PropTypes.func.isRequired
559
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
560
+ "__@toStringTag": PropTypes.string.isRequired,
561
+ "description": PropTypes.string,
562
+ "toString": PropTypes.func.isRequired,
563
+ "valueOf": PropTypes.func.isRequired
564
+ }), PropTypes.string]),
565
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
566
+ "__@toStringTag": PropTypes.string.isRequired,
567
+ "description": PropTypes.string,
568
+ "toString": PropTypes.func.isRequired,
569
+ "valueOf": PropTypes.func.isRequired
570
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
571
+ "__@toStringTag": PropTypes.string.isRequired,
572
+ "description": PropTypes.string,
573
+ "toString": PropTypes.func.isRequired,
574
+ "valueOf": PropTypes.func.isRequired
575
+ }), PropTypes.string]),
576
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
577
+ "__@toStringTag": PropTypes.string.isRequired,
578
+ "description": PropTypes.string,
579
+ "toString": PropTypes.func.isRequired,
580
+ "valueOf": PropTypes.func.isRequired
581
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
582
+ "__@toStringTag": PropTypes.string.isRequired,
583
+ "description": PropTypes.string,
584
+ "toString": PropTypes.func.isRequired,
585
+ "valueOf": PropTypes.func.isRequired
586
+ }), PropTypes.string]),
587
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
588
+ "maxLength": PropTypes.number,
589
+ "maxWidth": PropTypes.string,
590
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
591
+ "__@toStringTag": PropTypes.string.isRequired,
592
+ "description": PropTypes.string,
593
+ "toString": PropTypes.func.isRequired,
594
+ "valueOf": PropTypes.func.isRequired
595
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
596
+ "__@toStringTag": PropTypes.string.isRequired,
597
+ "description": PropTypes.string,
598
+ "toString": PropTypes.func.isRequired,
599
+ "valueOf": PropTypes.func.isRequired
600
+ }), PropTypes.string]),
601
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
602
+ "minLength": PropTypes.number,
603
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
604
+ "__@toStringTag": PropTypes.string.isRequired,
605
+ "description": PropTypes.string,
606
+ "toString": PropTypes.func.isRequired,
607
+ "valueOf": PropTypes.func.isRequired
608
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
609
+ "__@toStringTag": PropTypes.string.isRequired,
610
+ "description": PropTypes.string,
611
+ "toString": PropTypes.func.isRequired,
612
+ "valueOf": PropTypes.func.isRequired
613
+ }), PropTypes.string]),
614
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
615
+ "__@toStringTag": PropTypes.string.isRequired,
616
+ "description": PropTypes.string,
617
+ "toString": PropTypes.func.isRequired,
618
+ "valueOf": PropTypes.func.isRequired
619
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
620
+ "__@toStringTag": PropTypes.string.isRequired,
621
+ "description": PropTypes.string,
622
+ "toString": PropTypes.func.isRequired,
623
+ "valueOf": PropTypes.func.isRequired
624
+ }), PropTypes.string]),
625
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
626
+ "__@toStringTag": PropTypes.string.isRequired,
627
+ "description": PropTypes.string,
628
+ "toString": PropTypes.func.isRequired,
629
+ "valueOf": PropTypes.func.isRequired
630
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
631
+ "__@toStringTag": PropTypes.string.isRequired,
632
+ "description": PropTypes.string,
633
+ "toString": PropTypes.func.isRequired,
634
+ "valueOf": PropTypes.func.isRequired
635
+ }), PropTypes.string]),
636
+ "multiColumn": PropTypes.bool,
637
+ "multiple": PropTypes.bool,
638
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
639
+ "__@toStringTag": PropTypes.string.isRequired,
640
+ "description": PropTypes.string,
641
+ "toString": PropTypes.func.isRequired,
642
+ "valueOf": PropTypes.func.isRequired
643
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
644
+ "__@toStringTag": PropTypes.string.isRequired,
645
+ "description": PropTypes.string,
646
+ "toString": PropTypes.func.isRequired,
647
+ "valueOf": PropTypes.func.isRequired
648
+ }), PropTypes.string]),
649
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
650
+ "__@toStringTag": PropTypes.string.isRequired,
651
+ "description": PropTypes.string,
652
+ "toString": PropTypes.func.isRequired,
653
+ "valueOf": PropTypes.func.isRequired
654
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
655
+ "__@toStringTag": PropTypes.string.isRequired,
656
+ "description": PropTypes.string,
657
+ "toString": PropTypes.func.isRequired,
658
+ "valueOf": PropTypes.func.isRequired
659
+ }), PropTypes.string]),
660
+ "name": PropTypes.string,
661
+ "nonce": PropTypes.string,
662
+ "onAbort": PropTypes.func,
663
+ "onAbortCapture": PropTypes.func,
664
+ "onAnimationEnd": PropTypes.func,
665
+ "onAnimationEndCapture": PropTypes.func,
666
+ "onAnimationIteration": PropTypes.func,
667
+ "onAnimationIterationCapture": PropTypes.func,
668
+ "onAnimationStart": PropTypes.func,
669
+ "onAnimationStartCapture": PropTypes.func,
670
+ "onAuxClick": PropTypes.func,
671
+ "onAuxClickCapture": PropTypes.func,
672
+ "onBeforeInput": PropTypes.func,
673
+ "onBeforeInputCapture": PropTypes.func,
674
+ "onBlur": PropTypes.func,
675
+ "onBlurCapture": PropTypes.func,
676
+ "onCanPlay": PropTypes.func,
677
+ "onCanPlayCapture": PropTypes.func,
678
+ "onCanPlayThrough": PropTypes.func,
679
+ "onCanPlayThroughCapture": PropTypes.func,
680
+ "onChange": PropTypes.func,
681
+ "onChangeCapture": PropTypes.func,
682
+ "onChangeDeferred": PropTypes.func,
683
+ "onClick": PropTypes.func,
684
+ "onClickCapture": PropTypes.func,
685
+ "onCompositionEnd": PropTypes.func,
686
+ "onCompositionEndCapture": PropTypes.func,
687
+ "onCompositionStart": PropTypes.func,
688
+ "onCompositionStartCapture": PropTypes.func,
689
+ "onCompositionUpdate": PropTypes.func,
690
+ "onCompositionUpdateCapture": PropTypes.func,
691
+ "onContextMenu": PropTypes.func,
692
+ "onContextMenuCapture": PropTypes.func,
693
+ "onCopy": PropTypes.func,
694
+ "onCopyCapture": PropTypes.func,
695
+ "onCut": PropTypes.func,
696
+ "onCutCapture": PropTypes.func,
697
+ "onDoubleClick": PropTypes.func,
698
+ "onDoubleClickCapture": PropTypes.func,
699
+ "onDrag": PropTypes.func,
700
+ "onDragCapture": PropTypes.func,
701
+ "onDragEnd": PropTypes.func,
702
+ "onDragEndCapture": PropTypes.func,
703
+ "onDragEnter": PropTypes.func,
704
+ "onDragEnterCapture": PropTypes.func,
705
+ "onDragExit": PropTypes.func,
706
+ "onDragExitCapture": PropTypes.func,
707
+ "onDragLeave": PropTypes.func,
708
+ "onDragLeaveCapture": PropTypes.func,
709
+ "onDragOver": PropTypes.func,
710
+ "onDragOverCapture": PropTypes.func,
711
+ "onDragStart": PropTypes.func,
712
+ "onDragStartCapture": PropTypes.func,
713
+ "onDrop": PropTypes.func,
714
+ "onDropCapture": PropTypes.func,
715
+ "onDurationChange": PropTypes.func,
716
+ "onDurationChangeCapture": PropTypes.func,
717
+ "onEmptied": PropTypes.func,
718
+ "onEmptiedCapture": PropTypes.func,
719
+ "onEncrypted": PropTypes.func,
720
+ "onEncryptedCapture": PropTypes.func,
721
+ "onEnded": PropTypes.func,
722
+ "onEndedCapture": PropTypes.func,
723
+ "onError": PropTypes.func,
724
+ "onErrorCapture": PropTypes.func,
725
+ "onFocus": PropTypes.func,
726
+ "onFocusCapture": PropTypes.func,
727
+ "onGotPointerCapture": PropTypes.func,
728
+ "onGotPointerCaptureCapture": PropTypes.func,
729
+ "onInput": PropTypes.func,
730
+ "onInputCapture": PropTypes.func,
731
+ "onInvalid": PropTypes.func,
732
+ "onInvalidCapture": PropTypes.func,
733
+ "onKeyDown": PropTypes.func,
734
+ "onKeyDownCapture": PropTypes.func,
735
+ "onKeyPress": PropTypes.func,
736
+ "onKeyPressCapture": PropTypes.func,
737
+ "onKeyUp": PropTypes.func,
738
+ "onKeyUpCapture": PropTypes.func,
739
+ "onListScrollBottom": PropTypes.func,
740
+ "onLoad": PropTypes.func,
741
+ "onLoadCapture": PropTypes.func,
742
+ "onLoadedData": PropTypes.func,
743
+ "onLoadedDataCapture": PropTypes.func,
744
+ "onLoadedMetadata": PropTypes.func,
745
+ "onLoadedMetadataCapture": PropTypes.func,
746
+ "onLoadStart": PropTypes.func,
747
+ "onLoadStartCapture": PropTypes.func,
748
+ "onLostPointerCapture": PropTypes.func,
749
+ "onLostPointerCaptureCapture": PropTypes.func,
750
+ "onMouseDown": PropTypes.func,
751
+ "onMouseDownCapture": PropTypes.func,
752
+ "onMouseEnter": PropTypes.func,
753
+ "onMouseLeave": PropTypes.func,
754
+ "onMouseMove": PropTypes.func,
755
+ "onMouseMoveCapture": PropTypes.func,
756
+ "onMouseOut": PropTypes.func,
757
+ "onMouseOutCapture": PropTypes.func,
758
+ "onMouseOver": PropTypes.func,
759
+ "onMouseOverCapture": PropTypes.func,
760
+ "onMouseUp": PropTypes.func,
761
+ "onMouseUpCapture": PropTypes.func,
762
+ "onOpen": PropTypes.func,
763
+ "onPaste": PropTypes.func,
764
+ "onPasteCapture": PropTypes.func,
765
+ "onPause": PropTypes.func,
766
+ "onPauseCapture": PropTypes.func,
767
+ "onPlay": PropTypes.func,
768
+ "onPlayCapture": PropTypes.func,
769
+ "onPlaying": PropTypes.func,
770
+ "onPlayingCapture": PropTypes.func,
771
+ "onPointerCancel": PropTypes.func,
772
+ "onPointerCancelCapture": PropTypes.func,
773
+ "onPointerDown": PropTypes.func,
774
+ "onPointerDownCapture": PropTypes.func,
775
+ "onPointerEnter": PropTypes.func,
776
+ "onPointerEnterCapture": PropTypes.func,
777
+ "onPointerLeave": PropTypes.func,
778
+ "onPointerLeaveCapture": PropTypes.func,
779
+ "onPointerMove": PropTypes.func,
780
+ "onPointerMoveCapture": PropTypes.func,
781
+ "onPointerOut": PropTypes.func,
782
+ "onPointerOutCapture": PropTypes.func,
783
+ "onPointerOver": PropTypes.func,
784
+ "onPointerOverCapture": PropTypes.func,
785
+ "onPointerUp": PropTypes.func,
786
+ "onPointerUpCapture": PropTypes.func,
787
+ "onProgress": PropTypes.func,
788
+ "onProgressCapture": PropTypes.func,
789
+ "onRateChange": PropTypes.func,
790
+ "onRateChangeCapture": PropTypes.func,
791
+ "onReset": PropTypes.func,
792
+ "onResetCapture": PropTypes.func,
793
+ "onScroll": PropTypes.func,
794
+ "onScrollCapture": PropTypes.func,
795
+ "onSeeked": PropTypes.func,
796
+ "onSeekedCapture": PropTypes.func,
797
+ "onSeeking": PropTypes.func,
798
+ "onSeekingCapture": PropTypes.func,
799
+ "onSelect": PropTypes.func,
800
+ "onSelectCapture": PropTypes.func,
801
+ "onStalled": PropTypes.func,
802
+ "onStalledCapture": PropTypes.func,
803
+ "onSubmit": PropTypes.func,
804
+ "onSubmitCapture": PropTypes.func,
805
+ "onSuspend": PropTypes.func,
806
+ "onSuspendCapture": PropTypes.func,
807
+ "onTimeUpdate": PropTypes.func,
808
+ "onTimeUpdateCapture": PropTypes.func,
809
+ "onTouchCancel": PropTypes.func,
810
+ "onTouchCancelCapture": PropTypes.func,
811
+ "onTouchEnd": PropTypes.func,
812
+ "onTouchEndCapture": PropTypes.func,
813
+ "onTouchMove": PropTypes.func,
814
+ "onTouchMoveCapture": PropTypes.func,
815
+ "onTouchStart": PropTypes.func,
816
+ "onTouchStartCapture": PropTypes.func,
817
+ "onTransitionEnd": PropTypes.func,
818
+ "onTransitionEndCapture": PropTypes.func,
819
+ "onVolumeChange": PropTypes.func,
820
+ "onVolumeChangeCapture": PropTypes.func,
821
+ "onWaiting": PropTypes.func,
822
+ "onWaitingCapture": PropTypes.func,
823
+ "onWheel": PropTypes.func,
824
+ "onWheelCapture": PropTypes.func,
825
+ "openOnFocus": PropTypes.bool,
826
+ "pattern": PropTypes.string,
827
+ "placeholder": PropTypes.string,
828
+ "prefix": PropTypes.string,
829
+ "property": PropTypes.string,
830
+ "radioGroup": PropTypes.string,
831
+ "readOnly": PropTypes.bool,
832
+ "rel": PropTypes.string,
833
+ "required": PropTypes.bool,
834
+ "resource": PropTypes.string,
835
+ "results": PropTypes.number,
836
+ "rev": PropTypes.string,
837
+ "reverse": PropTypes.bool,
838
+ "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({
839
+ "__@iterator": PropTypes.func.isRequired,
840
+ "anchor": PropTypes.func.isRequired,
841
+ "at": PropTypes.func.isRequired,
842
+ "big": PropTypes.func.isRequired,
843
+ "blink": PropTypes.func.isRequired,
844
+ "bold": PropTypes.func.isRequired,
845
+ "charAt": PropTypes.func.isRequired,
846
+ "charCodeAt": PropTypes.func.isRequired,
847
+ "codePointAt": PropTypes.func.isRequired,
848
+ "concat": PropTypes.func.isRequired,
849
+ "endsWith": PropTypes.func.isRequired,
850
+ "fixed": PropTypes.func.isRequired,
851
+ "fontcolor": PropTypes.func.isRequired,
852
+ "fontsize": PropTypes.func.isRequired,
853
+ "includes": PropTypes.func.isRequired,
854
+ "indexOf": PropTypes.func.isRequired,
855
+ "italics": PropTypes.func.isRequired,
856
+ "lastIndexOf": PropTypes.func.isRequired,
857
+ "length": PropTypes.number.isRequired,
858
+ "link": PropTypes.func.isRequired,
859
+ "localeCompare": PropTypes.func.isRequired,
860
+ "match": PropTypes.func.isRequired,
861
+ "matchAll": PropTypes.func.isRequired,
862
+ "normalize": PropTypes.func.isRequired,
863
+ "padEnd": PropTypes.func.isRequired,
864
+ "padStart": PropTypes.func.isRequired,
865
+ "repeat": PropTypes.func.isRequired,
866
+ "replace": PropTypes.func.isRequired,
867
+ "search": PropTypes.func.isRequired,
868
+ "slice": PropTypes.func.isRequired,
869
+ "small": PropTypes.func.isRequired,
870
+ "split": PropTypes.func.isRequired,
871
+ "startsWith": PropTypes.func.isRequired,
872
+ "strike": PropTypes.func.isRequired,
873
+ "sub": PropTypes.func.isRequired,
874
+ "substr": PropTypes.func.isRequired,
875
+ "substring": PropTypes.func.isRequired,
876
+ "sup": PropTypes.func.isRequired,
877
+ "toLocaleLowerCase": PropTypes.func.isRequired,
878
+ "toLocaleUpperCase": PropTypes.func.isRequired,
879
+ "toLowerCase": PropTypes.func.isRequired,
880
+ "toString": PropTypes.func.isRequired,
881
+ "toUpperCase": PropTypes.func.isRequired,
882
+ "trim": PropTypes.func.isRequired,
883
+ "trimEnd": PropTypes.func.isRequired,
884
+ "trimLeft": PropTypes.func.isRequired,
885
+ "trimRight": PropTypes.func.isRequired,
886
+ "trimStart": PropTypes.func.isRequired,
887
+ "valueOf": PropTypes.func.isRequired
888
+ })]),
889
+ "security": PropTypes.string,
890
+ "size": PropTypes.oneOf(["large", "medium", "small"]),
891
+ "slot": PropTypes.string,
892
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
893
+ "src": PropTypes.string,
894
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
895
+ "style": PropTypes.object,
896
+ "suppressContentEditableWarning": PropTypes.bool,
897
+ "suppressHydrationWarning": PropTypes.bool,
898
+ "tabIndex": PropTypes.number,
899
+ "tableHeader": PropTypes.node,
900
+ "title": PropTypes.string,
901
+ "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
902
+ "translate": PropTypes.oneOf(["no", "yes"]),
903
+ "transparent": PropTypes.bool,
904
+ "typeof": PropTypes.string,
905
+ "unselectable": PropTypes.oneOf(["off", "on"]),
906
+ "validationIconId": PropTypes.string,
907
+ "validationOnLabel": PropTypes.bool,
908
+ "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
909
+ "virtualScrollOverscan": PropTypes.number,
910
+ "vocab": PropTypes.string,
911
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
912
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
913
+ };
914
+ }
913
915
  export { SimpleSelect };
914
916
  export default SimpleSelect;