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