carbon-react 126.10.0 → 127.0.0

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 (137) 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/components/accordion/accordion.component.js +338 -336
  7. package/esm/components/action-popover/action-popover-item/action-popover-item.component.js +3 -1
  8. package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  9. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  10. package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
  11. package/esm/components/box/box.component.js +3785 -3783
  12. package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
  13. package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
  14. package/esm/components/button/button.component.js +688 -684
  15. package/esm/components/checkbox/checkbox.component.js +524 -522
  16. package/esm/components/date/date.component.js +722 -720
  17. package/esm/components/decimal/decimal.component.js +536 -534
  18. package/esm/components/dialog/dialog.component.js +56 -54
  19. package/esm/components/draggable/draggable-container.component.js +160 -158
  20. package/esm/components/draggable/draggable-item.component.js +162 -160
  21. package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  22. package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  23. package/esm/components/file-input/file-input.component.js +191 -189
  24. package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  25. package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  26. package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  27. package/esm/components/grouped-character/grouped-character.component.js +538 -536
  28. package/esm/components/help/help.component.js +172 -170
  29. package/esm/components/hr/hr.component.js +159 -157
  30. package/esm/components/icon/icon.component.js +181 -179
  31. package/esm/components/icon-button/icon-button.component.js +321 -319
  32. package/esm/components/link/link.component.js +72 -70
  33. package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
  34. package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
  35. package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  36. package/esm/components/message/message.component.js +168 -166
  37. package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
  38. package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  39. package/esm/components/number/number.component.js +536 -534
  40. package/esm/components/pod/pod.component.js +178 -176
  41. package/esm/components/radio-button/radio-button.component.js +523 -521
  42. package/esm/components/search/search.component.js +183 -181
  43. package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
  44. package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
  45. package/esm/components/select/multi-select/multi-select.component.js +551 -549
  46. package/esm/components/select/option/option.component.js +402 -400
  47. package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
  48. package/esm/components/select/option-row/option-row.component.js +16 -14
  49. package/esm/components/select/select-list/select-list.component.js +34 -32
  50. package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
  51. package/esm/components/select/simple-select/simple-select.component.js +550 -548
  52. package/esm/components/sidebar/sidebar.component.js +297 -295
  53. package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  54. package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
  55. package/esm/components/step-flow/step-flow.component.js +170 -168
  56. package/esm/components/switch/switch.component.js +524 -522
  57. package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  58. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  59. package/esm/components/text-editor/text-editor.component.js +171 -169
  60. package/esm/components/textarea/textarea.component.js +532 -530
  61. package/esm/components/textbox/textbox.component.js +536 -534
  62. package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  63. package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  64. package/esm/components/tile-select/tile-select.component.js +180 -178
  65. package/esm/components/time/time.component.js +202 -200
  66. package/esm/components/toast/toast.component.js +18 -16
  67. package/esm/components/tooltip/tooltip.component.js +23 -21
  68. package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
  69. package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
  70. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
  71. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
  72. package/lib/__internal__/input/input-presentation.component.js +19 -17
  73. package/lib/__internal__/input/input.component.js +355 -353
  74. package/lib/components/accordion/accordion.component.js +338 -336
  75. package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +3 -1
  76. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  77. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  78. package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
  79. package/lib/components/box/box.component.js +3785 -3783
  80. package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
  81. package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
  82. package/lib/components/button/button.component.js +688 -684
  83. package/lib/components/checkbox/checkbox.component.js +524 -522
  84. package/lib/components/date/date.component.js +722 -720
  85. package/lib/components/decimal/decimal.component.js +536 -534
  86. package/lib/components/dialog/dialog.component.js +56 -54
  87. package/lib/components/draggable/draggable-container.component.js +160 -158
  88. package/lib/components/draggable/draggable-item.component.js +162 -160
  89. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  90. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  91. package/lib/components/file-input/file-input.component.js +191 -189
  92. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  93. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  94. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  95. package/lib/components/grouped-character/grouped-character.component.js +538 -536
  96. package/lib/components/help/help.component.js +172 -170
  97. package/lib/components/hr/hr.component.js +159 -157
  98. package/lib/components/icon/icon.component.js +181 -179
  99. package/lib/components/icon-button/icon-button.component.js +321 -319
  100. package/lib/components/link/link.component.js +72 -70
  101. package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
  102. package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
  103. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  104. package/lib/components/message/message.component.js +168 -166
  105. package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
  106. package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  107. package/lib/components/number/number.component.js +536 -534
  108. package/lib/components/pod/pod.component.js +178 -176
  109. package/lib/components/radio-button/radio-button.component.js +523 -521
  110. package/lib/components/search/search.component.js +183 -181
  111. package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
  112. package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
  113. package/lib/components/select/multi-select/multi-select.component.js +551 -549
  114. package/lib/components/select/option/option.component.js +402 -400
  115. package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
  116. package/lib/components/select/option-row/option-row.component.js +16 -14
  117. package/lib/components/select/select-list/select-list.component.js +34 -32
  118. package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
  119. package/lib/components/select/simple-select/simple-select.component.js +550 -548
  120. package/lib/components/sidebar/sidebar.component.js +297 -295
  121. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  122. package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
  123. package/lib/components/step-flow/step-flow.component.js +170 -168
  124. package/lib/components/switch/switch.component.js +524 -522
  125. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  126. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  127. package/lib/components/text-editor/text-editor.component.js +171 -169
  128. package/lib/components/textarea/textarea.component.js +532 -530
  129. package/lib/components/textbox/textbox.component.js +536 -534
  130. package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  131. package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  132. package/lib/components/tile-select/tile-select.component.js +180 -178
  133. package/lib/components/time/time.component.js +202 -200
  134. package/lib/components/toast/toast.component.js +18 -16
  135. package/lib/components/tooltip/tooltip.component.js +23 -21
  136. package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
  137. package/package.json +1 -1
@@ -460,554 +460,556 @@ const MultiSelect = /*#__PURE__*/React.forwardRef(({
460
460
  textboxRef: textboxRef
461
461
  }, getTextboxProps()))), selectList);
462
462
  });
463
- MultiSelect.propTypes = {
464
- "about": PropTypes.string,
465
- "accept": PropTypes.string,
466
- "accessibilityLabelId": PropTypes.string,
467
- "accessKey": PropTypes.string,
468
- "adaptiveLabelBreakpoint": PropTypes.number,
469
- "align": PropTypes.oneOf(["left", "right"]),
470
- "alt": PropTypes.string,
471
- "aria-activedescendant": PropTypes.string,
472
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
473
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
474
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
475
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
476
- "aria-colcount": PropTypes.number,
477
- "aria-colindex": PropTypes.number,
478
- "aria-colspan": PropTypes.number,
479
- "aria-controls": PropTypes.string,
480
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
481
- "aria-describedby": PropTypes.string,
482
- "aria-details": PropTypes.string,
483
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
484
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
485
- "aria-errormessage": PropTypes.string,
486
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
487
- "aria-flowto": PropTypes.string,
488
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
489
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
490
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
491
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
492
- "aria-keyshortcuts": PropTypes.string,
493
- "aria-label": PropTypes.string,
494
- "aria-labelledby": PropTypes.string,
495
- "aria-level": PropTypes.number,
496
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
497
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
498
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
499
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
500
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
501
- "aria-owns": PropTypes.string,
502
- "aria-placeholder": PropTypes.string,
503
- "aria-posinset": PropTypes.number,
504
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
505
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
506
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
507
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
508
- "aria-roledescription": PropTypes.string,
509
- "aria-rowcount": PropTypes.number,
510
- "aria-rowindex": PropTypes.number,
511
- "aria-rowspan": PropTypes.number,
512
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
513
- "aria-setsize": PropTypes.number,
514
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
515
- "aria-valuemax": PropTypes.number,
516
- "aria-valuemin": PropTypes.number,
517
- "aria-valuenow": PropTypes.number,
518
- "aria-valuetext": PropTypes.string,
519
- "ariaDescribedBy": PropTypes.string,
520
- "ariaLabel": PropTypes.string,
521
- "ariaLabelledby": PropTypes.string,
522
- "as": PropTypes.elementType,
523
- "autoCapitalize": PropTypes.string,
524
- "autoComplete": PropTypes.string,
525
- "autoCorrect": PropTypes.string,
526
- "autoFocus": PropTypes.bool,
527
- "autoSave": PropTypes.string,
528
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
529
- "checked": PropTypes.bool,
530
- "children": PropTypes.node,
531
- "className": PropTypes.string,
532
- "color": PropTypes.string,
533
- "content": PropTypes.string,
534
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
535
- "contextMenu": PropTypes.string,
536
- "dangerouslySetInnerHTML": PropTypes.shape({
537
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
538
- }),
539
- "data-component": PropTypes.string,
540
- "data-element": PropTypes.string,
541
- "data-role": PropTypes.string,
542
- "datatype": PropTypes.string,
543
- "defaultChecked": PropTypes.bool,
544
- "defaultValue": PropTypes.arrayOf(PropTypes.string),
545
- "deferTimeout": PropTypes.number,
546
- "dir": PropTypes.string,
547
- "disabled": PropTypes.bool,
548
- "disablePortal": PropTypes.bool,
549
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
550
- "enableVirtualScroll": PropTypes.bool,
551
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
552
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
553
- "fieldHelp": PropTypes.node,
554
- "flipEnabled": PropTypes.bool,
555
- "form": PropTypes.string,
556
- "formAction": PropTypes.string,
557
- "formattedValue": PropTypes.string,
558
- "formEncType": PropTypes.string,
559
- "formMethod": PropTypes.string,
560
- "formNoValidate": PropTypes.bool,
561
- "formTarget": PropTypes.string,
562
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
563
- "helpAriaLabel": PropTypes.string,
564
- "hidden": PropTypes.bool,
565
- "iconOnClick": PropTypes.func,
566
- "iconOnMouseDown": PropTypes.func,
567
- "iconTabIndex": PropTypes.number,
568
- "id": PropTypes.string,
569
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
570
- "inlist": PropTypes.any,
571
- "inputBorderRadius": PropTypes.any,
572
- "inputHint": PropTypes.string,
573
- "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"]),
574
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
575
- "inputRef": PropTypes.func,
576
- "inputWidth": PropTypes.number,
577
- "is": PropTypes.string,
578
- "isLoading": PropTypes.bool,
579
- "itemID": PropTypes.string,
580
- "itemProp": PropTypes.string,
581
- "itemRef": PropTypes.string,
582
- "itemScope": PropTypes.bool,
583
- "itemType": PropTypes.string,
584
- "label": PropTypes.string,
585
- "labelAlign": PropTypes.oneOf(["left", "right"]),
586
- "labelHelp": PropTypes.node,
587
- "labelId": PropTypes.string,
588
- "labelInline": PropTypes.bool,
589
- "labelSpacing": PropTypes.oneOf([1, 2]),
590
- "labelWidth": PropTypes.number,
591
- "lang": PropTypes.string,
592
- "leftChildren": PropTypes.node,
593
- "list": PropTypes.string,
594
- "listMaxHeight": PropTypes.number,
595
- "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
596
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
597
- "__@toStringTag": PropTypes.string.isRequired,
598
- "description": PropTypes.string,
599
- "toString": PropTypes.func.isRequired,
600
- "valueOf": PropTypes.func.isRequired
601
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
602
- "__@toStringTag": PropTypes.string.isRequired,
603
- "description": PropTypes.string,
604
- "toString": PropTypes.func.isRequired,
605
- "valueOf": PropTypes.func.isRequired
606
- }), PropTypes.string]),
607
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
608
- "__@toStringTag": PropTypes.string.isRequired,
609
- "description": PropTypes.string,
610
- "toString": PropTypes.func.isRequired,
611
- "valueOf": PropTypes.func.isRequired
612
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
613
- "__@toStringTag": PropTypes.string.isRequired,
614
- "description": PropTypes.string,
615
- "toString": PropTypes.func.isRequired,
616
- "valueOf": PropTypes.func.isRequired
617
- }), PropTypes.string]),
618
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
619
- "__@toStringTag": PropTypes.string.isRequired,
620
- "description": PropTypes.string,
621
- "toString": PropTypes.func.isRequired,
622
- "valueOf": PropTypes.func.isRequired
623
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
624
- "__@toStringTag": PropTypes.string.isRequired,
625
- "description": PropTypes.string,
626
- "toString": PropTypes.func.isRequired,
627
- "valueOf": PropTypes.func.isRequired
628
- }), PropTypes.string]),
629
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
630
- "__@toStringTag": PropTypes.string.isRequired,
631
- "description": PropTypes.string,
632
- "toString": PropTypes.func.isRequired,
633
- "valueOf": PropTypes.func.isRequired
634
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
635
- "__@toStringTag": PropTypes.string.isRequired,
636
- "description": PropTypes.string,
637
- "toString": PropTypes.func.isRequired,
638
- "valueOf": PropTypes.func.isRequired
639
- }), PropTypes.string]),
640
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
641
- "__@toStringTag": PropTypes.string.isRequired,
642
- "description": PropTypes.string,
643
- "toString": PropTypes.func.isRequired,
644
- "valueOf": PropTypes.func.isRequired
645
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
646
- "__@toStringTag": PropTypes.string.isRequired,
647
- "description": PropTypes.string,
648
- "toString": PropTypes.func.isRequired,
649
- "valueOf": PropTypes.func.isRequired
650
- }), PropTypes.string]),
651
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
652
- "__@toStringTag": PropTypes.string.isRequired,
653
- "description": PropTypes.string,
654
- "toString": PropTypes.func.isRequired,
655
- "valueOf": PropTypes.func.isRequired
656
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
657
- "__@toStringTag": PropTypes.string.isRequired,
658
- "description": PropTypes.string,
659
- "toString": PropTypes.func.isRequired,
660
- "valueOf": PropTypes.func.isRequired
661
- }), PropTypes.string]),
662
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
663
- "__@toStringTag": PropTypes.string.isRequired,
664
- "description": PropTypes.string,
665
- "toString": PropTypes.func.isRequired,
666
- "valueOf": PropTypes.func.isRequired
667
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
668
- "__@toStringTag": PropTypes.string.isRequired,
669
- "description": PropTypes.string,
670
- "toString": PropTypes.func.isRequired,
671
- "valueOf": PropTypes.func.isRequired
672
- }), PropTypes.string]),
673
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
674
- "__@toStringTag": PropTypes.string.isRequired,
675
- "description": PropTypes.string,
676
- "toString": PropTypes.func.isRequired,
677
- "valueOf": PropTypes.func.isRequired
678
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
679
- "__@toStringTag": PropTypes.string.isRequired,
680
- "description": PropTypes.string,
681
- "toString": PropTypes.func.isRequired,
682
- "valueOf": PropTypes.func.isRequired
683
- }), PropTypes.string]),
684
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
685
- "maxLength": PropTypes.number,
686
- "maxWidth": PropTypes.string,
687
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
688
- "__@toStringTag": PropTypes.string.isRequired,
689
- "description": PropTypes.string,
690
- "toString": PropTypes.func.isRequired,
691
- "valueOf": PropTypes.func.isRequired
692
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
693
- "__@toStringTag": PropTypes.string.isRequired,
694
- "description": PropTypes.string,
695
- "toString": PropTypes.func.isRequired,
696
- "valueOf": PropTypes.func.isRequired
697
- }), PropTypes.string]),
698
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
699
- "minLength": PropTypes.number,
700
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
701
- "__@toStringTag": PropTypes.string.isRequired,
702
- "description": PropTypes.string,
703
- "toString": PropTypes.func.isRequired,
704
- "valueOf": PropTypes.func.isRequired
705
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
706
- "__@toStringTag": PropTypes.string.isRequired,
707
- "description": PropTypes.string,
708
- "toString": PropTypes.func.isRequired,
709
- "valueOf": PropTypes.func.isRequired
710
- }), PropTypes.string]),
711
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
712
- "__@toStringTag": PropTypes.string.isRequired,
713
- "description": PropTypes.string,
714
- "toString": PropTypes.func.isRequired,
715
- "valueOf": PropTypes.func.isRequired
716
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
717
- "__@toStringTag": PropTypes.string.isRequired,
718
- "description": PropTypes.string,
719
- "toString": PropTypes.func.isRequired,
720
- "valueOf": PropTypes.func.isRequired
721
- }), PropTypes.string]),
722
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
723
- "__@toStringTag": PropTypes.string.isRequired,
724
- "description": PropTypes.string,
725
- "toString": PropTypes.func.isRequired,
726
- "valueOf": PropTypes.func.isRequired
727
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
728
- "__@toStringTag": PropTypes.string.isRequired,
729
- "description": PropTypes.string,
730
- "toString": PropTypes.func.isRequired,
731
- "valueOf": PropTypes.func.isRequired
732
- }), PropTypes.string]),
733
- "multiColumn": PropTypes.bool,
734
- "multiple": PropTypes.bool,
735
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
736
- "__@toStringTag": PropTypes.string.isRequired,
737
- "description": PropTypes.string,
738
- "toString": PropTypes.func.isRequired,
739
- "valueOf": PropTypes.func.isRequired
740
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
741
- "__@toStringTag": PropTypes.string.isRequired,
742
- "description": PropTypes.string,
743
- "toString": PropTypes.func.isRequired,
744
- "valueOf": PropTypes.func.isRequired
745
- }), PropTypes.string]),
746
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
747
- "__@toStringTag": PropTypes.string.isRequired,
748
- "description": PropTypes.string,
749
- "toString": PropTypes.func.isRequired,
750
- "valueOf": PropTypes.func.isRequired
751
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
752
- "__@toStringTag": PropTypes.string.isRequired,
753
- "description": PropTypes.string,
754
- "toString": PropTypes.func.isRequired,
755
- "valueOf": PropTypes.func.isRequired
756
- }), PropTypes.string]),
757
- "name": PropTypes.string,
758
- "nonce": PropTypes.string,
759
- "noResultsMessage": PropTypes.string,
760
- "onAbort": PropTypes.func,
761
- "onAbortCapture": PropTypes.func,
762
- "onAnimationEnd": PropTypes.func,
763
- "onAnimationEndCapture": PropTypes.func,
764
- "onAnimationIteration": PropTypes.func,
765
- "onAnimationIterationCapture": PropTypes.func,
766
- "onAnimationStart": PropTypes.func,
767
- "onAnimationStartCapture": PropTypes.func,
768
- "onAuxClick": PropTypes.func,
769
- "onAuxClickCapture": PropTypes.func,
770
- "onBeforeInput": PropTypes.func,
771
- "onBeforeInputCapture": PropTypes.func,
772
- "onBlur": PropTypes.func,
773
- "onBlurCapture": PropTypes.func,
774
- "onCanPlay": PropTypes.func,
775
- "onCanPlayCapture": PropTypes.func,
776
- "onCanPlayThrough": PropTypes.func,
777
- "onCanPlayThroughCapture": PropTypes.func,
778
- "onChange": PropTypes.func,
779
- "onChangeCapture": PropTypes.func,
780
- "onChangeDeferred": PropTypes.func,
781
- "onClick": PropTypes.func,
782
- "onClickCapture": PropTypes.func,
783
- "onCompositionEnd": PropTypes.func,
784
- "onCompositionEndCapture": PropTypes.func,
785
- "onCompositionStart": PropTypes.func,
786
- "onCompositionStartCapture": PropTypes.func,
787
- "onCompositionUpdate": PropTypes.func,
788
- "onCompositionUpdateCapture": PropTypes.func,
789
- "onContextMenu": PropTypes.func,
790
- "onContextMenuCapture": PropTypes.func,
791
- "onCopy": PropTypes.func,
792
- "onCopyCapture": PropTypes.func,
793
- "onCut": PropTypes.func,
794
- "onCutCapture": PropTypes.func,
795
- "onDoubleClick": PropTypes.func,
796
- "onDoubleClickCapture": PropTypes.func,
797
- "onDrag": PropTypes.func,
798
- "onDragCapture": PropTypes.func,
799
- "onDragEnd": PropTypes.func,
800
- "onDragEndCapture": PropTypes.func,
801
- "onDragEnter": PropTypes.func,
802
- "onDragEnterCapture": PropTypes.func,
803
- "onDragExit": PropTypes.func,
804
- "onDragExitCapture": PropTypes.func,
805
- "onDragLeave": PropTypes.func,
806
- "onDragLeaveCapture": PropTypes.func,
807
- "onDragOver": PropTypes.func,
808
- "onDragOverCapture": PropTypes.func,
809
- "onDragStart": PropTypes.func,
810
- "onDragStartCapture": PropTypes.func,
811
- "onDrop": PropTypes.func,
812
- "onDropCapture": PropTypes.func,
813
- "onDurationChange": PropTypes.func,
814
- "onDurationChangeCapture": PropTypes.func,
815
- "onEmptied": PropTypes.func,
816
- "onEmptiedCapture": PropTypes.func,
817
- "onEncrypted": PropTypes.func,
818
- "onEncryptedCapture": PropTypes.func,
819
- "onEnded": PropTypes.func,
820
- "onEndedCapture": PropTypes.func,
821
- "onError": PropTypes.func,
822
- "onErrorCapture": PropTypes.func,
823
- "onFilterChange": PropTypes.func,
824
- "onFocus": PropTypes.func,
825
- "onFocusCapture": PropTypes.func,
826
- "onGotPointerCapture": PropTypes.func,
827
- "onGotPointerCaptureCapture": PropTypes.func,
828
- "onInput": PropTypes.func,
829
- "onInputCapture": PropTypes.func,
830
- "onInvalid": PropTypes.func,
831
- "onInvalidCapture": PropTypes.func,
832
- "onKeyDown": PropTypes.func,
833
- "onKeyDownCapture": PropTypes.func,
834
- "onKeyPress": PropTypes.func,
835
- "onKeyPressCapture": PropTypes.func,
836
- "onKeyUp": PropTypes.func,
837
- "onKeyUpCapture": PropTypes.func,
838
- "onLoad": PropTypes.func,
839
- "onLoadCapture": PropTypes.func,
840
- "onLoadedData": PropTypes.func,
841
- "onLoadedDataCapture": PropTypes.func,
842
- "onLoadedMetadata": PropTypes.func,
843
- "onLoadedMetadataCapture": PropTypes.func,
844
- "onLoadStart": PropTypes.func,
845
- "onLoadStartCapture": PropTypes.func,
846
- "onLostPointerCapture": PropTypes.func,
847
- "onLostPointerCaptureCapture": PropTypes.func,
848
- "onMouseDown": PropTypes.func,
849
- "onMouseDownCapture": PropTypes.func,
850
- "onMouseEnter": PropTypes.func,
851
- "onMouseLeave": PropTypes.func,
852
- "onMouseMove": PropTypes.func,
853
- "onMouseMoveCapture": PropTypes.func,
854
- "onMouseOut": PropTypes.func,
855
- "onMouseOutCapture": PropTypes.func,
856
- "onMouseOver": PropTypes.func,
857
- "onMouseOverCapture": PropTypes.func,
858
- "onMouseUp": PropTypes.func,
859
- "onMouseUpCapture": PropTypes.func,
860
- "onOpen": PropTypes.func,
861
- "onPaste": PropTypes.func,
862
- "onPasteCapture": PropTypes.func,
863
- "onPause": PropTypes.func,
864
- "onPauseCapture": PropTypes.func,
865
- "onPlay": PropTypes.func,
866
- "onPlayCapture": PropTypes.func,
867
- "onPlaying": PropTypes.func,
868
- "onPlayingCapture": PropTypes.func,
869
- "onPointerCancel": PropTypes.func,
870
- "onPointerCancelCapture": PropTypes.func,
871
- "onPointerDown": PropTypes.func,
872
- "onPointerDownCapture": PropTypes.func,
873
- "onPointerEnter": PropTypes.func,
874
- "onPointerEnterCapture": PropTypes.func,
875
- "onPointerLeave": PropTypes.func,
876
- "onPointerLeaveCapture": PropTypes.func,
877
- "onPointerMove": PropTypes.func,
878
- "onPointerMoveCapture": PropTypes.func,
879
- "onPointerOut": PropTypes.func,
880
- "onPointerOutCapture": PropTypes.func,
881
- "onPointerOver": PropTypes.func,
882
- "onPointerOverCapture": PropTypes.func,
883
- "onPointerUp": PropTypes.func,
884
- "onPointerUpCapture": PropTypes.func,
885
- "onProgress": PropTypes.func,
886
- "onProgressCapture": PropTypes.func,
887
- "onRateChange": PropTypes.func,
888
- "onRateChangeCapture": PropTypes.func,
889
- "onReset": PropTypes.func,
890
- "onResetCapture": PropTypes.func,
891
- "onScroll": PropTypes.func,
892
- "onScrollCapture": PropTypes.func,
893
- "onSeeked": PropTypes.func,
894
- "onSeekedCapture": PropTypes.func,
895
- "onSeeking": PropTypes.func,
896
- "onSeekingCapture": PropTypes.func,
897
- "onSelect": PropTypes.func,
898
- "onSelectCapture": PropTypes.func,
899
- "onStalled": PropTypes.func,
900
- "onStalledCapture": PropTypes.func,
901
- "onSubmit": PropTypes.func,
902
- "onSubmitCapture": PropTypes.func,
903
- "onSuspend": PropTypes.func,
904
- "onSuspendCapture": PropTypes.func,
905
- "onTimeUpdate": PropTypes.func,
906
- "onTimeUpdateCapture": PropTypes.func,
907
- "onTouchCancel": PropTypes.func,
908
- "onTouchCancelCapture": PropTypes.func,
909
- "onTouchEnd": PropTypes.func,
910
- "onTouchEndCapture": PropTypes.func,
911
- "onTouchMove": PropTypes.func,
912
- "onTouchMoveCapture": PropTypes.func,
913
- "onTouchStart": PropTypes.func,
914
- "onTouchStartCapture": PropTypes.func,
915
- "onTransitionEnd": PropTypes.func,
916
- "onTransitionEndCapture": PropTypes.func,
917
- "onVolumeChange": PropTypes.func,
918
- "onVolumeChangeCapture": PropTypes.func,
919
- "onWaiting": PropTypes.func,
920
- "onWaitingCapture": PropTypes.func,
921
- "onWheel": PropTypes.func,
922
- "onWheelCapture": PropTypes.func,
923
- "openOnFocus": PropTypes.bool,
924
- "pattern": PropTypes.string,
925
- "placeholder": PropTypes.string,
926
- "prefix": PropTypes.string,
927
- "property": PropTypes.string,
928
- "radioGroup": PropTypes.string,
929
- "readOnly": PropTypes.bool,
930
- "rel": PropTypes.string,
931
- "required": PropTypes.bool,
932
- "resource": PropTypes.string,
933
- "results": PropTypes.number,
934
- "rev": PropTypes.string,
935
- "reverse": PropTypes.bool,
936
- "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({
937
- "__@iterator": PropTypes.func.isRequired,
938
- "anchor": PropTypes.func.isRequired,
939
- "at": PropTypes.func.isRequired,
940
- "big": PropTypes.func.isRequired,
941
- "blink": PropTypes.func.isRequired,
942
- "bold": PropTypes.func.isRequired,
943
- "charAt": PropTypes.func.isRequired,
944
- "charCodeAt": PropTypes.func.isRequired,
945
- "codePointAt": PropTypes.func.isRequired,
946
- "concat": PropTypes.func.isRequired,
947
- "endsWith": PropTypes.func.isRequired,
948
- "fixed": PropTypes.func.isRequired,
949
- "fontcolor": PropTypes.func.isRequired,
950
- "fontsize": PropTypes.func.isRequired,
951
- "includes": PropTypes.func.isRequired,
952
- "indexOf": PropTypes.func.isRequired,
953
- "italics": PropTypes.func.isRequired,
954
- "lastIndexOf": PropTypes.func.isRequired,
955
- "length": PropTypes.number.isRequired,
956
- "link": PropTypes.func.isRequired,
957
- "localeCompare": PropTypes.func.isRequired,
958
- "match": PropTypes.func.isRequired,
959
- "matchAll": PropTypes.func.isRequired,
960
- "normalize": PropTypes.func.isRequired,
961
- "padEnd": PropTypes.func.isRequired,
962
- "padStart": PropTypes.func.isRequired,
963
- "repeat": PropTypes.func.isRequired,
964
- "replace": PropTypes.func.isRequired,
965
- "search": PropTypes.func.isRequired,
966
- "slice": PropTypes.func.isRequired,
967
- "small": PropTypes.func.isRequired,
968
- "split": PropTypes.func.isRequired,
969
- "startsWith": PropTypes.func.isRequired,
970
- "strike": PropTypes.func.isRequired,
971
- "sub": PropTypes.func.isRequired,
972
- "substr": PropTypes.func.isRequired,
973
- "substring": PropTypes.func.isRequired,
974
- "sup": PropTypes.func.isRequired,
975
- "toLocaleLowerCase": PropTypes.func.isRequired,
976
- "toLocaleUpperCase": PropTypes.func.isRequired,
977
- "toLowerCase": PropTypes.func.isRequired,
978
- "toString": PropTypes.func.isRequired,
979
- "toUpperCase": PropTypes.func.isRequired,
980
- "trim": PropTypes.func.isRequired,
981
- "trimEnd": PropTypes.func.isRequired,
982
- "trimLeft": PropTypes.func.isRequired,
983
- "trimRight": PropTypes.func.isRequired,
984
- "trimStart": PropTypes.func.isRequired,
985
- "valueOf": PropTypes.func.isRequired
986
- })]),
987
- "security": PropTypes.string,
988
- "size": PropTypes.oneOf(["large", "medium", "small"]),
989
- "slot": PropTypes.string,
990
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
991
- "src": PropTypes.string,
992
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
993
- "style": PropTypes.object,
994
- "suppressContentEditableWarning": PropTypes.bool,
995
- "suppressHydrationWarning": PropTypes.bool,
996
- "tabIndex": PropTypes.number,
997
- "tableHeader": PropTypes.node,
998
- "title": PropTypes.string,
999
- "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
1000
- "translate": PropTypes.oneOf(["no", "yes"]),
1001
- "typeof": PropTypes.string,
1002
- "unselectable": PropTypes.oneOf(["off", "on"]),
1003
- "validationIconId": PropTypes.string,
1004
- "validationOnLabel": PropTypes.bool,
1005
- "value": PropTypes.arrayOf(PropTypes.string),
1006
- "virtualScrollOverscan": PropTypes.number,
1007
- "vocab": PropTypes.string,
1008
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
1009
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
1010
- "wrapPillText": PropTypes.bool
1011
- };
463
+ if (process.env.NODE_ENV !== "production") {
464
+ MultiSelect.propTypes = {
465
+ "about": PropTypes.string,
466
+ "accept": PropTypes.string,
467
+ "accessibilityLabelId": PropTypes.string,
468
+ "accessKey": PropTypes.string,
469
+ "adaptiveLabelBreakpoint": PropTypes.number,
470
+ "align": PropTypes.oneOf(["left", "right"]),
471
+ "alt": PropTypes.string,
472
+ "aria-activedescendant": PropTypes.string,
473
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
474
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
475
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
476
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
477
+ "aria-colcount": PropTypes.number,
478
+ "aria-colindex": PropTypes.number,
479
+ "aria-colspan": PropTypes.number,
480
+ "aria-controls": PropTypes.string,
481
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
482
+ "aria-describedby": PropTypes.string,
483
+ "aria-details": PropTypes.string,
484
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
485
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
486
+ "aria-errormessage": PropTypes.string,
487
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
488
+ "aria-flowto": PropTypes.string,
489
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
490
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
491
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
492
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
493
+ "aria-keyshortcuts": PropTypes.string,
494
+ "aria-label": PropTypes.string,
495
+ "aria-labelledby": PropTypes.string,
496
+ "aria-level": PropTypes.number,
497
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
498
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
499
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
500
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
501
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
502
+ "aria-owns": PropTypes.string,
503
+ "aria-placeholder": PropTypes.string,
504
+ "aria-posinset": PropTypes.number,
505
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
506
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
507
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
508
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
509
+ "aria-roledescription": PropTypes.string,
510
+ "aria-rowcount": PropTypes.number,
511
+ "aria-rowindex": PropTypes.number,
512
+ "aria-rowspan": PropTypes.number,
513
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
514
+ "aria-setsize": PropTypes.number,
515
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
516
+ "aria-valuemax": PropTypes.number,
517
+ "aria-valuemin": PropTypes.number,
518
+ "aria-valuenow": PropTypes.number,
519
+ "aria-valuetext": PropTypes.string,
520
+ "ariaDescribedBy": PropTypes.string,
521
+ "ariaLabel": PropTypes.string,
522
+ "ariaLabelledby": PropTypes.string,
523
+ "as": PropTypes.elementType,
524
+ "autoCapitalize": PropTypes.string,
525
+ "autoComplete": PropTypes.string,
526
+ "autoCorrect": PropTypes.string,
527
+ "autoFocus": PropTypes.bool,
528
+ "autoSave": PropTypes.string,
529
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
530
+ "checked": PropTypes.bool,
531
+ "children": PropTypes.node,
532
+ "className": PropTypes.string,
533
+ "color": PropTypes.string,
534
+ "content": PropTypes.string,
535
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
536
+ "contextMenu": PropTypes.string,
537
+ "dangerouslySetInnerHTML": PropTypes.shape({
538
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
539
+ }),
540
+ "data-component": PropTypes.string,
541
+ "data-element": PropTypes.string,
542
+ "data-role": PropTypes.string,
543
+ "datatype": PropTypes.string,
544
+ "defaultChecked": PropTypes.bool,
545
+ "defaultValue": PropTypes.arrayOf(PropTypes.string),
546
+ "deferTimeout": PropTypes.number,
547
+ "dir": PropTypes.string,
548
+ "disabled": PropTypes.bool,
549
+ "disablePortal": PropTypes.bool,
550
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
551
+ "enableVirtualScroll": PropTypes.bool,
552
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
553
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
554
+ "fieldHelp": PropTypes.node,
555
+ "flipEnabled": PropTypes.bool,
556
+ "form": PropTypes.string,
557
+ "formAction": PropTypes.string,
558
+ "formattedValue": PropTypes.string,
559
+ "formEncType": PropTypes.string,
560
+ "formMethod": PropTypes.string,
561
+ "formNoValidate": PropTypes.bool,
562
+ "formTarget": PropTypes.string,
563
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
564
+ "helpAriaLabel": PropTypes.string,
565
+ "hidden": PropTypes.bool,
566
+ "iconOnClick": PropTypes.func,
567
+ "iconOnMouseDown": PropTypes.func,
568
+ "iconTabIndex": PropTypes.number,
569
+ "id": PropTypes.string,
570
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
571
+ "inlist": PropTypes.any,
572
+ "inputBorderRadius": PropTypes.any,
573
+ "inputHint": PropTypes.string,
574
+ "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"]),
575
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
576
+ "inputRef": PropTypes.func,
577
+ "inputWidth": PropTypes.number,
578
+ "is": PropTypes.string,
579
+ "isLoading": PropTypes.bool,
580
+ "itemID": PropTypes.string,
581
+ "itemProp": PropTypes.string,
582
+ "itemRef": PropTypes.string,
583
+ "itemScope": PropTypes.bool,
584
+ "itemType": PropTypes.string,
585
+ "label": PropTypes.string,
586
+ "labelAlign": PropTypes.oneOf(["left", "right"]),
587
+ "labelHelp": PropTypes.node,
588
+ "labelId": PropTypes.string,
589
+ "labelInline": PropTypes.bool,
590
+ "labelSpacing": PropTypes.oneOf([1, 2]),
591
+ "labelWidth": PropTypes.number,
592
+ "lang": PropTypes.string,
593
+ "leftChildren": PropTypes.node,
594
+ "list": PropTypes.string,
595
+ "listMaxHeight": PropTypes.number,
596
+ "listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
597
+ "m": 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
+ "margin": 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
+ "marginBottom": 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
+ "marginLeft": 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
+ "marginRight": 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
+ "marginTop": 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
+ "marginX": 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
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
675
+ "__@toStringTag": PropTypes.string.isRequired,
676
+ "description": PropTypes.string,
677
+ "toString": PropTypes.func.isRequired,
678
+ "valueOf": PropTypes.func.isRequired
679
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
680
+ "__@toStringTag": PropTypes.string.isRequired,
681
+ "description": PropTypes.string,
682
+ "toString": PropTypes.func.isRequired,
683
+ "valueOf": PropTypes.func.isRequired
684
+ }), PropTypes.string]),
685
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
686
+ "maxLength": PropTypes.number,
687
+ "maxWidth": PropTypes.string,
688
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
689
+ "__@toStringTag": PropTypes.string.isRequired,
690
+ "description": PropTypes.string,
691
+ "toString": PropTypes.func.isRequired,
692
+ "valueOf": PropTypes.func.isRequired
693
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
694
+ "__@toStringTag": PropTypes.string.isRequired,
695
+ "description": PropTypes.string,
696
+ "toString": PropTypes.func.isRequired,
697
+ "valueOf": PropTypes.func.isRequired
698
+ }), PropTypes.string]),
699
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
700
+ "minLength": PropTypes.number,
701
+ "ml": 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
+ "mr": 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
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
724
+ "__@toStringTag": PropTypes.string.isRequired,
725
+ "description": PropTypes.string,
726
+ "toString": PropTypes.func.isRequired,
727
+ "valueOf": PropTypes.func.isRequired
728
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
729
+ "__@toStringTag": PropTypes.string.isRequired,
730
+ "description": PropTypes.string,
731
+ "toString": PropTypes.func.isRequired,
732
+ "valueOf": PropTypes.func.isRequired
733
+ }), PropTypes.string]),
734
+ "multiColumn": PropTypes.bool,
735
+ "multiple": PropTypes.bool,
736
+ "mx": 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
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
748
+ "__@toStringTag": PropTypes.string.isRequired,
749
+ "description": PropTypes.string,
750
+ "toString": PropTypes.func.isRequired,
751
+ "valueOf": PropTypes.func.isRequired
752
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
753
+ "__@toStringTag": PropTypes.string.isRequired,
754
+ "description": PropTypes.string,
755
+ "toString": PropTypes.func.isRequired,
756
+ "valueOf": PropTypes.func.isRequired
757
+ }), PropTypes.string]),
758
+ "name": PropTypes.string,
759
+ "nonce": PropTypes.string,
760
+ "noResultsMessage": PropTypes.string,
761
+ "onAbort": PropTypes.func,
762
+ "onAbortCapture": PropTypes.func,
763
+ "onAnimationEnd": PropTypes.func,
764
+ "onAnimationEndCapture": PropTypes.func,
765
+ "onAnimationIteration": PropTypes.func,
766
+ "onAnimationIterationCapture": PropTypes.func,
767
+ "onAnimationStart": PropTypes.func,
768
+ "onAnimationStartCapture": PropTypes.func,
769
+ "onAuxClick": PropTypes.func,
770
+ "onAuxClickCapture": PropTypes.func,
771
+ "onBeforeInput": PropTypes.func,
772
+ "onBeforeInputCapture": PropTypes.func,
773
+ "onBlur": PropTypes.func,
774
+ "onBlurCapture": PropTypes.func,
775
+ "onCanPlay": PropTypes.func,
776
+ "onCanPlayCapture": PropTypes.func,
777
+ "onCanPlayThrough": PropTypes.func,
778
+ "onCanPlayThroughCapture": PropTypes.func,
779
+ "onChange": PropTypes.func,
780
+ "onChangeCapture": PropTypes.func,
781
+ "onChangeDeferred": PropTypes.func,
782
+ "onClick": PropTypes.func,
783
+ "onClickCapture": PropTypes.func,
784
+ "onCompositionEnd": PropTypes.func,
785
+ "onCompositionEndCapture": PropTypes.func,
786
+ "onCompositionStart": PropTypes.func,
787
+ "onCompositionStartCapture": PropTypes.func,
788
+ "onCompositionUpdate": PropTypes.func,
789
+ "onCompositionUpdateCapture": PropTypes.func,
790
+ "onContextMenu": PropTypes.func,
791
+ "onContextMenuCapture": PropTypes.func,
792
+ "onCopy": PropTypes.func,
793
+ "onCopyCapture": PropTypes.func,
794
+ "onCut": PropTypes.func,
795
+ "onCutCapture": PropTypes.func,
796
+ "onDoubleClick": PropTypes.func,
797
+ "onDoubleClickCapture": PropTypes.func,
798
+ "onDrag": PropTypes.func,
799
+ "onDragCapture": PropTypes.func,
800
+ "onDragEnd": PropTypes.func,
801
+ "onDragEndCapture": PropTypes.func,
802
+ "onDragEnter": PropTypes.func,
803
+ "onDragEnterCapture": PropTypes.func,
804
+ "onDragExit": PropTypes.func,
805
+ "onDragExitCapture": PropTypes.func,
806
+ "onDragLeave": PropTypes.func,
807
+ "onDragLeaveCapture": PropTypes.func,
808
+ "onDragOver": PropTypes.func,
809
+ "onDragOverCapture": PropTypes.func,
810
+ "onDragStart": PropTypes.func,
811
+ "onDragStartCapture": PropTypes.func,
812
+ "onDrop": PropTypes.func,
813
+ "onDropCapture": PropTypes.func,
814
+ "onDurationChange": PropTypes.func,
815
+ "onDurationChangeCapture": PropTypes.func,
816
+ "onEmptied": PropTypes.func,
817
+ "onEmptiedCapture": PropTypes.func,
818
+ "onEncrypted": PropTypes.func,
819
+ "onEncryptedCapture": PropTypes.func,
820
+ "onEnded": PropTypes.func,
821
+ "onEndedCapture": PropTypes.func,
822
+ "onError": PropTypes.func,
823
+ "onErrorCapture": PropTypes.func,
824
+ "onFilterChange": PropTypes.func,
825
+ "onFocus": PropTypes.func,
826
+ "onFocusCapture": PropTypes.func,
827
+ "onGotPointerCapture": PropTypes.func,
828
+ "onGotPointerCaptureCapture": PropTypes.func,
829
+ "onInput": PropTypes.func,
830
+ "onInputCapture": PropTypes.func,
831
+ "onInvalid": PropTypes.func,
832
+ "onInvalidCapture": PropTypes.func,
833
+ "onKeyDown": PropTypes.func,
834
+ "onKeyDownCapture": PropTypes.func,
835
+ "onKeyPress": PropTypes.func,
836
+ "onKeyPressCapture": PropTypes.func,
837
+ "onKeyUp": PropTypes.func,
838
+ "onKeyUpCapture": PropTypes.func,
839
+ "onLoad": PropTypes.func,
840
+ "onLoadCapture": PropTypes.func,
841
+ "onLoadedData": PropTypes.func,
842
+ "onLoadedDataCapture": PropTypes.func,
843
+ "onLoadedMetadata": PropTypes.func,
844
+ "onLoadedMetadataCapture": PropTypes.func,
845
+ "onLoadStart": PropTypes.func,
846
+ "onLoadStartCapture": PropTypes.func,
847
+ "onLostPointerCapture": PropTypes.func,
848
+ "onLostPointerCaptureCapture": PropTypes.func,
849
+ "onMouseDown": PropTypes.func,
850
+ "onMouseDownCapture": PropTypes.func,
851
+ "onMouseEnter": PropTypes.func,
852
+ "onMouseLeave": PropTypes.func,
853
+ "onMouseMove": PropTypes.func,
854
+ "onMouseMoveCapture": PropTypes.func,
855
+ "onMouseOut": PropTypes.func,
856
+ "onMouseOutCapture": PropTypes.func,
857
+ "onMouseOver": PropTypes.func,
858
+ "onMouseOverCapture": PropTypes.func,
859
+ "onMouseUp": PropTypes.func,
860
+ "onMouseUpCapture": PropTypes.func,
861
+ "onOpen": PropTypes.func,
862
+ "onPaste": PropTypes.func,
863
+ "onPasteCapture": PropTypes.func,
864
+ "onPause": PropTypes.func,
865
+ "onPauseCapture": PropTypes.func,
866
+ "onPlay": PropTypes.func,
867
+ "onPlayCapture": PropTypes.func,
868
+ "onPlaying": PropTypes.func,
869
+ "onPlayingCapture": PropTypes.func,
870
+ "onPointerCancel": PropTypes.func,
871
+ "onPointerCancelCapture": PropTypes.func,
872
+ "onPointerDown": PropTypes.func,
873
+ "onPointerDownCapture": PropTypes.func,
874
+ "onPointerEnter": PropTypes.func,
875
+ "onPointerEnterCapture": PropTypes.func,
876
+ "onPointerLeave": PropTypes.func,
877
+ "onPointerLeaveCapture": PropTypes.func,
878
+ "onPointerMove": PropTypes.func,
879
+ "onPointerMoveCapture": PropTypes.func,
880
+ "onPointerOut": PropTypes.func,
881
+ "onPointerOutCapture": PropTypes.func,
882
+ "onPointerOver": PropTypes.func,
883
+ "onPointerOverCapture": PropTypes.func,
884
+ "onPointerUp": PropTypes.func,
885
+ "onPointerUpCapture": PropTypes.func,
886
+ "onProgress": PropTypes.func,
887
+ "onProgressCapture": PropTypes.func,
888
+ "onRateChange": PropTypes.func,
889
+ "onRateChangeCapture": PropTypes.func,
890
+ "onReset": PropTypes.func,
891
+ "onResetCapture": PropTypes.func,
892
+ "onScroll": PropTypes.func,
893
+ "onScrollCapture": PropTypes.func,
894
+ "onSeeked": PropTypes.func,
895
+ "onSeekedCapture": PropTypes.func,
896
+ "onSeeking": PropTypes.func,
897
+ "onSeekingCapture": PropTypes.func,
898
+ "onSelect": PropTypes.func,
899
+ "onSelectCapture": PropTypes.func,
900
+ "onStalled": PropTypes.func,
901
+ "onStalledCapture": PropTypes.func,
902
+ "onSubmit": PropTypes.func,
903
+ "onSubmitCapture": PropTypes.func,
904
+ "onSuspend": PropTypes.func,
905
+ "onSuspendCapture": PropTypes.func,
906
+ "onTimeUpdate": PropTypes.func,
907
+ "onTimeUpdateCapture": PropTypes.func,
908
+ "onTouchCancel": PropTypes.func,
909
+ "onTouchCancelCapture": PropTypes.func,
910
+ "onTouchEnd": PropTypes.func,
911
+ "onTouchEndCapture": PropTypes.func,
912
+ "onTouchMove": PropTypes.func,
913
+ "onTouchMoveCapture": PropTypes.func,
914
+ "onTouchStart": PropTypes.func,
915
+ "onTouchStartCapture": PropTypes.func,
916
+ "onTransitionEnd": PropTypes.func,
917
+ "onTransitionEndCapture": PropTypes.func,
918
+ "onVolumeChange": PropTypes.func,
919
+ "onVolumeChangeCapture": PropTypes.func,
920
+ "onWaiting": PropTypes.func,
921
+ "onWaitingCapture": PropTypes.func,
922
+ "onWheel": PropTypes.func,
923
+ "onWheelCapture": PropTypes.func,
924
+ "openOnFocus": PropTypes.bool,
925
+ "pattern": PropTypes.string,
926
+ "placeholder": PropTypes.string,
927
+ "prefix": PropTypes.string,
928
+ "property": PropTypes.string,
929
+ "radioGroup": PropTypes.string,
930
+ "readOnly": PropTypes.bool,
931
+ "rel": PropTypes.string,
932
+ "required": PropTypes.bool,
933
+ "resource": PropTypes.string,
934
+ "results": PropTypes.number,
935
+ "rev": PropTypes.string,
936
+ "reverse": PropTypes.bool,
937
+ "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({
938
+ "__@iterator": PropTypes.func.isRequired,
939
+ "anchor": PropTypes.func.isRequired,
940
+ "at": PropTypes.func.isRequired,
941
+ "big": PropTypes.func.isRequired,
942
+ "blink": PropTypes.func.isRequired,
943
+ "bold": PropTypes.func.isRequired,
944
+ "charAt": PropTypes.func.isRequired,
945
+ "charCodeAt": PropTypes.func.isRequired,
946
+ "codePointAt": PropTypes.func.isRequired,
947
+ "concat": PropTypes.func.isRequired,
948
+ "endsWith": PropTypes.func.isRequired,
949
+ "fixed": PropTypes.func.isRequired,
950
+ "fontcolor": PropTypes.func.isRequired,
951
+ "fontsize": PropTypes.func.isRequired,
952
+ "includes": PropTypes.func.isRequired,
953
+ "indexOf": PropTypes.func.isRequired,
954
+ "italics": PropTypes.func.isRequired,
955
+ "lastIndexOf": PropTypes.func.isRequired,
956
+ "length": PropTypes.number.isRequired,
957
+ "link": PropTypes.func.isRequired,
958
+ "localeCompare": PropTypes.func.isRequired,
959
+ "match": PropTypes.func.isRequired,
960
+ "matchAll": PropTypes.func.isRequired,
961
+ "normalize": PropTypes.func.isRequired,
962
+ "padEnd": PropTypes.func.isRequired,
963
+ "padStart": PropTypes.func.isRequired,
964
+ "repeat": PropTypes.func.isRequired,
965
+ "replace": PropTypes.func.isRequired,
966
+ "search": PropTypes.func.isRequired,
967
+ "slice": PropTypes.func.isRequired,
968
+ "small": PropTypes.func.isRequired,
969
+ "split": PropTypes.func.isRequired,
970
+ "startsWith": PropTypes.func.isRequired,
971
+ "strike": PropTypes.func.isRequired,
972
+ "sub": PropTypes.func.isRequired,
973
+ "substr": PropTypes.func.isRequired,
974
+ "substring": PropTypes.func.isRequired,
975
+ "sup": PropTypes.func.isRequired,
976
+ "toLocaleLowerCase": PropTypes.func.isRequired,
977
+ "toLocaleUpperCase": PropTypes.func.isRequired,
978
+ "toLowerCase": PropTypes.func.isRequired,
979
+ "toString": PropTypes.func.isRequired,
980
+ "toUpperCase": PropTypes.func.isRequired,
981
+ "trim": PropTypes.func.isRequired,
982
+ "trimEnd": PropTypes.func.isRequired,
983
+ "trimLeft": PropTypes.func.isRequired,
984
+ "trimRight": PropTypes.func.isRequired,
985
+ "trimStart": PropTypes.func.isRequired,
986
+ "valueOf": PropTypes.func.isRequired
987
+ })]),
988
+ "security": PropTypes.string,
989
+ "size": PropTypes.oneOf(["large", "medium", "small"]),
990
+ "slot": PropTypes.string,
991
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
992
+ "src": PropTypes.string,
993
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
994
+ "style": PropTypes.object,
995
+ "suppressContentEditableWarning": PropTypes.bool,
996
+ "suppressHydrationWarning": PropTypes.bool,
997
+ "tabIndex": PropTypes.number,
998
+ "tableHeader": PropTypes.node,
999
+ "title": PropTypes.string,
1000
+ "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
1001
+ "translate": PropTypes.oneOf(["no", "yes"]),
1002
+ "typeof": PropTypes.string,
1003
+ "unselectable": PropTypes.oneOf(["off", "on"]),
1004
+ "validationIconId": PropTypes.string,
1005
+ "validationOnLabel": PropTypes.bool,
1006
+ "value": PropTypes.arrayOf(PropTypes.string),
1007
+ "virtualScrollOverscan": PropTypes.number,
1008
+ "vocab": PropTypes.string,
1009
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
1010
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
1011
+ "wrapPillText": PropTypes.bool
1012
+ };
1013
+ }
1012
1014
  export { MultiSelect };
1013
1015
  export default MultiSelect;