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