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
@@ -448,557 +448,559 @@ const FilterableSelect = /*#__PURE__*/React.forwardRef(({
448
448
  textboxRef: textboxRef
449
449
  }, getTextboxProps()))), selectList);
450
450
  });
451
- FilterableSelect.propTypes = {
452
- "about": PropTypes.string,
453
- "accept": PropTypes.string,
454
- "accessibilityLabelId": PropTypes.string,
455
- "accessKey": PropTypes.string,
456
- "adaptiveLabelBreakpoint": PropTypes.number,
457
- "align": PropTypes.oneOf(["left", "right"]),
458
- "alt": PropTypes.string,
459
- "aria-activedescendant": PropTypes.string,
460
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
461
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
462
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
463
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
464
- "aria-colcount": PropTypes.number,
465
- "aria-colindex": PropTypes.number,
466
- "aria-colspan": PropTypes.number,
467
- "aria-controls": PropTypes.string,
468
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
469
- "aria-describedby": PropTypes.string,
470
- "aria-details": PropTypes.string,
471
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
472
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
473
- "aria-errormessage": PropTypes.string,
474
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
475
- "aria-flowto": PropTypes.string,
476
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
477
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
478
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
479
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
480
- "aria-keyshortcuts": PropTypes.string,
481
- "aria-label": PropTypes.string,
482
- "aria-labelledby": PropTypes.string,
483
- "aria-level": PropTypes.number,
484
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
485
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
486
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
487
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
488
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
489
- "aria-owns": PropTypes.string,
490
- "aria-placeholder": PropTypes.string,
491
- "aria-posinset": PropTypes.number,
492
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
493
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
494
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
495
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
496
- "aria-roledescription": PropTypes.string,
497
- "aria-rowcount": PropTypes.number,
498
- "aria-rowindex": PropTypes.number,
499
- "aria-rowspan": PropTypes.number,
500
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
501
- "aria-setsize": PropTypes.number,
502
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
503
- "aria-valuemax": PropTypes.number,
504
- "aria-valuemin": PropTypes.number,
505
- "aria-valuenow": PropTypes.number,
506
- "aria-valuetext": PropTypes.string,
507
- "ariaDescribedBy": PropTypes.string,
508
- "ariaLabel": PropTypes.string,
509
- "ariaLabelledby": PropTypes.string,
510
- "as": PropTypes.elementType,
511
- "autoCapitalize": PropTypes.string,
512
- "autoComplete": PropTypes.string,
513
- "autoCorrect": PropTypes.string,
514
- "autoFocus": PropTypes.bool,
515
- "autoSave": PropTypes.string,
516
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
517
- "checked": PropTypes.bool,
518
- "children": PropTypes.node,
519
- "className": PropTypes.string,
520
- "color": PropTypes.string,
521
- "content": PropTypes.string,
522
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
523
- "contextMenu": PropTypes.string,
524
- "dangerouslySetInnerHTML": PropTypes.shape({
525
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
526
- }),
527
- "data-component": PropTypes.string,
528
- "data-element": PropTypes.string,
529
- "data-role": PropTypes.string,
530
- "datatype": PropTypes.string,
531
- "defaultChecked": PropTypes.bool,
532
- "defaultValue": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
533
- "deferTimeout": PropTypes.number,
534
- "dir": PropTypes.string,
535
- "disabled": PropTypes.bool,
536
- "disableDefaultFiltering": PropTypes.bool,
537
- "disablePortal": PropTypes.bool,
538
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
539
- "enableVirtualScroll": PropTypes.bool,
540
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
541
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
542
- "fieldHelp": PropTypes.node,
543
- "flipEnabled": PropTypes.bool,
544
- "form": PropTypes.string,
545
- "formAction": PropTypes.string,
546
- "formattedValue": PropTypes.string,
547
- "formEncType": PropTypes.string,
548
- "formMethod": PropTypes.string,
549
- "formNoValidate": PropTypes.bool,
550
- "formTarget": PropTypes.string,
551
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
552
- "helpAriaLabel": PropTypes.string,
553
- "hidden": PropTypes.bool,
554
- "iconOnClick": PropTypes.func,
555
- "iconOnMouseDown": PropTypes.func,
556
- "iconTabIndex": PropTypes.number,
557
- "id": PropTypes.string,
558
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
559
- "inlist": PropTypes.any,
560
- "inputBorderRadius": PropTypes.any,
561
- "inputHint": PropTypes.string,
562
- "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"]),
563
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
564
- "inputRef": PropTypes.func,
565
- "inputWidth": PropTypes.number,
566
- "is": PropTypes.string,
567
- "isLoading": PropTypes.bool,
568
- "itemID": PropTypes.string,
569
- "itemProp": PropTypes.string,
570
- "itemRef": PropTypes.string,
571
- "itemScope": PropTypes.bool,
572
- "itemType": PropTypes.string,
573
- "label": PropTypes.string,
574
- "labelAlign": PropTypes.oneOf(["left", "right"]),
575
- "labelHelp": PropTypes.node,
576
- "labelId": PropTypes.string,
577
- "labelInline": PropTypes.bool,
578
- "labelSpacing": PropTypes.oneOf([1, 2]),
579
- "labelWidth": PropTypes.number,
580
- "lang": PropTypes.string,
581
- "leftChildren": PropTypes.node,
582
- "list": PropTypes.string,
583
- "listActionButton": PropTypes.oneOfType([PropTypes.element, PropTypes.bool]),
584
- "listMaxHeight": PropTypes.number,
585
- "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
586
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
587
- "__@toStringTag": PropTypes.string.isRequired,
588
- "description": PropTypes.string,
589
- "toString": PropTypes.func.isRequired,
590
- "valueOf": PropTypes.func.isRequired
591
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
592
- "__@toStringTag": PropTypes.string.isRequired,
593
- "description": PropTypes.string,
594
- "toString": PropTypes.func.isRequired,
595
- "valueOf": PropTypes.func.isRequired
596
- }), PropTypes.string]),
597
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
598
- "__@toStringTag": PropTypes.string.isRequired,
599
- "description": PropTypes.string,
600
- "toString": PropTypes.func.isRequired,
601
- "valueOf": PropTypes.func.isRequired
602
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
603
- "__@toStringTag": PropTypes.string.isRequired,
604
- "description": PropTypes.string,
605
- "toString": PropTypes.func.isRequired,
606
- "valueOf": PropTypes.func.isRequired
607
- }), PropTypes.string]),
608
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
609
- "__@toStringTag": PropTypes.string.isRequired,
610
- "description": PropTypes.string,
611
- "toString": PropTypes.func.isRequired,
612
- "valueOf": PropTypes.func.isRequired
613
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
614
- "__@toStringTag": PropTypes.string.isRequired,
615
- "description": PropTypes.string,
616
- "toString": PropTypes.func.isRequired,
617
- "valueOf": PropTypes.func.isRequired
618
- }), PropTypes.string]),
619
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
620
- "__@toStringTag": PropTypes.string.isRequired,
621
- "description": PropTypes.string,
622
- "toString": PropTypes.func.isRequired,
623
- "valueOf": PropTypes.func.isRequired
624
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
625
- "__@toStringTag": PropTypes.string.isRequired,
626
- "description": PropTypes.string,
627
- "toString": PropTypes.func.isRequired,
628
- "valueOf": PropTypes.func.isRequired
629
- }), PropTypes.string]),
630
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
631
- "__@toStringTag": PropTypes.string.isRequired,
632
- "description": PropTypes.string,
633
- "toString": PropTypes.func.isRequired,
634
- "valueOf": PropTypes.func.isRequired
635
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
636
- "__@toStringTag": PropTypes.string.isRequired,
637
- "description": PropTypes.string,
638
- "toString": PropTypes.func.isRequired,
639
- "valueOf": PropTypes.func.isRequired
640
- }), PropTypes.string]),
641
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
642
- "__@toStringTag": PropTypes.string.isRequired,
643
- "description": PropTypes.string,
644
- "toString": PropTypes.func.isRequired,
645
- "valueOf": PropTypes.func.isRequired
646
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
647
- "__@toStringTag": PropTypes.string.isRequired,
648
- "description": PropTypes.string,
649
- "toString": PropTypes.func.isRequired,
650
- "valueOf": PropTypes.func.isRequired
651
- }), PropTypes.string]),
652
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
653
- "__@toStringTag": PropTypes.string.isRequired,
654
- "description": PropTypes.string,
655
- "toString": PropTypes.func.isRequired,
656
- "valueOf": PropTypes.func.isRequired
657
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
658
- "__@toStringTag": PropTypes.string.isRequired,
659
- "description": PropTypes.string,
660
- "toString": PropTypes.func.isRequired,
661
- "valueOf": PropTypes.func.isRequired
662
- }), PropTypes.string]),
663
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
664
- "__@toStringTag": PropTypes.string.isRequired,
665
- "description": PropTypes.string,
666
- "toString": PropTypes.func.isRequired,
667
- "valueOf": PropTypes.func.isRequired
668
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
669
- "__@toStringTag": PropTypes.string.isRequired,
670
- "description": PropTypes.string,
671
- "toString": PropTypes.func.isRequired,
672
- "valueOf": PropTypes.func.isRequired
673
- }), PropTypes.string]),
674
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
675
- "maxLength": PropTypes.number,
676
- "maxWidth": PropTypes.string,
677
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
678
- "__@toStringTag": PropTypes.string.isRequired,
679
- "description": PropTypes.string,
680
- "toString": PropTypes.func.isRequired,
681
- "valueOf": PropTypes.func.isRequired
682
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
683
- "__@toStringTag": PropTypes.string.isRequired,
684
- "description": PropTypes.string,
685
- "toString": PropTypes.func.isRequired,
686
- "valueOf": PropTypes.func.isRequired
687
- }), PropTypes.string]),
688
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
689
- "minLength": PropTypes.number,
690
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
691
- "__@toStringTag": PropTypes.string.isRequired,
692
- "description": PropTypes.string,
693
- "toString": PropTypes.func.isRequired,
694
- "valueOf": PropTypes.func.isRequired
695
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
696
- "__@toStringTag": PropTypes.string.isRequired,
697
- "description": PropTypes.string,
698
- "toString": PropTypes.func.isRequired,
699
- "valueOf": PropTypes.func.isRequired
700
- }), PropTypes.string]),
701
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
702
- "__@toStringTag": PropTypes.string.isRequired,
703
- "description": PropTypes.string,
704
- "toString": PropTypes.func.isRequired,
705
- "valueOf": PropTypes.func.isRequired
706
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
707
- "__@toStringTag": PropTypes.string.isRequired,
708
- "description": PropTypes.string,
709
- "toString": PropTypes.func.isRequired,
710
- "valueOf": PropTypes.func.isRequired
711
- }), PropTypes.string]),
712
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
713
- "__@toStringTag": PropTypes.string.isRequired,
714
- "description": PropTypes.string,
715
- "toString": PropTypes.func.isRequired,
716
- "valueOf": PropTypes.func.isRequired
717
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
718
- "__@toStringTag": PropTypes.string.isRequired,
719
- "description": PropTypes.string,
720
- "toString": PropTypes.func.isRequired,
721
- "valueOf": PropTypes.func.isRequired
722
- }), PropTypes.string]),
723
- "multiColumn": PropTypes.bool,
724
- "multiple": PropTypes.bool,
725
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
726
- "__@toStringTag": PropTypes.string.isRequired,
727
- "description": PropTypes.string,
728
- "toString": PropTypes.func.isRequired,
729
- "valueOf": PropTypes.func.isRequired
730
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
731
- "__@toStringTag": PropTypes.string.isRequired,
732
- "description": PropTypes.string,
733
- "toString": PropTypes.func.isRequired,
734
- "valueOf": PropTypes.func.isRequired
735
- }), PropTypes.string]),
736
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
737
- "__@toStringTag": PropTypes.string.isRequired,
738
- "description": PropTypes.string,
739
- "toString": PropTypes.func.isRequired,
740
- "valueOf": PropTypes.func.isRequired
741
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
742
- "__@toStringTag": PropTypes.string.isRequired,
743
- "description": PropTypes.string,
744
- "toString": PropTypes.func.isRequired,
745
- "valueOf": PropTypes.func.isRequired
746
- }), PropTypes.string]),
747
- "name": PropTypes.string,
748
- "nonce": PropTypes.string,
749
- "noResultsMessage": PropTypes.string,
750
- "onAbort": PropTypes.func,
751
- "onAbortCapture": PropTypes.func,
752
- "onAnimationEnd": PropTypes.func,
753
- "onAnimationEndCapture": PropTypes.func,
754
- "onAnimationIteration": PropTypes.func,
755
- "onAnimationIterationCapture": PropTypes.func,
756
- "onAnimationStart": PropTypes.func,
757
- "onAnimationStartCapture": PropTypes.func,
758
- "onAuxClick": PropTypes.func,
759
- "onAuxClickCapture": PropTypes.func,
760
- "onBeforeInput": PropTypes.func,
761
- "onBeforeInputCapture": PropTypes.func,
762
- "onBlur": PropTypes.func,
763
- "onBlurCapture": PropTypes.func,
764
- "onCanPlay": PropTypes.func,
765
- "onCanPlayCapture": PropTypes.func,
766
- "onCanPlayThrough": PropTypes.func,
767
- "onCanPlayThroughCapture": PropTypes.func,
768
- "onChange": PropTypes.func,
769
- "onChangeCapture": PropTypes.func,
770
- "onChangeDeferred": PropTypes.func,
771
- "onClick": PropTypes.func,
772
- "onClickCapture": PropTypes.func,
773
- "onCompositionEnd": PropTypes.func,
774
- "onCompositionEndCapture": PropTypes.func,
775
- "onCompositionStart": PropTypes.func,
776
- "onCompositionStartCapture": PropTypes.func,
777
- "onCompositionUpdate": PropTypes.func,
778
- "onCompositionUpdateCapture": PropTypes.func,
779
- "onContextMenu": PropTypes.func,
780
- "onContextMenuCapture": PropTypes.func,
781
- "onCopy": PropTypes.func,
782
- "onCopyCapture": PropTypes.func,
783
- "onCut": PropTypes.func,
784
- "onCutCapture": PropTypes.func,
785
- "onDoubleClick": PropTypes.func,
786
- "onDoubleClickCapture": PropTypes.func,
787
- "onDrag": PropTypes.func,
788
- "onDragCapture": PropTypes.func,
789
- "onDragEnd": PropTypes.func,
790
- "onDragEndCapture": PropTypes.func,
791
- "onDragEnter": PropTypes.func,
792
- "onDragEnterCapture": PropTypes.func,
793
- "onDragExit": PropTypes.func,
794
- "onDragExitCapture": PropTypes.func,
795
- "onDragLeave": PropTypes.func,
796
- "onDragLeaveCapture": PropTypes.func,
797
- "onDragOver": PropTypes.func,
798
- "onDragOverCapture": PropTypes.func,
799
- "onDragStart": PropTypes.func,
800
- "onDragStartCapture": PropTypes.func,
801
- "onDrop": PropTypes.func,
802
- "onDropCapture": PropTypes.func,
803
- "onDurationChange": PropTypes.func,
804
- "onDurationChangeCapture": PropTypes.func,
805
- "onEmptied": PropTypes.func,
806
- "onEmptiedCapture": PropTypes.func,
807
- "onEncrypted": PropTypes.func,
808
- "onEncryptedCapture": PropTypes.func,
809
- "onEnded": PropTypes.func,
810
- "onEndedCapture": PropTypes.func,
811
- "onError": PropTypes.func,
812
- "onErrorCapture": PropTypes.func,
813
- "onFilterChange": PropTypes.func,
814
- "onFocus": PropTypes.func,
815
- "onFocusCapture": PropTypes.func,
816
- "onGotPointerCapture": PropTypes.func,
817
- "onGotPointerCaptureCapture": PropTypes.func,
818
- "onInput": PropTypes.func,
819
- "onInputCapture": PropTypes.func,
820
- "onInvalid": PropTypes.func,
821
- "onInvalidCapture": PropTypes.func,
822
- "onKeyDown": PropTypes.func,
823
- "onKeyDownCapture": PropTypes.func,
824
- "onKeyPress": PropTypes.func,
825
- "onKeyPressCapture": PropTypes.func,
826
- "onKeyUp": PropTypes.func,
827
- "onKeyUpCapture": PropTypes.func,
828
- "onListAction": PropTypes.func,
829
- "onListScrollBottom": PropTypes.func,
830
- "onLoad": PropTypes.func,
831
- "onLoadCapture": PropTypes.func,
832
- "onLoadedData": PropTypes.func,
833
- "onLoadedDataCapture": PropTypes.func,
834
- "onLoadedMetadata": PropTypes.func,
835
- "onLoadedMetadataCapture": PropTypes.func,
836
- "onLoadStart": PropTypes.func,
837
- "onLoadStartCapture": PropTypes.func,
838
- "onLostPointerCapture": PropTypes.func,
839
- "onLostPointerCaptureCapture": PropTypes.func,
840
- "onMouseDown": PropTypes.func,
841
- "onMouseDownCapture": PropTypes.func,
842
- "onMouseEnter": PropTypes.func,
843
- "onMouseLeave": PropTypes.func,
844
- "onMouseMove": PropTypes.func,
845
- "onMouseMoveCapture": PropTypes.func,
846
- "onMouseOut": PropTypes.func,
847
- "onMouseOutCapture": PropTypes.func,
848
- "onMouseOver": PropTypes.func,
849
- "onMouseOverCapture": PropTypes.func,
850
- "onMouseUp": PropTypes.func,
851
- "onMouseUpCapture": PropTypes.func,
852
- "onOpen": PropTypes.func,
853
- "onPaste": PropTypes.func,
854
- "onPasteCapture": PropTypes.func,
855
- "onPause": PropTypes.func,
856
- "onPauseCapture": PropTypes.func,
857
- "onPlay": PropTypes.func,
858
- "onPlayCapture": PropTypes.func,
859
- "onPlaying": PropTypes.func,
860
- "onPlayingCapture": PropTypes.func,
861
- "onPointerCancel": PropTypes.func,
862
- "onPointerCancelCapture": PropTypes.func,
863
- "onPointerDown": PropTypes.func,
864
- "onPointerDownCapture": PropTypes.func,
865
- "onPointerEnter": PropTypes.func,
866
- "onPointerEnterCapture": PropTypes.func,
867
- "onPointerLeave": PropTypes.func,
868
- "onPointerLeaveCapture": PropTypes.func,
869
- "onPointerMove": PropTypes.func,
870
- "onPointerMoveCapture": PropTypes.func,
871
- "onPointerOut": PropTypes.func,
872
- "onPointerOutCapture": PropTypes.func,
873
- "onPointerOver": PropTypes.func,
874
- "onPointerOverCapture": PropTypes.func,
875
- "onPointerUp": PropTypes.func,
876
- "onPointerUpCapture": PropTypes.func,
877
- "onProgress": PropTypes.func,
878
- "onProgressCapture": PropTypes.func,
879
- "onRateChange": PropTypes.func,
880
- "onRateChangeCapture": PropTypes.func,
881
- "onReset": PropTypes.func,
882
- "onResetCapture": PropTypes.func,
883
- "onScroll": PropTypes.func,
884
- "onScrollCapture": PropTypes.func,
885
- "onSeeked": PropTypes.func,
886
- "onSeekedCapture": PropTypes.func,
887
- "onSeeking": PropTypes.func,
888
- "onSeekingCapture": PropTypes.func,
889
- "onSelect": PropTypes.func,
890
- "onSelectCapture": PropTypes.func,
891
- "onStalled": PropTypes.func,
892
- "onStalledCapture": PropTypes.func,
893
- "onSubmit": PropTypes.func,
894
- "onSubmitCapture": PropTypes.func,
895
- "onSuspend": PropTypes.func,
896
- "onSuspendCapture": PropTypes.func,
897
- "onTimeUpdate": PropTypes.func,
898
- "onTimeUpdateCapture": PropTypes.func,
899
- "onTouchCancel": PropTypes.func,
900
- "onTouchCancelCapture": PropTypes.func,
901
- "onTouchEnd": PropTypes.func,
902
- "onTouchEndCapture": PropTypes.func,
903
- "onTouchMove": PropTypes.func,
904
- "onTouchMoveCapture": PropTypes.func,
905
- "onTouchStart": PropTypes.func,
906
- "onTouchStartCapture": PropTypes.func,
907
- "onTransitionEnd": PropTypes.func,
908
- "onTransitionEndCapture": PropTypes.func,
909
- "onVolumeChange": PropTypes.func,
910
- "onVolumeChangeCapture": PropTypes.func,
911
- "onWaiting": PropTypes.func,
912
- "onWaitingCapture": PropTypes.func,
913
- "onWheel": PropTypes.func,
914
- "onWheelCapture": PropTypes.func,
915
- "openOnFocus": PropTypes.bool,
916
- "pattern": PropTypes.string,
917
- "placeholder": PropTypes.string,
918
- "prefix": PropTypes.string,
919
- "property": PropTypes.string,
920
- "radioGroup": PropTypes.string,
921
- "readOnly": PropTypes.bool,
922
- "rel": PropTypes.string,
923
- "required": PropTypes.bool,
924
- "resource": PropTypes.string,
925
- "results": PropTypes.number,
926
- "rev": PropTypes.string,
927
- "reverse": PropTypes.bool,
928
- "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({
929
- "__@iterator": PropTypes.func.isRequired,
930
- "anchor": PropTypes.func.isRequired,
931
- "at": PropTypes.func.isRequired,
932
- "big": PropTypes.func.isRequired,
933
- "blink": PropTypes.func.isRequired,
934
- "bold": PropTypes.func.isRequired,
935
- "charAt": PropTypes.func.isRequired,
936
- "charCodeAt": PropTypes.func.isRequired,
937
- "codePointAt": PropTypes.func.isRequired,
938
- "concat": PropTypes.func.isRequired,
939
- "endsWith": PropTypes.func.isRequired,
940
- "fixed": PropTypes.func.isRequired,
941
- "fontcolor": PropTypes.func.isRequired,
942
- "fontsize": PropTypes.func.isRequired,
943
- "includes": PropTypes.func.isRequired,
944
- "indexOf": PropTypes.func.isRequired,
945
- "italics": PropTypes.func.isRequired,
946
- "lastIndexOf": PropTypes.func.isRequired,
947
- "length": PropTypes.number.isRequired,
948
- "link": PropTypes.func.isRequired,
949
- "localeCompare": PropTypes.func.isRequired,
950
- "match": PropTypes.func.isRequired,
951
- "matchAll": PropTypes.func.isRequired,
952
- "normalize": PropTypes.func.isRequired,
953
- "padEnd": PropTypes.func.isRequired,
954
- "padStart": PropTypes.func.isRequired,
955
- "repeat": PropTypes.func.isRequired,
956
- "replace": PropTypes.func.isRequired,
957
- "search": PropTypes.func.isRequired,
958
- "slice": PropTypes.func.isRequired,
959
- "small": PropTypes.func.isRequired,
960
- "split": PropTypes.func.isRequired,
961
- "startsWith": PropTypes.func.isRequired,
962
- "strike": PropTypes.func.isRequired,
963
- "sub": PropTypes.func.isRequired,
964
- "substr": PropTypes.func.isRequired,
965
- "substring": PropTypes.func.isRequired,
966
- "sup": PropTypes.func.isRequired,
967
- "toLocaleLowerCase": PropTypes.func.isRequired,
968
- "toLocaleUpperCase": PropTypes.func.isRequired,
969
- "toLowerCase": PropTypes.func.isRequired,
970
- "toString": PropTypes.func.isRequired,
971
- "toUpperCase": PropTypes.func.isRequired,
972
- "trim": PropTypes.func.isRequired,
973
- "trimEnd": PropTypes.func.isRequired,
974
- "trimLeft": PropTypes.func.isRequired,
975
- "trimRight": PropTypes.func.isRequired,
976
- "trimStart": PropTypes.func.isRequired,
977
- "valueOf": PropTypes.func.isRequired
978
- })]),
979
- "security": PropTypes.string,
980
- "size": PropTypes.oneOf(["large", "medium", "small"]),
981
- "slot": PropTypes.string,
982
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
983
- "src": PropTypes.string,
984
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
985
- "style": PropTypes.object,
986
- "suppressContentEditableWarning": PropTypes.bool,
987
- "suppressHydrationWarning": PropTypes.bool,
988
- "tabIndex": PropTypes.number,
989
- "tableHeader": PropTypes.node,
990
- "title": PropTypes.string,
991
- "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
992
- "translate": PropTypes.oneOf(["no", "yes"]),
993
- "typeof": PropTypes.string,
994
- "unselectable": PropTypes.oneOf(["off", "on"]),
995
- "validationIconId": PropTypes.string,
996
- "validationOnLabel": PropTypes.bool,
997
- "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
998
- "virtualScrollOverscan": PropTypes.number,
999
- "vocab": PropTypes.string,
1000
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
1001
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
1002
- };
451
+ if (process.env.NODE_ENV !== "production") {
452
+ FilterableSelect.propTypes = {
453
+ "about": PropTypes.string,
454
+ "accept": PropTypes.string,
455
+ "accessibilityLabelId": PropTypes.string,
456
+ "accessKey": PropTypes.string,
457
+ "adaptiveLabelBreakpoint": PropTypes.number,
458
+ "align": PropTypes.oneOf(["left", "right"]),
459
+ "alt": PropTypes.string,
460
+ "aria-activedescendant": PropTypes.string,
461
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
462
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
463
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
464
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
465
+ "aria-colcount": PropTypes.number,
466
+ "aria-colindex": PropTypes.number,
467
+ "aria-colspan": PropTypes.number,
468
+ "aria-controls": PropTypes.string,
469
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
470
+ "aria-describedby": PropTypes.string,
471
+ "aria-details": PropTypes.string,
472
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
473
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
474
+ "aria-errormessage": PropTypes.string,
475
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
476
+ "aria-flowto": PropTypes.string,
477
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
478
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
479
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
480
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
481
+ "aria-keyshortcuts": PropTypes.string,
482
+ "aria-label": PropTypes.string,
483
+ "aria-labelledby": PropTypes.string,
484
+ "aria-level": PropTypes.number,
485
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
486
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
487
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
488
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
489
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
490
+ "aria-owns": PropTypes.string,
491
+ "aria-placeholder": PropTypes.string,
492
+ "aria-posinset": PropTypes.number,
493
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
494
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
495
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
496
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
497
+ "aria-roledescription": PropTypes.string,
498
+ "aria-rowcount": PropTypes.number,
499
+ "aria-rowindex": PropTypes.number,
500
+ "aria-rowspan": PropTypes.number,
501
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
502
+ "aria-setsize": PropTypes.number,
503
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
504
+ "aria-valuemax": PropTypes.number,
505
+ "aria-valuemin": PropTypes.number,
506
+ "aria-valuenow": PropTypes.number,
507
+ "aria-valuetext": PropTypes.string,
508
+ "ariaDescribedBy": PropTypes.string,
509
+ "ariaLabel": PropTypes.string,
510
+ "ariaLabelledby": PropTypes.string,
511
+ "as": PropTypes.elementType,
512
+ "autoCapitalize": PropTypes.string,
513
+ "autoComplete": PropTypes.string,
514
+ "autoCorrect": PropTypes.string,
515
+ "autoFocus": PropTypes.bool,
516
+ "autoSave": PropTypes.string,
517
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
518
+ "checked": PropTypes.bool,
519
+ "children": PropTypes.node,
520
+ "className": PropTypes.string,
521
+ "color": PropTypes.string,
522
+ "content": PropTypes.string,
523
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
524
+ "contextMenu": PropTypes.string,
525
+ "dangerouslySetInnerHTML": PropTypes.shape({
526
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
527
+ }),
528
+ "data-component": PropTypes.string,
529
+ "data-element": PropTypes.string,
530
+ "data-role": PropTypes.string,
531
+ "datatype": PropTypes.string,
532
+ "defaultChecked": PropTypes.bool,
533
+ "defaultValue": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
534
+ "deferTimeout": PropTypes.number,
535
+ "dir": PropTypes.string,
536
+ "disabled": PropTypes.bool,
537
+ "disableDefaultFiltering": PropTypes.bool,
538
+ "disablePortal": PropTypes.bool,
539
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
540
+ "enableVirtualScroll": PropTypes.bool,
541
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
542
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
543
+ "fieldHelp": PropTypes.node,
544
+ "flipEnabled": PropTypes.bool,
545
+ "form": PropTypes.string,
546
+ "formAction": PropTypes.string,
547
+ "formattedValue": PropTypes.string,
548
+ "formEncType": PropTypes.string,
549
+ "formMethod": PropTypes.string,
550
+ "formNoValidate": PropTypes.bool,
551
+ "formTarget": PropTypes.string,
552
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
553
+ "helpAriaLabel": PropTypes.string,
554
+ "hidden": PropTypes.bool,
555
+ "iconOnClick": PropTypes.func,
556
+ "iconOnMouseDown": PropTypes.func,
557
+ "iconTabIndex": PropTypes.number,
558
+ "id": PropTypes.string,
559
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
560
+ "inlist": PropTypes.any,
561
+ "inputBorderRadius": PropTypes.any,
562
+ "inputHint": PropTypes.string,
563
+ "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"]),
564
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
565
+ "inputRef": PropTypes.func,
566
+ "inputWidth": PropTypes.number,
567
+ "is": PropTypes.string,
568
+ "isLoading": PropTypes.bool,
569
+ "itemID": PropTypes.string,
570
+ "itemProp": PropTypes.string,
571
+ "itemRef": PropTypes.string,
572
+ "itemScope": PropTypes.bool,
573
+ "itemType": PropTypes.string,
574
+ "label": PropTypes.string,
575
+ "labelAlign": PropTypes.oneOf(["left", "right"]),
576
+ "labelHelp": PropTypes.node,
577
+ "labelId": PropTypes.string,
578
+ "labelInline": PropTypes.bool,
579
+ "labelSpacing": PropTypes.oneOf([1, 2]),
580
+ "labelWidth": PropTypes.number,
581
+ "lang": PropTypes.string,
582
+ "leftChildren": PropTypes.node,
583
+ "list": PropTypes.string,
584
+ "listActionButton": PropTypes.oneOfType([PropTypes.element, PropTypes.bool]),
585
+ "listMaxHeight": PropTypes.number,
586
+ "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
587
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
588
+ "__@toStringTag": PropTypes.string.isRequired,
589
+ "description": PropTypes.string,
590
+ "toString": PropTypes.func.isRequired,
591
+ "valueOf": PropTypes.func.isRequired
592
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
593
+ "__@toStringTag": PropTypes.string.isRequired,
594
+ "description": PropTypes.string,
595
+ "toString": PropTypes.func.isRequired,
596
+ "valueOf": PropTypes.func.isRequired
597
+ }), PropTypes.string]),
598
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
599
+ "__@toStringTag": PropTypes.string.isRequired,
600
+ "description": PropTypes.string,
601
+ "toString": PropTypes.func.isRequired,
602
+ "valueOf": PropTypes.func.isRequired
603
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
604
+ "__@toStringTag": PropTypes.string.isRequired,
605
+ "description": PropTypes.string,
606
+ "toString": PropTypes.func.isRequired,
607
+ "valueOf": PropTypes.func.isRequired
608
+ }), PropTypes.string]),
609
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
610
+ "__@toStringTag": PropTypes.string.isRequired,
611
+ "description": PropTypes.string,
612
+ "toString": PropTypes.func.isRequired,
613
+ "valueOf": PropTypes.func.isRequired
614
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
615
+ "__@toStringTag": PropTypes.string.isRequired,
616
+ "description": PropTypes.string,
617
+ "toString": PropTypes.func.isRequired,
618
+ "valueOf": PropTypes.func.isRequired
619
+ }), PropTypes.string]),
620
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
621
+ "__@toStringTag": PropTypes.string.isRequired,
622
+ "description": PropTypes.string,
623
+ "toString": PropTypes.func.isRequired,
624
+ "valueOf": PropTypes.func.isRequired
625
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
626
+ "__@toStringTag": PropTypes.string.isRequired,
627
+ "description": PropTypes.string,
628
+ "toString": PropTypes.func.isRequired,
629
+ "valueOf": PropTypes.func.isRequired
630
+ }), PropTypes.string]),
631
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
632
+ "__@toStringTag": PropTypes.string.isRequired,
633
+ "description": PropTypes.string,
634
+ "toString": PropTypes.func.isRequired,
635
+ "valueOf": PropTypes.func.isRequired
636
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
637
+ "__@toStringTag": PropTypes.string.isRequired,
638
+ "description": PropTypes.string,
639
+ "toString": PropTypes.func.isRequired,
640
+ "valueOf": PropTypes.func.isRequired
641
+ }), PropTypes.string]),
642
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
643
+ "__@toStringTag": PropTypes.string.isRequired,
644
+ "description": PropTypes.string,
645
+ "toString": PropTypes.func.isRequired,
646
+ "valueOf": PropTypes.func.isRequired
647
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
648
+ "__@toStringTag": PropTypes.string.isRequired,
649
+ "description": PropTypes.string,
650
+ "toString": PropTypes.func.isRequired,
651
+ "valueOf": PropTypes.func.isRequired
652
+ }), PropTypes.string]),
653
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
654
+ "__@toStringTag": PropTypes.string.isRequired,
655
+ "description": PropTypes.string,
656
+ "toString": PropTypes.func.isRequired,
657
+ "valueOf": PropTypes.func.isRequired
658
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
659
+ "__@toStringTag": PropTypes.string.isRequired,
660
+ "description": PropTypes.string,
661
+ "toString": PropTypes.func.isRequired,
662
+ "valueOf": PropTypes.func.isRequired
663
+ }), PropTypes.string]),
664
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
665
+ "__@toStringTag": PropTypes.string.isRequired,
666
+ "description": PropTypes.string,
667
+ "toString": PropTypes.func.isRequired,
668
+ "valueOf": PropTypes.func.isRequired
669
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
670
+ "__@toStringTag": PropTypes.string.isRequired,
671
+ "description": PropTypes.string,
672
+ "toString": PropTypes.func.isRequired,
673
+ "valueOf": PropTypes.func.isRequired
674
+ }), PropTypes.string]),
675
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
676
+ "maxLength": PropTypes.number,
677
+ "maxWidth": PropTypes.string,
678
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
679
+ "__@toStringTag": PropTypes.string.isRequired,
680
+ "description": PropTypes.string,
681
+ "toString": PropTypes.func.isRequired,
682
+ "valueOf": PropTypes.func.isRequired
683
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
684
+ "__@toStringTag": PropTypes.string.isRequired,
685
+ "description": PropTypes.string,
686
+ "toString": PropTypes.func.isRequired,
687
+ "valueOf": PropTypes.func.isRequired
688
+ }), PropTypes.string]),
689
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
690
+ "minLength": PropTypes.number,
691
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
692
+ "__@toStringTag": PropTypes.string.isRequired,
693
+ "description": PropTypes.string,
694
+ "toString": PropTypes.func.isRequired,
695
+ "valueOf": PropTypes.func.isRequired
696
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
697
+ "__@toStringTag": PropTypes.string.isRequired,
698
+ "description": PropTypes.string,
699
+ "toString": PropTypes.func.isRequired,
700
+ "valueOf": PropTypes.func.isRequired
701
+ }), PropTypes.string]),
702
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
703
+ "__@toStringTag": PropTypes.string.isRequired,
704
+ "description": PropTypes.string,
705
+ "toString": PropTypes.func.isRequired,
706
+ "valueOf": PropTypes.func.isRequired
707
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
708
+ "__@toStringTag": PropTypes.string.isRequired,
709
+ "description": PropTypes.string,
710
+ "toString": PropTypes.func.isRequired,
711
+ "valueOf": PropTypes.func.isRequired
712
+ }), PropTypes.string]),
713
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
714
+ "__@toStringTag": PropTypes.string.isRequired,
715
+ "description": PropTypes.string,
716
+ "toString": PropTypes.func.isRequired,
717
+ "valueOf": PropTypes.func.isRequired
718
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
719
+ "__@toStringTag": PropTypes.string.isRequired,
720
+ "description": PropTypes.string,
721
+ "toString": PropTypes.func.isRequired,
722
+ "valueOf": PropTypes.func.isRequired
723
+ }), PropTypes.string]),
724
+ "multiColumn": PropTypes.bool,
725
+ "multiple": PropTypes.bool,
726
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
727
+ "__@toStringTag": PropTypes.string.isRequired,
728
+ "description": PropTypes.string,
729
+ "toString": PropTypes.func.isRequired,
730
+ "valueOf": PropTypes.func.isRequired
731
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
732
+ "__@toStringTag": PropTypes.string.isRequired,
733
+ "description": PropTypes.string,
734
+ "toString": PropTypes.func.isRequired,
735
+ "valueOf": PropTypes.func.isRequired
736
+ }), PropTypes.string]),
737
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
738
+ "__@toStringTag": PropTypes.string.isRequired,
739
+ "description": PropTypes.string,
740
+ "toString": PropTypes.func.isRequired,
741
+ "valueOf": PropTypes.func.isRequired
742
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
743
+ "__@toStringTag": PropTypes.string.isRequired,
744
+ "description": PropTypes.string,
745
+ "toString": PropTypes.func.isRequired,
746
+ "valueOf": PropTypes.func.isRequired
747
+ }), PropTypes.string]),
748
+ "name": PropTypes.string,
749
+ "nonce": PropTypes.string,
750
+ "noResultsMessage": PropTypes.string,
751
+ "onAbort": PropTypes.func,
752
+ "onAbortCapture": PropTypes.func,
753
+ "onAnimationEnd": PropTypes.func,
754
+ "onAnimationEndCapture": PropTypes.func,
755
+ "onAnimationIteration": PropTypes.func,
756
+ "onAnimationIterationCapture": PropTypes.func,
757
+ "onAnimationStart": PropTypes.func,
758
+ "onAnimationStartCapture": PropTypes.func,
759
+ "onAuxClick": PropTypes.func,
760
+ "onAuxClickCapture": PropTypes.func,
761
+ "onBeforeInput": PropTypes.func,
762
+ "onBeforeInputCapture": PropTypes.func,
763
+ "onBlur": PropTypes.func,
764
+ "onBlurCapture": PropTypes.func,
765
+ "onCanPlay": PropTypes.func,
766
+ "onCanPlayCapture": PropTypes.func,
767
+ "onCanPlayThrough": PropTypes.func,
768
+ "onCanPlayThroughCapture": PropTypes.func,
769
+ "onChange": PropTypes.func,
770
+ "onChangeCapture": PropTypes.func,
771
+ "onChangeDeferred": PropTypes.func,
772
+ "onClick": PropTypes.func,
773
+ "onClickCapture": PropTypes.func,
774
+ "onCompositionEnd": PropTypes.func,
775
+ "onCompositionEndCapture": PropTypes.func,
776
+ "onCompositionStart": PropTypes.func,
777
+ "onCompositionStartCapture": PropTypes.func,
778
+ "onCompositionUpdate": PropTypes.func,
779
+ "onCompositionUpdateCapture": PropTypes.func,
780
+ "onContextMenu": PropTypes.func,
781
+ "onContextMenuCapture": PropTypes.func,
782
+ "onCopy": PropTypes.func,
783
+ "onCopyCapture": PropTypes.func,
784
+ "onCut": PropTypes.func,
785
+ "onCutCapture": PropTypes.func,
786
+ "onDoubleClick": PropTypes.func,
787
+ "onDoubleClickCapture": PropTypes.func,
788
+ "onDrag": PropTypes.func,
789
+ "onDragCapture": PropTypes.func,
790
+ "onDragEnd": PropTypes.func,
791
+ "onDragEndCapture": PropTypes.func,
792
+ "onDragEnter": PropTypes.func,
793
+ "onDragEnterCapture": PropTypes.func,
794
+ "onDragExit": PropTypes.func,
795
+ "onDragExitCapture": PropTypes.func,
796
+ "onDragLeave": PropTypes.func,
797
+ "onDragLeaveCapture": PropTypes.func,
798
+ "onDragOver": PropTypes.func,
799
+ "onDragOverCapture": PropTypes.func,
800
+ "onDragStart": PropTypes.func,
801
+ "onDragStartCapture": PropTypes.func,
802
+ "onDrop": PropTypes.func,
803
+ "onDropCapture": PropTypes.func,
804
+ "onDurationChange": PropTypes.func,
805
+ "onDurationChangeCapture": PropTypes.func,
806
+ "onEmptied": PropTypes.func,
807
+ "onEmptiedCapture": PropTypes.func,
808
+ "onEncrypted": PropTypes.func,
809
+ "onEncryptedCapture": PropTypes.func,
810
+ "onEnded": PropTypes.func,
811
+ "onEndedCapture": PropTypes.func,
812
+ "onError": PropTypes.func,
813
+ "onErrorCapture": PropTypes.func,
814
+ "onFilterChange": PropTypes.func,
815
+ "onFocus": PropTypes.func,
816
+ "onFocusCapture": PropTypes.func,
817
+ "onGotPointerCapture": PropTypes.func,
818
+ "onGotPointerCaptureCapture": PropTypes.func,
819
+ "onInput": PropTypes.func,
820
+ "onInputCapture": PropTypes.func,
821
+ "onInvalid": PropTypes.func,
822
+ "onInvalidCapture": PropTypes.func,
823
+ "onKeyDown": PropTypes.func,
824
+ "onKeyDownCapture": PropTypes.func,
825
+ "onKeyPress": PropTypes.func,
826
+ "onKeyPressCapture": PropTypes.func,
827
+ "onKeyUp": PropTypes.func,
828
+ "onKeyUpCapture": PropTypes.func,
829
+ "onListAction": PropTypes.func,
830
+ "onListScrollBottom": PropTypes.func,
831
+ "onLoad": PropTypes.func,
832
+ "onLoadCapture": PropTypes.func,
833
+ "onLoadedData": PropTypes.func,
834
+ "onLoadedDataCapture": PropTypes.func,
835
+ "onLoadedMetadata": PropTypes.func,
836
+ "onLoadedMetadataCapture": PropTypes.func,
837
+ "onLoadStart": PropTypes.func,
838
+ "onLoadStartCapture": PropTypes.func,
839
+ "onLostPointerCapture": PropTypes.func,
840
+ "onLostPointerCaptureCapture": PropTypes.func,
841
+ "onMouseDown": PropTypes.func,
842
+ "onMouseDownCapture": PropTypes.func,
843
+ "onMouseEnter": PropTypes.func,
844
+ "onMouseLeave": PropTypes.func,
845
+ "onMouseMove": PropTypes.func,
846
+ "onMouseMoveCapture": PropTypes.func,
847
+ "onMouseOut": PropTypes.func,
848
+ "onMouseOutCapture": PropTypes.func,
849
+ "onMouseOver": PropTypes.func,
850
+ "onMouseOverCapture": PropTypes.func,
851
+ "onMouseUp": PropTypes.func,
852
+ "onMouseUpCapture": PropTypes.func,
853
+ "onOpen": PropTypes.func,
854
+ "onPaste": PropTypes.func,
855
+ "onPasteCapture": PropTypes.func,
856
+ "onPause": PropTypes.func,
857
+ "onPauseCapture": PropTypes.func,
858
+ "onPlay": PropTypes.func,
859
+ "onPlayCapture": PropTypes.func,
860
+ "onPlaying": PropTypes.func,
861
+ "onPlayingCapture": PropTypes.func,
862
+ "onPointerCancel": PropTypes.func,
863
+ "onPointerCancelCapture": PropTypes.func,
864
+ "onPointerDown": PropTypes.func,
865
+ "onPointerDownCapture": PropTypes.func,
866
+ "onPointerEnter": PropTypes.func,
867
+ "onPointerEnterCapture": PropTypes.func,
868
+ "onPointerLeave": PropTypes.func,
869
+ "onPointerLeaveCapture": PropTypes.func,
870
+ "onPointerMove": PropTypes.func,
871
+ "onPointerMoveCapture": PropTypes.func,
872
+ "onPointerOut": PropTypes.func,
873
+ "onPointerOutCapture": PropTypes.func,
874
+ "onPointerOver": PropTypes.func,
875
+ "onPointerOverCapture": PropTypes.func,
876
+ "onPointerUp": PropTypes.func,
877
+ "onPointerUpCapture": PropTypes.func,
878
+ "onProgress": PropTypes.func,
879
+ "onProgressCapture": PropTypes.func,
880
+ "onRateChange": PropTypes.func,
881
+ "onRateChangeCapture": PropTypes.func,
882
+ "onReset": PropTypes.func,
883
+ "onResetCapture": PropTypes.func,
884
+ "onScroll": PropTypes.func,
885
+ "onScrollCapture": PropTypes.func,
886
+ "onSeeked": PropTypes.func,
887
+ "onSeekedCapture": PropTypes.func,
888
+ "onSeeking": PropTypes.func,
889
+ "onSeekingCapture": PropTypes.func,
890
+ "onSelect": PropTypes.func,
891
+ "onSelectCapture": PropTypes.func,
892
+ "onStalled": PropTypes.func,
893
+ "onStalledCapture": PropTypes.func,
894
+ "onSubmit": PropTypes.func,
895
+ "onSubmitCapture": PropTypes.func,
896
+ "onSuspend": PropTypes.func,
897
+ "onSuspendCapture": PropTypes.func,
898
+ "onTimeUpdate": PropTypes.func,
899
+ "onTimeUpdateCapture": PropTypes.func,
900
+ "onTouchCancel": PropTypes.func,
901
+ "onTouchCancelCapture": PropTypes.func,
902
+ "onTouchEnd": PropTypes.func,
903
+ "onTouchEndCapture": PropTypes.func,
904
+ "onTouchMove": PropTypes.func,
905
+ "onTouchMoveCapture": PropTypes.func,
906
+ "onTouchStart": PropTypes.func,
907
+ "onTouchStartCapture": PropTypes.func,
908
+ "onTransitionEnd": PropTypes.func,
909
+ "onTransitionEndCapture": PropTypes.func,
910
+ "onVolumeChange": PropTypes.func,
911
+ "onVolumeChangeCapture": PropTypes.func,
912
+ "onWaiting": PropTypes.func,
913
+ "onWaitingCapture": PropTypes.func,
914
+ "onWheel": PropTypes.func,
915
+ "onWheelCapture": PropTypes.func,
916
+ "openOnFocus": PropTypes.bool,
917
+ "pattern": PropTypes.string,
918
+ "placeholder": PropTypes.string,
919
+ "prefix": PropTypes.string,
920
+ "property": PropTypes.string,
921
+ "radioGroup": PropTypes.string,
922
+ "readOnly": PropTypes.bool,
923
+ "rel": PropTypes.string,
924
+ "required": PropTypes.bool,
925
+ "resource": PropTypes.string,
926
+ "results": PropTypes.number,
927
+ "rev": PropTypes.string,
928
+ "reverse": PropTypes.bool,
929
+ "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({
930
+ "__@iterator": PropTypes.func.isRequired,
931
+ "anchor": PropTypes.func.isRequired,
932
+ "at": PropTypes.func.isRequired,
933
+ "big": PropTypes.func.isRequired,
934
+ "blink": PropTypes.func.isRequired,
935
+ "bold": PropTypes.func.isRequired,
936
+ "charAt": PropTypes.func.isRequired,
937
+ "charCodeAt": PropTypes.func.isRequired,
938
+ "codePointAt": PropTypes.func.isRequired,
939
+ "concat": PropTypes.func.isRequired,
940
+ "endsWith": PropTypes.func.isRequired,
941
+ "fixed": PropTypes.func.isRequired,
942
+ "fontcolor": PropTypes.func.isRequired,
943
+ "fontsize": PropTypes.func.isRequired,
944
+ "includes": PropTypes.func.isRequired,
945
+ "indexOf": PropTypes.func.isRequired,
946
+ "italics": PropTypes.func.isRequired,
947
+ "lastIndexOf": PropTypes.func.isRequired,
948
+ "length": PropTypes.number.isRequired,
949
+ "link": PropTypes.func.isRequired,
950
+ "localeCompare": PropTypes.func.isRequired,
951
+ "match": PropTypes.func.isRequired,
952
+ "matchAll": PropTypes.func.isRequired,
953
+ "normalize": PropTypes.func.isRequired,
954
+ "padEnd": PropTypes.func.isRequired,
955
+ "padStart": PropTypes.func.isRequired,
956
+ "repeat": PropTypes.func.isRequired,
957
+ "replace": PropTypes.func.isRequired,
958
+ "search": PropTypes.func.isRequired,
959
+ "slice": PropTypes.func.isRequired,
960
+ "small": PropTypes.func.isRequired,
961
+ "split": PropTypes.func.isRequired,
962
+ "startsWith": PropTypes.func.isRequired,
963
+ "strike": PropTypes.func.isRequired,
964
+ "sub": PropTypes.func.isRequired,
965
+ "substr": PropTypes.func.isRequired,
966
+ "substring": PropTypes.func.isRequired,
967
+ "sup": PropTypes.func.isRequired,
968
+ "toLocaleLowerCase": PropTypes.func.isRequired,
969
+ "toLocaleUpperCase": PropTypes.func.isRequired,
970
+ "toLowerCase": PropTypes.func.isRequired,
971
+ "toString": PropTypes.func.isRequired,
972
+ "toUpperCase": PropTypes.func.isRequired,
973
+ "trim": PropTypes.func.isRequired,
974
+ "trimEnd": PropTypes.func.isRequired,
975
+ "trimLeft": PropTypes.func.isRequired,
976
+ "trimRight": PropTypes.func.isRequired,
977
+ "trimStart": PropTypes.func.isRequired,
978
+ "valueOf": PropTypes.func.isRequired
979
+ })]),
980
+ "security": PropTypes.string,
981
+ "size": PropTypes.oneOf(["large", "medium", "small"]),
982
+ "slot": PropTypes.string,
983
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
984
+ "src": PropTypes.string,
985
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
986
+ "style": PropTypes.object,
987
+ "suppressContentEditableWarning": PropTypes.bool,
988
+ "suppressHydrationWarning": PropTypes.bool,
989
+ "tabIndex": PropTypes.number,
990
+ "tableHeader": PropTypes.node,
991
+ "title": PropTypes.string,
992
+ "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
993
+ "translate": PropTypes.oneOf(["no", "yes"]),
994
+ "typeof": PropTypes.string,
995
+ "unselectable": PropTypes.oneOf(["off", "on"]),
996
+ "validationIconId": PropTypes.string,
997
+ "validationOnLabel": PropTypes.bool,
998
+ "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]),
999
+ "virtualScrollOverscan": PropTypes.number,
1000
+ "vocab": PropTypes.string,
1001
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
1002
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
1003
+ };
1004
+ }
1003
1005
  export { FilterableSelect };
1004
1006
  export default FilterableSelect;