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
@@ -54,405 +54,407 @@ const Option = /*#__PURE__*/React.forwardRef(({
54
54
  fill: undefined
55
55
  }), children || text);
56
56
  });
57
- Option.propTypes = {
58
- "about": PropTypes.string,
59
- "accept": PropTypes.string,
60
- "accessKey": PropTypes.string,
61
- "alt": PropTypes.string,
62
- "aria-activedescendant": PropTypes.string,
63
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
64
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
65
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
66
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
67
- "aria-colcount": PropTypes.number,
68
- "aria-colindex": PropTypes.number,
69
- "aria-colspan": PropTypes.number,
70
- "aria-controls": PropTypes.string,
71
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
72
- "aria-describedby": PropTypes.string,
73
- "aria-details": PropTypes.string,
74
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
75
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
76
- "aria-errormessage": PropTypes.string,
77
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
78
- "aria-flowto": PropTypes.string,
79
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
80
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
81
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
82
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
83
- "aria-keyshortcuts": PropTypes.string,
84
- "aria-label": PropTypes.string,
85
- "aria-labelledby": PropTypes.string,
86
- "aria-level": PropTypes.number,
87
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
88
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
89
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
90
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
91
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
92
- "aria-owns": PropTypes.string,
93
- "aria-placeholder": PropTypes.string,
94
- "aria-posinset": PropTypes.number,
95
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
96
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
97
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
98
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
99
- "aria-roledescription": PropTypes.string,
100
- "aria-rowcount": PropTypes.number,
101
- "aria-rowindex": PropTypes.number,
102
- "aria-rowspan": PropTypes.number,
103
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
104
- "aria-setsize": PropTypes.number,
105
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
106
- "aria-valuemax": PropTypes.number,
107
- "aria-valuemin": PropTypes.number,
108
- "aria-valuenow": PropTypes.number,
109
- "aria-valuetext": PropTypes.string,
110
- "autoCapitalize": PropTypes.string,
111
- "autoComplete": PropTypes.string,
112
- "autoCorrect": PropTypes.string,
113
- "autoFocus": PropTypes.bool,
114
- "autoSave": PropTypes.string,
115
- "borderColor": PropTypes.string,
116
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
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
- "dir": PropTypes.string,
134
- "disabled": PropTypes.bool,
135
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
136
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
137
- "fill": PropTypes.bool,
138
- "form": PropTypes.string,
139
- "formAction": PropTypes.string,
140
- "formEncType": PropTypes.string,
141
- "formMethod": PropTypes.string,
142
- "formNoValidate": PropTypes.bool,
143
- "formTarget": PropTypes.string,
144
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
145
- "hidden": PropTypes.bool,
146
- "id": PropTypes.string,
147
- "index": PropTypes.number,
148
- "inlist": PropTypes.any,
149
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
150
- "is": PropTypes.string,
151
- "itemID": PropTypes.string,
152
- "itemProp": PropTypes.string,
153
- "itemRef": PropTypes.string,
154
- "itemScope": PropTypes.bool,
155
- "itemType": PropTypes.string,
156
- "lang": PropTypes.string,
157
- "list": PropTypes.string,
158
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
159
- "maxLength": PropTypes.number,
160
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
161
- "minLength": PropTypes.number,
162
- "multiple": PropTypes.bool,
163
- "name": PropTypes.string,
164
- "nonce": PropTypes.string,
165
- "onAbort": PropTypes.func,
166
- "onAbortCapture": PropTypes.func,
167
- "onAnimationEnd": PropTypes.func,
168
- "onAnimationEndCapture": PropTypes.func,
169
- "onAnimationIteration": PropTypes.func,
170
- "onAnimationIterationCapture": PropTypes.func,
171
- "onAnimationStart": PropTypes.func,
172
- "onAnimationStartCapture": PropTypes.func,
173
- "onAuxClick": PropTypes.func,
174
- "onAuxClickCapture": PropTypes.func,
175
- "onBeforeInput": PropTypes.func,
176
- "onBeforeInputCapture": PropTypes.func,
177
- "onBlur": PropTypes.func,
178
- "onBlurCapture": PropTypes.func,
179
- "onCanPlay": PropTypes.func,
180
- "onCanPlayCapture": PropTypes.func,
181
- "onCanPlayThrough": PropTypes.func,
182
- "onCanPlayThroughCapture": PropTypes.func,
183
- "onChange": PropTypes.func,
184
- "onChangeCapture": PropTypes.func,
185
- "onClick": PropTypes.func,
186
- "onClickCapture": PropTypes.func,
187
- "onCompositionEnd": PropTypes.func,
188
- "onCompositionEndCapture": PropTypes.func,
189
- "onCompositionStart": PropTypes.func,
190
- "onCompositionStartCapture": PropTypes.func,
191
- "onCompositionUpdate": PropTypes.func,
192
- "onCompositionUpdateCapture": PropTypes.func,
193
- "onContextMenu": PropTypes.func,
194
- "onContextMenuCapture": PropTypes.func,
195
- "onCopy": PropTypes.func,
196
- "onCopyCapture": PropTypes.func,
197
- "onCut": PropTypes.func,
198
- "onCutCapture": PropTypes.func,
199
- "onDoubleClick": PropTypes.func,
200
- "onDoubleClickCapture": PropTypes.func,
201
- "onDrag": PropTypes.func,
202
- "onDragCapture": PropTypes.func,
203
- "onDragEnd": PropTypes.func,
204
- "onDragEndCapture": PropTypes.func,
205
- "onDragEnter": PropTypes.func,
206
- "onDragEnterCapture": PropTypes.func,
207
- "onDragExit": PropTypes.func,
208
- "onDragExitCapture": PropTypes.func,
209
- "onDragLeave": PropTypes.func,
210
- "onDragLeaveCapture": PropTypes.func,
211
- "onDragOver": PropTypes.func,
212
- "onDragOverCapture": PropTypes.func,
213
- "onDragStart": PropTypes.func,
214
- "onDragStartCapture": PropTypes.func,
215
- "onDrop": PropTypes.func,
216
- "onDropCapture": PropTypes.func,
217
- "onDurationChange": PropTypes.func,
218
- "onDurationChangeCapture": PropTypes.func,
219
- "onEmptied": PropTypes.func,
220
- "onEmptiedCapture": PropTypes.func,
221
- "onEncrypted": PropTypes.func,
222
- "onEncryptedCapture": PropTypes.func,
223
- "onEnded": PropTypes.func,
224
- "onEndedCapture": PropTypes.func,
225
- "onError": PropTypes.func,
226
- "onErrorCapture": PropTypes.func,
227
- "onFocus": PropTypes.func,
228
- "onFocusCapture": PropTypes.func,
229
- "onGotPointerCapture": PropTypes.func,
230
- "onGotPointerCaptureCapture": PropTypes.func,
231
- "onInput": PropTypes.func,
232
- "onInputCapture": PropTypes.func,
233
- "onInvalid": PropTypes.func,
234
- "onInvalidCapture": PropTypes.func,
235
- "onKeyDown": PropTypes.func,
236
- "onKeyDownCapture": PropTypes.func,
237
- "onKeyPress": PropTypes.func,
238
- "onKeyPressCapture": PropTypes.func,
239
- "onKeyUp": PropTypes.func,
240
- "onKeyUpCapture": PropTypes.func,
241
- "onLoad": PropTypes.func,
242
- "onLoadCapture": PropTypes.func,
243
- "onLoadedData": PropTypes.func,
244
- "onLoadedDataCapture": PropTypes.func,
245
- "onLoadedMetadata": PropTypes.func,
246
- "onLoadedMetadataCapture": PropTypes.func,
247
- "onLoadStart": PropTypes.func,
248
- "onLoadStartCapture": PropTypes.func,
249
- "onLostPointerCapture": PropTypes.func,
250
- "onLostPointerCaptureCapture": PropTypes.func,
251
- "onMouseDown": PropTypes.func,
252
- "onMouseDownCapture": PropTypes.func,
253
- "onMouseEnter": PropTypes.func,
254
- "onMouseLeave": PropTypes.func,
255
- "onMouseMove": PropTypes.func,
256
- "onMouseMoveCapture": PropTypes.func,
257
- "onMouseOut": PropTypes.func,
258
- "onMouseOutCapture": PropTypes.func,
259
- "onMouseOver": PropTypes.func,
260
- "onMouseOverCapture": PropTypes.func,
261
- "onMouseUp": PropTypes.func,
262
- "onMouseUpCapture": PropTypes.func,
263
- "onPaste": PropTypes.func,
264
- "onPasteCapture": PropTypes.func,
265
- "onPause": PropTypes.func,
266
- "onPauseCapture": PropTypes.func,
267
- "onPlay": PropTypes.func,
268
- "onPlayCapture": PropTypes.func,
269
- "onPlaying": PropTypes.func,
270
- "onPlayingCapture": PropTypes.func,
271
- "onPointerCancel": PropTypes.func,
272
- "onPointerCancelCapture": PropTypes.func,
273
- "onPointerDown": PropTypes.func,
274
- "onPointerDownCapture": PropTypes.func,
275
- "onPointerEnter": PropTypes.func,
276
- "onPointerEnterCapture": PropTypes.func,
277
- "onPointerLeave": PropTypes.func,
278
- "onPointerLeaveCapture": PropTypes.func,
279
- "onPointerMove": PropTypes.func,
280
- "onPointerMoveCapture": PropTypes.func,
281
- "onPointerOut": PropTypes.func,
282
- "onPointerOutCapture": PropTypes.func,
283
- "onPointerOver": PropTypes.func,
284
- "onPointerOverCapture": PropTypes.func,
285
- "onPointerUp": PropTypes.func,
286
- "onPointerUpCapture": PropTypes.func,
287
- "onProgress": PropTypes.func,
288
- "onProgressCapture": PropTypes.func,
289
- "onRateChange": PropTypes.func,
290
- "onRateChangeCapture": PropTypes.func,
291
- "onReset": PropTypes.func,
292
- "onResetCapture": PropTypes.func,
293
- "onScroll": PropTypes.func,
294
- "onScrollCapture": PropTypes.func,
295
- "onSeeked": PropTypes.func,
296
- "onSeekedCapture": PropTypes.func,
297
- "onSeeking": PropTypes.func,
298
- "onSeekingCapture": PropTypes.func,
299
- "onSelect": PropTypes.func,
300
- "onSelectCapture": PropTypes.func,
301
- "onStalled": PropTypes.func,
302
- "onStalledCapture": PropTypes.func,
303
- "onSubmit": PropTypes.func,
304
- "onSubmitCapture": PropTypes.func,
305
- "onSuspend": PropTypes.func,
306
- "onSuspendCapture": PropTypes.func,
307
- "onTimeUpdate": PropTypes.func,
308
- "onTimeUpdateCapture": PropTypes.func,
309
- "onTouchCancel": PropTypes.func,
310
- "onTouchCancelCapture": PropTypes.func,
311
- "onTouchEnd": PropTypes.func,
312
- "onTouchEndCapture": PropTypes.func,
313
- "onTouchMove": PropTypes.func,
314
- "onTouchMoveCapture": PropTypes.func,
315
- "onTouchStart": PropTypes.func,
316
- "onTouchStartCapture": PropTypes.func,
317
- "onTransitionEnd": PropTypes.func,
318
- "onTransitionEndCapture": PropTypes.func,
319
- "onVolumeChange": PropTypes.func,
320
- "onVolumeChangeCapture": PropTypes.func,
321
- "onWaiting": PropTypes.func,
322
- "onWaitingCapture": PropTypes.func,
323
- "onWheel": PropTypes.func,
324
- "onWheelCapture": PropTypes.func,
325
- "pattern": PropTypes.string,
326
- "placeholder": PropTypes.string,
327
- "prefix": PropTypes.string,
328
- "property": PropTypes.string,
329
- "radioGroup": PropTypes.string,
330
- "readOnly": PropTypes.bool,
331
- "rel": PropTypes.string,
332
- "required": PropTypes.bool,
333
- "resource": PropTypes.string,
334
- "results": PropTypes.number,
335
- "rev": PropTypes.string,
336
- "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({
337
- "__@iterator": PropTypes.func.isRequired,
338
- "anchor": PropTypes.func.isRequired,
339
- "at": PropTypes.func.isRequired,
340
- "big": PropTypes.func.isRequired,
341
- "blink": PropTypes.func.isRequired,
342
- "bold": PropTypes.func.isRequired,
343
- "charAt": PropTypes.func.isRequired,
344
- "charCodeAt": PropTypes.func.isRequired,
345
- "codePointAt": PropTypes.func.isRequired,
346
- "concat": PropTypes.func.isRequired,
347
- "endsWith": PropTypes.func.isRequired,
348
- "fixed": PropTypes.func.isRequired,
349
- "fontcolor": PropTypes.func.isRequired,
350
- "fontsize": PropTypes.func.isRequired,
351
- "includes": PropTypes.func.isRequired,
352
- "indexOf": PropTypes.func.isRequired,
353
- "italics": PropTypes.func.isRequired,
354
- "lastIndexOf": PropTypes.func.isRequired,
355
- "length": PropTypes.number.isRequired,
356
- "link": PropTypes.func.isRequired,
357
- "localeCompare": PropTypes.func.isRequired,
358
- "match": PropTypes.func.isRequired,
359
- "matchAll": PropTypes.func.isRequired,
360
- "normalize": PropTypes.func.isRequired,
361
- "padEnd": PropTypes.func.isRequired,
362
- "padStart": PropTypes.func.isRequired,
363
- "repeat": PropTypes.func.isRequired,
364
- "replace": PropTypes.func.isRequired,
365
- "search": PropTypes.func.isRequired,
366
- "slice": PropTypes.func.isRequired,
367
- "small": PropTypes.func.isRequired,
368
- "split": PropTypes.func.isRequired,
369
- "startsWith": PropTypes.func.isRequired,
370
- "strike": PropTypes.func.isRequired,
371
- "sub": PropTypes.func.isRequired,
372
- "substr": PropTypes.func.isRequired,
373
- "substring": PropTypes.func.isRequired,
374
- "sup": PropTypes.func.isRequired,
375
- "toLocaleLowerCase": PropTypes.func.isRequired,
376
- "toLocaleUpperCase": PropTypes.func.isRequired,
377
- "toLowerCase": PropTypes.func.isRequired,
378
- "toString": PropTypes.func.isRequired,
379
- "toUpperCase": PropTypes.func.isRequired,
380
- "trim": PropTypes.func.isRequired,
381
- "trimEnd": PropTypes.func.isRequired,
382
- "trimLeft": PropTypes.func.isRequired,
383
- "trimRight": PropTypes.func.isRequired,
384
- "trimStart": PropTypes.func.isRequired,
385
- "valueOf": PropTypes.func.isRequired
386
- })]),
387
- "security": PropTypes.string,
388
- "size": PropTypes.number,
389
- "slot": PropTypes.string,
390
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
391
- "src": PropTypes.string,
392
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
393
- "style": PropTypes.object,
394
- "suppressContentEditableWarning": PropTypes.bool,
395
- "suppressHydrationWarning": PropTypes.bool,
396
- "tabIndex": PropTypes.number,
397
- "text": PropTypes.string.isRequired,
398
- "title": PropTypes.string,
399
- "translate": PropTypes.oneOf(["no", "yes"]),
400
- "type": PropTypes.oneOfType([PropTypes.oneOf(["button", "checkbox", "color", "date", "datetime-local", "email", "file", "hidden", "image", "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"]), PropTypes.shape({
401
- "__@iterator": PropTypes.func.isRequired,
402
- "anchor": PropTypes.func.isRequired,
403
- "at": PropTypes.func.isRequired,
404
- "big": PropTypes.func.isRequired,
405
- "blink": PropTypes.func.isRequired,
406
- "bold": PropTypes.func.isRequired,
407
- "charAt": PropTypes.func.isRequired,
408
- "charCodeAt": PropTypes.func.isRequired,
409
- "codePointAt": PropTypes.func.isRequired,
410
- "concat": PropTypes.func.isRequired,
411
- "endsWith": PropTypes.func.isRequired,
412
- "fixed": PropTypes.func.isRequired,
413
- "fontcolor": PropTypes.func.isRequired,
414
- "fontsize": PropTypes.func.isRequired,
415
- "includes": PropTypes.func.isRequired,
416
- "indexOf": PropTypes.func.isRequired,
417
- "italics": PropTypes.func.isRequired,
418
- "lastIndexOf": PropTypes.func.isRequired,
419
- "length": PropTypes.number.isRequired,
420
- "link": PropTypes.func.isRequired,
421
- "localeCompare": PropTypes.func.isRequired,
422
- "match": PropTypes.func.isRequired,
423
- "matchAll": PropTypes.func.isRequired,
424
- "normalize": PropTypes.func.isRequired,
425
- "padEnd": PropTypes.func.isRequired,
426
- "padStart": PropTypes.func.isRequired,
427
- "repeat": PropTypes.func.isRequired,
428
- "replace": PropTypes.func.isRequired,
429
- "search": PropTypes.func.isRequired,
430
- "slice": PropTypes.func.isRequired,
431
- "small": PropTypes.func.isRequired,
432
- "split": PropTypes.func.isRequired,
433
- "startsWith": PropTypes.func.isRequired,
434
- "strike": PropTypes.func.isRequired,
435
- "sub": PropTypes.func.isRequired,
436
- "substr": PropTypes.func.isRequired,
437
- "substring": PropTypes.func.isRequired,
438
- "sup": PropTypes.func.isRequired,
439
- "toLocaleLowerCase": PropTypes.func.isRequired,
440
- "toLocaleUpperCase": PropTypes.func.isRequired,
441
- "toLowerCase": PropTypes.func.isRequired,
442
- "toString": PropTypes.func.isRequired,
443
- "toUpperCase": PropTypes.func.isRequired,
444
- "trim": PropTypes.func.isRequired,
445
- "trimEnd": PropTypes.func.isRequired,
446
- "trimLeft": PropTypes.func.isRequired,
447
- "trimRight": PropTypes.func.isRequired,
448
- "trimStart": PropTypes.func.isRequired,
449
- "valueOf": PropTypes.func.isRequired
450
- })]),
451
- "typeof": PropTypes.string,
452
- "unselectable": PropTypes.oneOf(["off", "on"]),
453
- "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired,
454
- "vocab": PropTypes.string,
455
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
456
- };
57
+ if (process.env.NODE_ENV !== "production") {
58
+ Option.propTypes = {
59
+ "about": PropTypes.string,
60
+ "accept": PropTypes.string,
61
+ "accessKey": PropTypes.string,
62
+ "alt": PropTypes.string,
63
+ "aria-activedescendant": PropTypes.string,
64
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
65
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
66
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
67
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
68
+ "aria-colcount": PropTypes.number,
69
+ "aria-colindex": PropTypes.number,
70
+ "aria-colspan": PropTypes.number,
71
+ "aria-controls": PropTypes.string,
72
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
73
+ "aria-describedby": PropTypes.string,
74
+ "aria-details": PropTypes.string,
75
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
76
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
77
+ "aria-errormessage": PropTypes.string,
78
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
79
+ "aria-flowto": PropTypes.string,
80
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
81
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
82
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
83
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
84
+ "aria-keyshortcuts": PropTypes.string,
85
+ "aria-label": PropTypes.string,
86
+ "aria-labelledby": PropTypes.string,
87
+ "aria-level": PropTypes.number,
88
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
89
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
90
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
91
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
92
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
93
+ "aria-owns": PropTypes.string,
94
+ "aria-placeholder": PropTypes.string,
95
+ "aria-posinset": PropTypes.number,
96
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
97
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
98
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
99
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
100
+ "aria-roledescription": PropTypes.string,
101
+ "aria-rowcount": PropTypes.number,
102
+ "aria-rowindex": PropTypes.number,
103
+ "aria-rowspan": PropTypes.number,
104
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
105
+ "aria-setsize": PropTypes.number,
106
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
107
+ "aria-valuemax": PropTypes.number,
108
+ "aria-valuemin": PropTypes.number,
109
+ "aria-valuenow": PropTypes.number,
110
+ "aria-valuetext": PropTypes.string,
111
+ "autoCapitalize": PropTypes.string,
112
+ "autoComplete": PropTypes.string,
113
+ "autoCorrect": PropTypes.string,
114
+ "autoFocus": PropTypes.bool,
115
+ "autoSave": PropTypes.string,
116
+ "borderColor": PropTypes.string,
117
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
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
+ "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
+ "fill": PropTypes.bool,
139
+ "form": PropTypes.string,
140
+ "formAction": PropTypes.string,
141
+ "formEncType": PropTypes.string,
142
+ "formMethod": PropTypes.string,
143
+ "formNoValidate": PropTypes.bool,
144
+ "formTarget": PropTypes.string,
145
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
146
+ "hidden": PropTypes.bool,
147
+ "id": PropTypes.string,
148
+ "index": PropTypes.number,
149
+ "inlist": PropTypes.any,
150
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
151
+ "is": PropTypes.string,
152
+ "itemID": PropTypes.string,
153
+ "itemProp": PropTypes.string,
154
+ "itemRef": PropTypes.string,
155
+ "itemScope": PropTypes.bool,
156
+ "itemType": PropTypes.string,
157
+ "lang": PropTypes.string,
158
+ "list": PropTypes.string,
159
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
160
+ "maxLength": PropTypes.number,
161
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
162
+ "minLength": PropTypes.number,
163
+ "multiple": PropTypes.bool,
164
+ "name": PropTypes.string,
165
+ "nonce": PropTypes.string,
166
+ "onAbort": PropTypes.func,
167
+ "onAbortCapture": PropTypes.func,
168
+ "onAnimationEnd": PropTypes.func,
169
+ "onAnimationEndCapture": PropTypes.func,
170
+ "onAnimationIteration": PropTypes.func,
171
+ "onAnimationIterationCapture": PropTypes.func,
172
+ "onAnimationStart": PropTypes.func,
173
+ "onAnimationStartCapture": PropTypes.func,
174
+ "onAuxClick": PropTypes.func,
175
+ "onAuxClickCapture": PropTypes.func,
176
+ "onBeforeInput": PropTypes.func,
177
+ "onBeforeInputCapture": PropTypes.func,
178
+ "onBlur": PropTypes.func,
179
+ "onBlurCapture": PropTypes.func,
180
+ "onCanPlay": PropTypes.func,
181
+ "onCanPlayCapture": PropTypes.func,
182
+ "onCanPlayThrough": PropTypes.func,
183
+ "onCanPlayThroughCapture": PropTypes.func,
184
+ "onChange": PropTypes.func,
185
+ "onChangeCapture": PropTypes.func,
186
+ "onClick": PropTypes.func,
187
+ "onClickCapture": PropTypes.func,
188
+ "onCompositionEnd": PropTypes.func,
189
+ "onCompositionEndCapture": PropTypes.func,
190
+ "onCompositionStart": PropTypes.func,
191
+ "onCompositionStartCapture": PropTypes.func,
192
+ "onCompositionUpdate": PropTypes.func,
193
+ "onCompositionUpdateCapture": PropTypes.func,
194
+ "onContextMenu": PropTypes.func,
195
+ "onContextMenuCapture": PropTypes.func,
196
+ "onCopy": PropTypes.func,
197
+ "onCopyCapture": PropTypes.func,
198
+ "onCut": PropTypes.func,
199
+ "onCutCapture": PropTypes.func,
200
+ "onDoubleClick": PropTypes.func,
201
+ "onDoubleClickCapture": PropTypes.func,
202
+ "onDrag": PropTypes.func,
203
+ "onDragCapture": PropTypes.func,
204
+ "onDragEnd": PropTypes.func,
205
+ "onDragEndCapture": PropTypes.func,
206
+ "onDragEnter": PropTypes.func,
207
+ "onDragEnterCapture": PropTypes.func,
208
+ "onDragExit": PropTypes.func,
209
+ "onDragExitCapture": PropTypes.func,
210
+ "onDragLeave": PropTypes.func,
211
+ "onDragLeaveCapture": PropTypes.func,
212
+ "onDragOver": PropTypes.func,
213
+ "onDragOverCapture": PropTypes.func,
214
+ "onDragStart": PropTypes.func,
215
+ "onDragStartCapture": PropTypes.func,
216
+ "onDrop": PropTypes.func,
217
+ "onDropCapture": PropTypes.func,
218
+ "onDurationChange": PropTypes.func,
219
+ "onDurationChangeCapture": PropTypes.func,
220
+ "onEmptied": PropTypes.func,
221
+ "onEmptiedCapture": PropTypes.func,
222
+ "onEncrypted": PropTypes.func,
223
+ "onEncryptedCapture": PropTypes.func,
224
+ "onEnded": PropTypes.func,
225
+ "onEndedCapture": PropTypes.func,
226
+ "onError": PropTypes.func,
227
+ "onErrorCapture": PropTypes.func,
228
+ "onFocus": PropTypes.func,
229
+ "onFocusCapture": PropTypes.func,
230
+ "onGotPointerCapture": PropTypes.func,
231
+ "onGotPointerCaptureCapture": PropTypes.func,
232
+ "onInput": PropTypes.func,
233
+ "onInputCapture": PropTypes.func,
234
+ "onInvalid": PropTypes.func,
235
+ "onInvalidCapture": PropTypes.func,
236
+ "onKeyDown": PropTypes.func,
237
+ "onKeyDownCapture": PropTypes.func,
238
+ "onKeyPress": PropTypes.func,
239
+ "onKeyPressCapture": PropTypes.func,
240
+ "onKeyUp": PropTypes.func,
241
+ "onKeyUpCapture": PropTypes.func,
242
+ "onLoad": PropTypes.func,
243
+ "onLoadCapture": PropTypes.func,
244
+ "onLoadedData": PropTypes.func,
245
+ "onLoadedDataCapture": PropTypes.func,
246
+ "onLoadedMetadata": PropTypes.func,
247
+ "onLoadedMetadataCapture": PropTypes.func,
248
+ "onLoadStart": PropTypes.func,
249
+ "onLoadStartCapture": PropTypes.func,
250
+ "onLostPointerCapture": PropTypes.func,
251
+ "onLostPointerCaptureCapture": PropTypes.func,
252
+ "onMouseDown": PropTypes.func,
253
+ "onMouseDownCapture": PropTypes.func,
254
+ "onMouseEnter": PropTypes.func,
255
+ "onMouseLeave": PropTypes.func,
256
+ "onMouseMove": PropTypes.func,
257
+ "onMouseMoveCapture": PropTypes.func,
258
+ "onMouseOut": PropTypes.func,
259
+ "onMouseOutCapture": PropTypes.func,
260
+ "onMouseOver": PropTypes.func,
261
+ "onMouseOverCapture": PropTypes.func,
262
+ "onMouseUp": PropTypes.func,
263
+ "onMouseUpCapture": PropTypes.func,
264
+ "onPaste": PropTypes.func,
265
+ "onPasteCapture": PropTypes.func,
266
+ "onPause": PropTypes.func,
267
+ "onPauseCapture": PropTypes.func,
268
+ "onPlay": PropTypes.func,
269
+ "onPlayCapture": PropTypes.func,
270
+ "onPlaying": PropTypes.func,
271
+ "onPlayingCapture": PropTypes.func,
272
+ "onPointerCancel": PropTypes.func,
273
+ "onPointerCancelCapture": PropTypes.func,
274
+ "onPointerDown": PropTypes.func,
275
+ "onPointerDownCapture": PropTypes.func,
276
+ "onPointerEnter": PropTypes.func,
277
+ "onPointerEnterCapture": PropTypes.func,
278
+ "onPointerLeave": PropTypes.func,
279
+ "onPointerLeaveCapture": PropTypes.func,
280
+ "onPointerMove": PropTypes.func,
281
+ "onPointerMoveCapture": PropTypes.func,
282
+ "onPointerOut": PropTypes.func,
283
+ "onPointerOutCapture": PropTypes.func,
284
+ "onPointerOver": PropTypes.func,
285
+ "onPointerOverCapture": PropTypes.func,
286
+ "onPointerUp": PropTypes.func,
287
+ "onPointerUpCapture": PropTypes.func,
288
+ "onProgress": PropTypes.func,
289
+ "onProgressCapture": PropTypes.func,
290
+ "onRateChange": PropTypes.func,
291
+ "onRateChangeCapture": PropTypes.func,
292
+ "onReset": PropTypes.func,
293
+ "onResetCapture": PropTypes.func,
294
+ "onScroll": PropTypes.func,
295
+ "onScrollCapture": PropTypes.func,
296
+ "onSeeked": PropTypes.func,
297
+ "onSeekedCapture": PropTypes.func,
298
+ "onSeeking": PropTypes.func,
299
+ "onSeekingCapture": PropTypes.func,
300
+ "onSelect": PropTypes.func,
301
+ "onSelectCapture": PropTypes.func,
302
+ "onStalled": PropTypes.func,
303
+ "onStalledCapture": PropTypes.func,
304
+ "onSubmit": PropTypes.func,
305
+ "onSubmitCapture": PropTypes.func,
306
+ "onSuspend": PropTypes.func,
307
+ "onSuspendCapture": PropTypes.func,
308
+ "onTimeUpdate": PropTypes.func,
309
+ "onTimeUpdateCapture": PropTypes.func,
310
+ "onTouchCancel": PropTypes.func,
311
+ "onTouchCancelCapture": PropTypes.func,
312
+ "onTouchEnd": PropTypes.func,
313
+ "onTouchEndCapture": PropTypes.func,
314
+ "onTouchMove": PropTypes.func,
315
+ "onTouchMoveCapture": PropTypes.func,
316
+ "onTouchStart": PropTypes.func,
317
+ "onTouchStartCapture": PropTypes.func,
318
+ "onTransitionEnd": PropTypes.func,
319
+ "onTransitionEndCapture": PropTypes.func,
320
+ "onVolumeChange": PropTypes.func,
321
+ "onVolumeChangeCapture": PropTypes.func,
322
+ "onWaiting": PropTypes.func,
323
+ "onWaitingCapture": PropTypes.func,
324
+ "onWheel": PropTypes.func,
325
+ "onWheelCapture": PropTypes.func,
326
+ "pattern": PropTypes.string,
327
+ "placeholder": PropTypes.string,
328
+ "prefix": PropTypes.string,
329
+ "property": PropTypes.string,
330
+ "radioGroup": PropTypes.string,
331
+ "readOnly": PropTypes.bool,
332
+ "rel": PropTypes.string,
333
+ "required": PropTypes.bool,
334
+ "resource": PropTypes.string,
335
+ "results": PropTypes.number,
336
+ "rev": PropTypes.string,
337
+ "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({
338
+ "__@iterator": PropTypes.func.isRequired,
339
+ "anchor": PropTypes.func.isRequired,
340
+ "at": PropTypes.func.isRequired,
341
+ "big": PropTypes.func.isRequired,
342
+ "blink": PropTypes.func.isRequired,
343
+ "bold": PropTypes.func.isRequired,
344
+ "charAt": PropTypes.func.isRequired,
345
+ "charCodeAt": PropTypes.func.isRequired,
346
+ "codePointAt": PropTypes.func.isRequired,
347
+ "concat": PropTypes.func.isRequired,
348
+ "endsWith": PropTypes.func.isRequired,
349
+ "fixed": PropTypes.func.isRequired,
350
+ "fontcolor": PropTypes.func.isRequired,
351
+ "fontsize": PropTypes.func.isRequired,
352
+ "includes": PropTypes.func.isRequired,
353
+ "indexOf": PropTypes.func.isRequired,
354
+ "italics": PropTypes.func.isRequired,
355
+ "lastIndexOf": PropTypes.func.isRequired,
356
+ "length": PropTypes.number.isRequired,
357
+ "link": PropTypes.func.isRequired,
358
+ "localeCompare": PropTypes.func.isRequired,
359
+ "match": PropTypes.func.isRequired,
360
+ "matchAll": PropTypes.func.isRequired,
361
+ "normalize": PropTypes.func.isRequired,
362
+ "padEnd": PropTypes.func.isRequired,
363
+ "padStart": PropTypes.func.isRequired,
364
+ "repeat": PropTypes.func.isRequired,
365
+ "replace": PropTypes.func.isRequired,
366
+ "search": PropTypes.func.isRequired,
367
+ "slice": PropTypes.func.isRequired,
368
+ "small": PropTypes.func.isRequired,
369
+ "split": PropTypes.func.isRequired,
370
+ "startsWith": PropTypes.func.isRequired,
371
+ "strike": PropTypes.func.isRequired,
372
+ "sub": PropTypes.func.isRequired,
373
+ "substr": PropTypes.func.isRequired,
374
+ "substring": PropTypes.func.isRequired,
375
+ "sup": PropTypes.func.isRequired,
376
+ "toLocaleLowerCase": PropTypes.func.isRequired,
377
+ "toLocaleUpperCase": PropTypes.func.isRequired,
378
+ "toLowerCase": PropTypes.func.isRequired,
379
+ "toString": PropTypes.func.isRequired,
380
+ "toUpperCase": PropTypes.func.isRequired,
381
+ "trim": PropTypes.func.isRequired,
382
+ "trimEnd": PropTypes.func.isRequired,
383
+ "trimLeft": PropTypes.func.isRequired,
384
+ "trimRight": PropTypes.func.isRequired,
385
+ "trimStart": PropTypes.func.isRequired,
386
+ "valueOf": PropTypes.func.isRequired
387
+ })]),
388
+ "security": PropTypes.string,
389
+ "size": PropTypes.number,
390
+ "slot": PropTypes.string,
391
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
392
+ "src": PropTypes.string,
393
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
394
+ "style": PropTypes.object,
395
+ "suppressContentEditableWarning": PropTypes.bool,
396
+ "suppressHydrationWarning": PropTypes.bool,
397
+ "tabIndex": PropTypes.number,
398
+ "text": PropTypes.string.isRequired,
399
+ "title": PropTypes.string,
400
+ "translate": PropTypes.oneOf(["no", "yes"]),
401
+ "type": PropTypes.oneOfType([PropTypes.oneOf(["button", "checkbox", "color", "date", "datetime-local", "email", "file", "hidden", "image", "month", "number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"]), PropTypes.shape({
402
+ "__@iterator": PropTypes.func.isRequired,
403
+ "anchor": PropTypes.func.isRequired,
404
+ "at": PropTypes.func.isRequired,
405
+ "big": PropTypes.func.isRequired,
406
+ "blink": PropTypes.func.isRequired,
407
+ "bold": PropTypes.func.isRequired,
408
+ "charAt": PropTypes.func.isRequired,
409
+ "charCodeAt": PropTypes.func.isRequired,
410
+ "codePointAt": PropTypes.func.isRequired,
411
+ "concat": PropTypes.func.isRequired,
412
+ "endsWith": PropTypes.func.isRequired,
413
+ "fixed": PropTypes.func.isRequired,
414
+ "fontcolor": PropTypes.func.isRequired,
415
+ "fontsize": PropTypes.func.isRequired,
416
+ "includes": PropTypes.func.isRequired,
417
+ "indexOf": PropTypes.func.isRequired,
418
+ "italics": PropTypes.func.isRequired,
419
+ "lastIndexOf": PropTypes.func.isRequired,
420
+ "length": PropTypes.number.isRequired,
421
+ "link": PropTypes.func.isRequired,
422
+ "localeCompare": PropTypes.func.isRequired,
423
+ "match": PropTypes.func.isRequired,
424
+ "matchAll": PropTypes.func.isRequired,
425
+ "normalize": PropTypes.func.isRequired,
426
+ "padEnd": PropTypes.func.isRequired,
427
+ "padStart": PropTypes.func.isRequired,
428
+ "repeat": PropTypes.func.isRequired,
429
+ "replace": PropTypes.func.isRequired,
430
+ "search": PropTypes.func.isRequired,
431
+ "slice": PropTypes.func.isRequired,
432
+ "small": PropTypes.func.isRequired,
433
+ "split": PropTypes.func.isRequired,
434
+ "startsWith": PropTypes.func.isRequired,
435
+ "strike": PropTypes.func.isRequired,
436
+ "sub": PropTypes.func.isRequired,
437
+ "substr": PropTypes.func.isRequired,
438
+ "substring": PropTypes.func.isRequired,
439
+ "sup": PropTypes.func.isRequired,
440
+ "toLocaleLowerCase": PropTypes.func.isRequired,
441
+ "toLocaleUpperCase": PropTypes.func.isRequired,
442
+ "toLowerCase": PropTypes.func.isRequired,
443
+ "toString": PropTypes.func.isRequired,
444
+ "toUpperCase": PropTypes.func.isRequired,
445
+ "trim": PropTypes.func.isRequired,
446
+ "trimEnd": PropTypes.func.isRequired,
447
+ "trimLeft": PropTypes.func.isRequired,
448
+ "trimRight": PropTypes.func.isRequired,
449
+ "trimStart": PropTypes.func.isRequired,
450
+ "valueOf": PropTypes.func.isRequired
451
+ })]),
452
+ "typeof": PropTypes.string,
453
+ "unselectable": PropTypes.oneOf(["off", "on"]),
454
+ "value": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired,
455
+ "vocab": PropTypes.string,
456
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
457
+ };
458
+ }
457
459
  Option.displayName = "Option";
458
460
  export default Option;