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