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