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.
- package/esm/__internal__/checkable-input/checkable-input.component.js +362 -360
- package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/esm/__internal__/input/input-presentation.component.js +19 -17
- package/esm/__internal__/input/input.component.js +355 -353
- package/esm/__internal__/input/input.style.d.ts +1 -1
- package/esm/__internal__/input/input.style.js +1 -7
- package/esm/__spec_helper__/index.js +5 -1
- package/esm/components/accordion/accordion.component.js +338 -336
- package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/esm/components/box/box.component.js +3785 -3783
- package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/esm/components/button/button.component.js +688 -684
- package/esm/components/checkbox/checkbox.component.js +524 -522
- package/esm/components/date/date.component.js +722 -720
- package/esm/components/decimal/decimal.component.js +536 -534
- package/esm/components/dialog/dialog.component.js +56 -54
- package/esm/components/draggable/draggable-container.component.js +160 -158
- package/esm/components/draggable/draggable-item.component.js +162 -160
- package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/esm/components/file-input/file-input.component.js +191 -189
- package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/esm/components/grouped-character/grouped-character.component.js +538 -536
- package/esm/components/help/help.component.js +172 -170
- package/esm/components/hr/hr.component.js +159 -157
- package/esm/components/icon/icon.component.js +181 -179
- package/esm/components/icon-button/icon-button.component.js +321 -319
- package/esm/components/link/link.component.js +72 -70
- package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/esm/components/message/message.component.js +168 -166
- package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/esm/components/number/number.component.js +536 -534
- package/esm/components/pod/pod.component.js +178 -176
- package/esm/components/radio-button/radio-button.component.js +523 -521
- package/esm/components/search/search.component.js +183 -181
- package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
- package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
- package/esm/components/select/multi-select/multi-select.component.js +551 -549
- package/esm/components/select/option/option.component.js +402 -400
- package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
- package/esm/components/select/option-row/option-row.component.js +16 -14
- package/esm/components/select/select-list/select-list.component.js +34 -32
- package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
- package/esm/components/select/simple-select/simple-select.component.js +550 -548
- package/esm/components/sidebar/sidebar.component.js +297 -295
- package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/esm/components/step-flow/step-flow.component.js +170 -168
- package/esm/components/switch/switch.component.js +524 -522
- package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/esm/components/text-editor/text-editor.component.js +171 -169
- package/esm/components/textarea/textarea.component.js +532 -530
- package/esm/components/textbox/textbox.component.js +536 -534
- package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/esm/components/tile-select/tile-select.component.js +180 -178
- package/esm/components/time/time.component.js +202 -200
- package/esm/components/toast/toast.component.js +18 -16
- package/esm/components/tooltip/tooltip.component.js +23 -21
- package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
- package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/lib/__internal__/input/input-presentation.component.js +19 -17
- package/lib/__internal__/input/input.component.js +355 -353
- package/lib/__internal__/input/input.style.d.ts +1 -1
- package/lib/__internal__/input/input.style.js +1 -7
- package/lib/__spec_helper__/index.js +5 -1
- package/lib/components/accordion/accordion.component.js +338 -336
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/lib/components/box/box.component.js +3785 -3783
- package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/lib/components/button/button.component.js +688 -684
- package/lib/components/checkbox/checkbox.component.js +524 -522
- package/lib/components/date/date.component.js +722 -720
- package/lib/components/decimal/decimal.component.js +536 -534
- package/lib/components/dialog/dialog.component.js +56 -54
- package/lib/components/draggable/draggable-container.component.js +160 -158
- package/lib/components/draggable/draggable-item.component.js +162 -160
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/lib/components/file-input/file-input.component.js +191 -189
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/lib/components/grouped-character/grouped-character.component.js +538 -536
- package/lib/components/help/help.component.js +172 -170
- package/lib/components/hr/hr.component.js +159 -157
- package/lib/components/icon/icon.component.js +181 -179
- package/lib/components/icon-button/icon-button.component.js +321 -319
- package/lib/components/link/link.component.js +72 -70
- package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/lib/components/message/message.component.js +168 -166
- package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/lib/components/number/number.component.js +536 -534
- package/lib/components/pod/pod.component.js +178 -176
- package/lib/components/radio-button/radio-button.component.js +523 -521
- package/lib/components/search/search.component.js +183 -181
- package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
- package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
- package/lib/components/select/multi-select/multi-select.component.js +551 -549
- package/lib/components/select/option/option.component.js +402 -400
- package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
- package/lib/components/select/option-row/option-row.component.js +16 -14
- package/lib/components/select/select-list/select-list.component.js +34 -32
- package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
- package/lib/components/select/simple-select/simple-select.component.js +550 -548
- package/lib/components/sidebar/sidebar.component.js +297 -295
- package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/lib/components/step-flow/step-flow.component.js +170 -168
- package/lib/components/switch/switch.component.js +524 -522
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/lib/components/text-editor/text-editor.component.js +171 -169
- package/lib/components/textarea/textarea.component.js +532 -530
- package/lib/components/textbox/textbox.component.js +536 -534
- package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/lib/components/tile-select/tile-select.component.js +180 -178
- package/lib/components/time/time.component.js +202 -200
- package/lib/components/toast/toast.component.js +18 -16
- package/lib/components/tooltip/tooltip.component.js +23 -21
- package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
- package/package.json +1 -1
|
@@ -325,743 +325,745 @@ const DateInput = /*#__PURE__*/React.forwardRef(({
|
|
|
325
325
|
pickerTabGuardId: pickerTabGuardId.current
|
|
326
326
|
}));
|
|
327
327
|
});
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"color": PropTypes.string,
|
|
395
|
-
"content": PropTypes.string,
|
|
396
|
-
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
397
|
-
"contextMenu": PropTypes.string,
|
|
398
|
-
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
399
|
-
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
400
|
-
}),
|
|
401
|
-
"data-component": PropTypes.string,
|
|
402
|
-
"data-element": PropTypes.string,
|
|
403
|
-
"data-role": PropTypes.string,
|
|
404
|
-
"datatype": PropTypes.string,
|
|
405
|
-
"defaultChecked": PropTypes.bool,
|
|
406
|
-
"defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
|
|
407
|
-
"dir": PropTypes.string,
|
|
408
|
-
"disabled": PropTypes.bool,
|
|
409
|
-
"disablePortal": PropTypes.bool,
|
|
410
|
-
"draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
411
|
-
"enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
|
|
412
|
-
"error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
413
|
-
"fieldHelp": PropTypes.node,
|
|
414
|
-
"form": PropTypes.string,
|
|
415
|
-
"formAction": PropTypes.string,
|
|
416
|
-
"formEncType": PropTypes.string,
|
|
417
|
-
"formMethod": PropTypes.string,
|
|
418
|
-
"formNoValidate": PropTypes.bool,
|
|
419
|
-
"formTarget": PropTypes.string,
|
|
420
|
-
"height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
421
|
-
"helpAriaLabel": PropTypes.string,
|
|
422
|
-
"hidden": PropTypes.bool,
|
|
423
|
-
"id": PropTypes.string,
|
|
424
|
-
"info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
425
|
-
"inlist": PropTypes.any,
|
|
426
|
-
"inputBorderRadius": PropTypes.any,
|
|
427
|
-
"inputHint": PropTypes.string,
|
|
428
|
-
"inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
|
|
429
|
-
"inputName": PropTypes.oneOf(["end", "start"]),
|
|
430
|
-
"inputRef": PropTypes.func,
|
|
431
|
-
"inputWidth": PropTypes.number,
|
|
432
|
-
"is": PropTypes.string,
|
|
433
|
-
"isOptional": PropTypes.bool,
|
|
434
|
-
"itemID": PropTypes.string,
|
|
435
|
-
"itemProp": PropTypes.string,
|
|
436
|
-
"itemRef": PropTypes.string,
|
|
437
|
-
"itemScope": PropTypes.bool,
|
|
438
|
-
"itemType": PropTypes.string,
|
|
439
|
-
"label": PropTypes.string,
|
|
440
|
-
"labelAlign": PropTypes.oneOf(["left", "right"]),
|
|
441
|
-
"labelHelp": PropTypes.node,
|
|
442
|
-
"labelInline": PropTypes.bool,
|
|
443
|
-
"labelSpacing": PropTypes.oneOf([1, 2]),
|
|
444
|
-
"labelWidth": PropTypes.number,
|
|
445
|
-
"lang": PropTypes.string,
|
|
446
|
-
"list": PropTypes.string,
|
|
447
|
-
"m": 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
|
-
"margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
459
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
460
|
-
"description": PropTypes.string,
|
|
461
|
-
"toString": PropTypes.func.isRequired,
|
|
462
|
-
"valueOf": PropTypes.func.isRequired
|
|
463
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
464
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
465
|
-
"description": PropTypes.string,
|
|
466
|
-
"toString": PropTypes.func.isRequired,
|
|
467
|
-
"valueOf": PropTypes.func.isRequired
|
|
468
|
-
}), PropTypes.string]),
|
|
469
|
-
"marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
470
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
471
|
-
"description": PropTypes.string,
|
|
472
|
-
"toString": PropTypes.func.isRequired,
|
|
473
|
-
"valueOf": PropTypes.func.isRequired
|
|
474
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
475
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
476
|
-
"description": PropTypes.string,
|
|
477
|
-
"toString": PropTypes.func.isRequired,
|
|
478
|
-
"valueOf": PropTypes.func.isRequired
|
|
479
|
-
}), PropTypes.string]),
|
|
480
|
-
"marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
481
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
482
|
-
"description": PropTypes.string,
|
|
483
|
-
"toString": PropTypes.func.isRequired,
|
|
484
|
-
"valueOf": PropTypes.func.isRequired
|
|
485
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
486
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
487
|
-
"description": PropTypes.string,
|
|
488
|
-
"toString": PropTypes.func.isRequired,
|
|
489
|
-
"valueOf": PropTypes.func.isRequired
|
|
490
|
-
}), PropTypes.string]),
|
|
491
|
-
"marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
492
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
493
|
-
"description": PropTypes.string,
|
|
494
|
-
"toString": PropTypes.func.isRequired,
|
|
495
|
-
"valueOf": PropTypes.func.isRequired
|
|
496
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
497
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
498
|
-
"description": PropTypes.string,
|
|
499
|
-
"toString": PropTypes.func.isRequired,
|
|
500
|
-
"valueOf": PropTypes.func.isRequired
|
|
501
|
-
}), PropTypes.string]),
|
|
502
|
-
"marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
503
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
504
|
-
"description": PropTypes.string,
|
|
505
|
-
"toString": PropTypes.func.isRequired,
|
|
506
|
-
"valueOf": PropTypes.func.isRequired
|
|
507
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
508
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
509
|
-
"description": PropTypes.string,
|
|
510
|
-
"toString": PropTypes.func.isRequired,
|
|
511
|
-
"valueOf": PropTypes.func.isRequired
|
|
512
|
-
}), PropTypes.string]),
|
|
513
|
-
"marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
514
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
515
|
-
"description": PropTypes.string,
|
|
516
|
-
"toString": PropTypes.func.isRequired,
|
|
517
|
-
"valueOf": PropTypes.func.isRequired
|
|
518
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
519
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
520
|
-
"description": PropTypes.string,
|
|
521
|
-
"toString": PropTypes.func.isRequired,
|
|
522
|
-
"valueOf": PropTypes.func.isRequired
|
|
523
|
-
}), PropTypes.string]),
|
|
524
|
-
"marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
525
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
526
|
-
"description": PropTypes.string,
|
|
527
|
-
"toString": PropTypes.func.isRequired,
|
|
528
|
-
"valueOf": PropTypes.func.isRequired
|
|
529
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
530
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
531
|
-
"description": PropTypes.string,
|
|
532
|
-
"toString": PropTypes.func.isRequired,
|
|
533
|
-
"valueOf": PropTypes.func.isRequired
|
|
534
|
-
}), PropTypes.string]),
|
|
535
|
-
"max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
536
|
-
"maxDate": PropTypes.string,
|
|
537
|
-
"maxLength": PropTypes.number,
|
|
538
|
-
"maxWidth": PropTypes.string,
|
|
539
|
-
"mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
540
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
541
|
-
"description": PropTypes.string,
|
|
542
|
-
"toString": PropTypes.func.isRequired,
|
|
543
|
-
"valueOf": PropTypes.func.isRequired
|
|
544
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
545
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
546
|
-
"description": PropTypes.string,
|
|
547
|
-
"toString": PropTypes.func.isRequired,
|
|
548
|
-
"valueOf": PropTypes.func.isRequired
|
|
549
|
-
}), PropTypes.string]),
|
|
550
|
-
"min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
551
|
-
"minDate": PropTypes.string,
|
|
552
|
-
"minLength": PropTypes.number,
|
|
553
|
-
"ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
554
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
555
|
-
"description": PropTypes.string,
|
|
556
|
-
"toString": PropTypes.func.isRequired,
|
|
557
|
-
"valueOf": PropTypes.func.isRequired
|
|
558
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
559
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
560
|
-
"description": PropTypes.string,
|
|
561
|
-
"toString": PropTypes.func.isRequired,
|
|
562
|
-
"valueOf": PropTypes.func.isRequired
|
|
563
|
-
}), PropTypes.string]),
|
|
564
|
-
"mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
565
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
566
|
-
"description": PropTypes.string,
|
|
567
|
-
"toString": PropTypes.func.isRequired,
|
|
568
|
-
"valueOf": PropTypes.func.isRequired
|
|
569
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
570
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
571
|
-
"description": PropTypes.string,
|
|
572
|
-
"toString": PropTypes.func.isRequired,
|
|
573
|
-
"valueOf": PropTypes.func.isRequired
|
|
574
|
-
}), PropTypes.string]),
|
|
575
|
-
"mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
576
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
577
|
-
"description": PropTypes.string,
|
|
578
|
-
"toString": PropTypes.func.isRequired,
|
|
579
|
-
"valueOf": PropTypes.func.isRequired
|
|
580
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
581
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
582
|
-
"description": PropTypes.string,
|
|
583
|
-
"toString": PropTypes.func.isRequired,
|
|
584
|
-
"valueOf": PropTypes.func.isRequired
|
|
585
|
-
}), PropTypes.string]),
|
|
586
|
-
"multiple": PropTypes.bool,
|
|
587
|
-
"mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
588
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
589
|
-
"description": PropTypes.string,
|
|
590
|
-
"toString": PropTypes.func.isRequired,
|
|
591
|
-
"valueOf": PropTypes.func.isRequired
|
|
592
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
593
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
594
|
-
"description": PropTypes.string,
|
|
595
|
-
"toString": PropTypes.func.isRequired,
|
|
596
|
-
"valueOf": PropTypes.func.isRequired
|
|
597
|
-
}), PropTypes.string]),
|
|
598
|
-
"my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
599
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
600
|
-
"description": PropTypes.string,
|
|
601
|
-
"toString": PropTypes.func.isRequired,
|
|
602
|
-
"valueOf": PropTypes.func.isRequired
|
|
603
|
-
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
604
|
-
"__@toStringTag": PropTypes.string.isRequired,
|
|
605
|
-
"description": PropTypes.string,
|
|
606
|
-
"toString": PropTypes.func.isRequired,
|
|
607
|
-
"valueOf": PropTypes.func.isRequired
|
|
608
|
-
}), PropTypes.string]),
|
|
609
|
-
"name": PropTypes.string,
|
|
610
|
-
"nonce": PropTypes.string,
|
|
611
|
-
"onAbort": PropTypes.func,
|
|
612
|
-
"onAbortCapture": PropTypes.func,
|
|
613
|
-
"onAnimationEnd": PropTypes.func,
|
|
614
|
-
"onAnimationEndCapture": PropTypes.func,
|
|
615
|
-
"onAnimationIteration": PropTypes.func,
|
|
616
|
-
"onAnimationIterationCapture": PropTypes.func,
|
|
617
|
-
"onAnimationStart": PropTypes.func,
|
|
618
|
-
"onAnimationStartCapture": PropTypes.func,
|
|
619
|
-
"onAuxClick": PropTypes.func,
|
|
620
|
-
"onAuxClickCapture": PropTypes.func,
|
|
621
|
-
"onBeforeInput": PropTypes.func,
|
|
622
|
-
"onBeforeInputCapture": PropTypes.func,
|
|
623
|
-
"onBlur": PropTypes.func,
|
|
624
|
-
"onBlurCapture": PropTypes.func,
|
|
625
|
-
"onCanPlay": PropTypes.func,
|
|
626
|
-
"onCanPlayCapture": PropTypes.func,
|
|
627
|
-
"onCanPlayThrough": PropTypes.func,
|
|
628
|
-
"onCanPlayThroughCapture": PropTypes.func,
|
|
629
|
-
"onChange": PropTypes.func.isRequired,
|
|
630
|
-
"onChangeCapture": PropTypes.func,
|
|
631
|
-
"onClick": PropTypes.func,
|
|
632
|
-
"onClickCapture": PropTypes.func,
|
|
633
|
-
"onCompositionEnd": PropTypes.func,
|
|
634
|
-
"onCompositionEndCapture": PropTypes.func,
|
|
635
|
-
"onCompositionStart": PropTypes.func,
|
|
636
|
-
"onCompositionStartCapture": PropTypes.func,
|
|
637
|
-
"onCompositionUpdate": PropTypes.func,
|
|
638
|
-
"onCompositionUpdateCapture": PropTypes.func,
|
|
639
|
-
"onContextMenu": PropTypes.func,
|
|
640
|
-
"onContextMenuCapture": PropTypes.func,
|
|
641
|
-
"onCopy": PropTypes.func,
|
|
642
|
-
"onCopyCapture": PropTypes.func,
|
|
643
|
-
"onCut": PropTypes.func,
|
|
644
|
-
"onCutCapture": PropTypes.func,
|
|
645
|
-
"onDoubleClick": PropTypes.func,
|
|
646
|
-
"onDoubleClickCapture": PropTypes.func,
|
|
647
|
-
"onDrag": PropTypes.func,
|
|
648
|
-
"onDragCapture": PropTypes.func,
|
|
649
|
-
"onDragEnd": PropTypes.func,
|
|
650
|
-
"onDragEndCapture": PropTypes.func,
|
|
651
|
-
"onDragEnter": PropTypes.func,
|
|
652
|
-
"onDragEnterCapture": PropTypes.func,
|
|
653
|
-
"onDragExit": PropTypes.func,
|
|
654
|
-
"onDragExitCapture": PropTypes.func,
|
|
655
|
-
"onDragLeave": PropTypes.func,
|
|
656
|
-
"onDragLeaveCapture": PropTypes.func,
|
|
657
|
-
"onDragOver": PropTypes.func,
|
|
658
|
-
"onDragOverCapture": PropTypes.func,
|
|
659
|
-
"onDragStart": PropTypes.func,
|
|
660
|
-
"onDragStartCapture": PropTypes.func,
|
|
661
|
-
"onDrop": PropTypes.func,
|
|
662
|
-
"onDropCapture": PropTypes.func,
|
|
663
|
-
"onDurationChange": PropTypes.func,
|
|
664
|
-
"onDurationChangeCapture": PropTypes.func,
|
|
665
|
-
"onEmptied": PropTypes.func,
|
|
666
|
-
"onEmptiedCapture": PropTypes.func,
|
|
667
|
-
"onEncrypted": PropTypes.func,
|
|
668
|
-
"onEncryptedCapture": PropTypes.func,
|
|
669
|
-
"onEnded": PropTypes.func,
|
|
670
|
-
"onEndedCapture": PropTypes.func,
|
|
671
|
-
"onError": PropTypes.func,
|
|
672
|
-
"onErrorCapture": PropTypes.func,
|
|
673
|
-
"onFocus": PropTypes.func,
|
|
674
|
-
"onFocusCapture": PropTypes.func,
|
|
675
|
-
"onGotPointerCapture": PropTypes.func,
|
|
676
|
-
"onGotPointerCaptureCapture": PropTypes.func,
|
|
677
|
-
"onInput": PropTypes.func,
|
|
678
|
-
"onInputCapture": PropTypes.func,
|
|
679
|
-
"onInvalid": PropTypes.func,
|
|
680
|
-
"onInvalidCapture": PropTypes.func,
|
|
681
|
-
"onKeyDown": PropTypes.func,
|
|
682
|
-
"onKeyDownCapture": PropTypes.func,
|
|
683
|
-
"onKeyPress": PropTypes.func,
|
|
684
|
-
"onKeyPressCapture": PropTypes.func,
|
|
685
|
-
"onKeyUp": PropTypes.func,
|
|
686
|
-
"onKeyUpCapture": PropTypes.func,
|
|
687
|
-
"onLoad": PropTypes.func,
|
|
688
|
-
"onLoadCapture": PropTypes.func,
|
|
689
|
-
"onLoadedData": PropTypes.func,
|
|
690
|
-
"onLoadedDataCapture": PropTypes.func,
|
|
691
|
-
"onLoadedMetadata": PropTypes.func,
|
|
692
|
-
"onLoadedMetadataCapture": PropTypes.func,
|
|
693
|
-
"onLoadStart": PropTypes.func,
|
|
694
|
-
"onLoadStartCapture": PropTypes.func,
|
|
695
|
-
"onLostPointerCapture": PropTypes.func,
|
|
696
|
-
"onLostPointerCaptureCapture": PropTypes.func,
|
|
697
|
-
"onMouseDownCapture": PropTypes.func,
|
|
698
|
-
"onMouseEnter": PropTypes.func,
|
|
699
|
-
"onMouseLeave": PropTypes.func,
|
|
700
|
-
"onMouseMove": PropTypes.func,
|
|
701
|
-
"onMouseMoveCapture": PropTypes.func,
|
|
702
|
-
"onMouseOut": PropTypes.func,
|
|
703
|
-
"onMouseOutCapture": PropTypes.func,
|
|
704
|
-
"onMouseOver": PropTypes.func,
|
|
705
|
-
"onMouseOverCapture": PropTypes.func,
|
|
706
|
-
"onMouseUp": PropTypes.func,
|
|
707
|
-
"onMouseUpCapture": PropTypes.func,
|
|
708
|
-
"onPaste": PropTypes.func,
|
|
709
|
-
"onPasteCapture": PropTypes.func,
|
|
710
|
-
"onPause": PropTypes.func,
|
|
711
|
-
"onPauseCapture": PropTypes.func,
|
|
712
|
-
"onPlay": PropTypes.func,
|
|
713
|
-
"onPlayCapture": PropTypes.func,
|
|
714
|
-
"onPlaying": PropTypes.func,
|
|
715
|
-
"onPlayingCapture": PropTypes.func,
|
|
716
|
-
"onPointerCancel": PropTypes.func,
|
|
717
|
-
"onPointerCancelCapture": PropTypes.func,
|
|
718
|
-
"onPointerDown": PropTypes.func,
|
|
719
|
-
"onPointerDownCapture": PropTypes.func,
|
|
720
|
-
"onPointerEnter": PropTypes.func,
|
|
721
|
-
"onPointerEnterCapture": PropTypes.func,
|
|
722
|
-
"onPointerLeave": PropTypes.func,
|
|
723
|
-
"onPointerLeaveCapture": PropTypes.func,
|
|
724
|
-
"onPointerMove": PropTypes.func,
|
|
725
|
-
"onPointerMoveCapture": PropTypes.func,
|
|
726
|
-
"onPointerOut": PropTypes.func,
|
|
727
|
-
"onPointerOutCapture": PropTypes.func,
|
|
728
|
-
"onPointerOver": PropTypes.func,
|
|
729
|
-
"onPointerOverCapture": PropTypes.func,
|
|
730
|
-
"onPointerUp": PropTypes.func,
|
|
731
|
-
"onPointerUpCapture": PropTypes.func,
|
|
732
|
-
"onProgress": PropTypes.func,
|
|
733
|
-
"onProgressCapture": PropTypes.func,
|
|
734
|
-
"onRateChange": PropTypes.func,
|
|
735
|
-
"onRateChangeCapture": PropTypes.func,
|
|
736
|
-
"onReset": PropTypes.func,
|
|
737
|
-
"onResetCapture": PropTypes.func,
|
|
738
|
-
"onScroll": PropTypes.func,
|
|
739
|
-
"onScrollCapture": PropTypes.func,
|
|
740
|
-
"onSeeked": PropTypes.func,
|
|
741
|
-
"onSeekedCapture": PropTypes.func,
|
|
742
|
-
"onSeeking": PropTypes.func,
|
|
743
|
-
"onSeekingCapture": PropTypes.func,
|
|
744
|
-
"onSelect": PropTypes.func,
|
|
745
|
-
"onSelectCapture": PropTypes.func,
|
|
746
|
-
"onStalled": PropTypes.func,
|
|
747
|
-
"onStalledCapture": PropTypes.func,
|
|
748
|
-
"onSubmit": PropTypes.func,
|
|
749
|
-
"onSubmitCapture": PropTypes.func,
|
|
750
|
-
"onSuspend": PropTypes.func,
|
|
751
|
-
"onSuspendCapture": PropTypes.func,
|
|
752
|
-
"onTimeUpdate": PropTypes.func,
|
|
753
|
-
"onTimeUpdateCapture": PropTypes.func,
|
|
754
|
-
"onTouchCancel": PropTypes.func,
|
|
755
|
-
"onTouchCancelCapture": PropTypes.func,
|
|
756
|
-
"onTouchEnd": PropTypes.func,
|
|
757
|
-
"onTouchEndCapture": PropTypes.func,
|
|
758
|
-
"onTouchMove": PropTypes.func,
|
|
759
|
-
"onTouchMoveCapture": PropTypes.func,
|
|
760
|
-
"onTouchStart": PropTypes.func,
|
|
761
|
-
"onTouchStartCapture": PropTypes.func,
|
|
762
|
-
"onTransitionEnd": PropTypes.func,
|
|
763
|
-
"onTransitionEndCapture": PropTypes.func,
|
|
764
|
-
"onVolumeChange": PropTypes.func,
|
|
765
|
-
"onVolumeChangeCapture": PropTypes.func,
|
|
766
|
-
"onWaiting": PropTypes.func,
|
|
767
|
-
"onWaitingCapture": PropTypes.func,
|
|
768
|
-
"onWheel": PropTypes.func,
|
|
769
|
-
"onWheelCapture": PropTypes.func,
|
|
770
|
-
"pattern": PropTypes.string,
|
|
771
|
-
"pickerProps": PropTypes.shape({
|
|
772
|
-
"canChangeMonth": PropTypes.bool,
|
|
773
|
-
"captionElement": PropTypes.oneOfType([PropTypes.element, PropTypes.func, PropTypes.shape({
|
|
774
|
-
"childContextTypes": PropTypes.object,
|
|
775
|
-
"contextType": PropTypes.shape({
|
|
776
|
-
"Consumer": PropTypes.func.isRequired,
|
|
777
|
-
"displayName": PropTypes.string,
|
|
778
|
-
"Provider": PropTypes.func.isRequired
|
|
779
|
-
}),
|
|
780
|
-
"contextTypes": PropTypes.object,
|
|
781
|
-
"defaultProps": PropTypes.shape({
|
|
782
|
-
"classNames": PropTypes.object,
|
|
783
|
-
"date": PropTypes.instanceOf(Date),
|
|
784
|
-
"locale": PropTypes.string,
|
|
785
|
-
"localeUtils": PropTypes.object,
|
|
786
|
-
"months": PropTypes.arrayOf(PropTypes.string),
|
|
787
|
-
"onClick": PropTypes.func
|
|
788
|
-
}),
|
|
789
|
-
"displayName": PropTypes.string,
|
|
790
|
-
"getDerivedStateFromError": PropTypes.func,
|
|
791
|
-
"getDerivedStateFromProps": PropTypes.func,
|
|
792
|
-
"propTypes": PropTypes.shape({
|
|
793
|
-
"classNames": PropTypes.func,
|
|
794
|
-
"date": PropTypes.func,
|
|
795
|
-
"locale": PropTypes.func,
|
|
796
|
-
"localeUtils": PropTypes.func,
|
|
797
|
-
"months": PropTypes.func,
|
|
798
|
-
"onClick": PropTypes.func
|
|
799
|
-
})
|
|
800
|
-
})]),
|
|
328
|
+
if (process.env.NODE_ENV !== "production") {
|
|
329
|
+
DateInput.propTypes = {
|
|
330
|
+
"about": PropTypes.string,
|
|
331
|
+
"accept": PropTypes.string,
|
|
332
|
+
"accessKey": PropTypes.string,
|
|
333
|
+
"adaptiveLabelBreakpoint": PropTypes.number,
|
|
334
|
+
"align": PropTypes.oneOf(["left", "right"]),
|
|
335
|
+
"allowEmptyValue": PropTypes.bool,
|
|
336
|
+
"alt": PropTypes.string,
|
|
337
|
+
"aria-activedescendant": PropTypes.string,
|
|
338
|
+
"aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
339
|
+
"aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
|
|
340
|
+
"aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
341
|
+
"aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
342
|
+
"aria-colcount": PropTypes.number,
|
|
343
|
+
"aria-colindex": PropTypes.number,
|
|
344
|
+
"aria-colspan": PropTypes.number,
|
|
345
|
+
"aria-controls": PropTypes.string,
|
|
346
|
+
"aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
|
|
347
|
+
"aria-describedby": PropTypes.string,
|
|
348
|
+
"aria-details": PropTypes.string,
|
|
349
|
+
"aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
350
|
+
"aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
|
|
351
|
+
"aria-errormessage": PropTypes.string,
|
|
352
|
+
"aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
353
|
+
"aria-flowto": PropTypes.string,
|
|
354
|
+
"aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
355
|
+
"aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
|
|
356
|
+
"aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
357
|
+
"aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
|
|
358
|
+
"aria-keyshortcuts": PropTypes.string,
|
|
359
|
+
"aria-label": PropTypes.string,
|
|
360
|
+
"aria-labelledby": PropTypes.string,
|
|
361
|
+
"aria-level": PropTypes.number,
|
|
362
|
+
"aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
|
|
363
|
+
"aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
364
|
+
"aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
365
|
+
"aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
366
|
+
"aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
|
|
367
|
+
"aria-owns": PropTypes.string,
|
|
368
|
+
"aria-placeholder": PropTypes.string,
|
|
369
|
+
"aria-posinset": PropTypes.number,
|
|
370
|
+
"aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
371
|
+
"aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
372
|
+
"aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
|
|
373
|
+
"aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
374
|
+
"aria-roledescription": PropTypes.string,
|
|
375
|
+
"aria-rowcount": PropTypes.number,
|
|
376
|
+
"aria-rowindex": PropTypes.number,
|
|
377
|
+
"aria-rowspan": PropTypes.number,
|
|
378
|
+
"aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
379
|
+
"aria-setsize": PropTypes.number,
|
|
380
|
+
"aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
|
|
381
|
+
"aria-valuemax": PropTypes.number,
|
|
382
|
+
"aria-valuemin": PropTypes.number,
|
|
383
|
+
"aria-valuenow": PropTypes.number,
|
|
384
|
+
"aria-valuetext": PropTypes.string,
|
|
385
|
+
"ariaDescribedBy": PropTypes.string,
|
|
386
|
+
"as": PropTypes.elementType,
|
|
387
|
+
"autoCapitalize": PropTypes.string,
|
|
388
|
+
"autoComplete": PropTypes.string,
|
|
389
|
+
"autoCorrect": PropTypes.string,
|
|
390
|
+
"autoFocus": PropTypes.bool,
|
|
391
|
+
"autoSave": PropTypes.string,
|
|
392
|
+
"capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
|
|
393
|
+
"checked": PropTypes.bool,
|
|
801
394
|
"className": PropTypes.string,
|
|
802
|
-
"
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
"
|
|
808
|
-
"footer": PropTypes.string.isRequired,
|
|
809
|
-
"interactionDisabled": PropTypes.string.isRequired,
|
|
810
|
-
"month": PropTypes.string.isRequired,
|
|
811
|
-
"months": PropTypes.string.isRequired,
|
|
812
|
-
"navBar": PropTypes.string.isRequired,
|
|
813
|
-
"navButtonInteractionDisabled": PropTypes.string.isRequired,
|
|
814
|
-
"navButtonNext": PropTypes.string.isRequired,
|
|
815
|
-
"navButtonPrev": PropTypes.string.isRequired,
|
|
816
|
-
"outside": PropTypes.string.isRequired,
|
|
817
|
-
"selected": PropTypes.string.isRequired,
|
|
818
|
-
"today": PropTypes.string.isRequired,
|
|
819
|
-
"todayButton": PropTypes.string.isRequired,
|
|
820
|
-
"week": PropTypes.string.isRequired,
|
|
821
|
-
"weekday": PropTypes.string.isRequired,
|
|
822
|
-
"weekdays": PropTypes.string.isRequired,
|
|
823
|
-
"weekdaysRow": PropTypes.string.isRequired,
|
|
824
|
-
"weekNumber": PropTypes.string.isRequired,
|
|
825
|
-
"wrapper": PropTypes.string.isRequired
|
|
395
|
+
"color": PropTypes.string,
|
|
396
|
+
"content": PropTypes.string,
|
|
397
|
+
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
398
|
+
"contextMenu": PropTypes.string,
|
|
399
|
+
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
400
|
+
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
826
401
|
}),
|
|
827
|
-
"
|
|
402
|
+
"data-component": PropTypes.string,
|
|
403
|
+
"data-element": PropTypes.string,
|
|
404
|
+
"data-role": PropTypes.string,
|
|
405
|
+
"datatype": PropTypes.string,
|
|
406
|
+
"defaultChecked": PropTypes.bool,
|
|
407
|
+
"defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
|
|
828
408
|
"dir": PropTypes.string,
|
|
829
|
-
"
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
"
|
|
839
|
-
"
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
"
|
|
857
|
-
|
|
409
|
+
"disabled": PropTypes.bool,
|
|
410
|
+
"disablePortal": PropTypes.bool,
|
|
411
|
+
"draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
412
|
+
"enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
|
|
413
|
+
"error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
414
|
+
"fieldHelp": PropTypes.node,
|
|
415
|
+
"form": PropTypes.string,
|
|
416
|
+
"formAction": PropTypes.string,
|
|
417
|
+
"formEncType": PropTypes.string,
|
|
418
|
+
"formMethod": PropTypes.string,
|
|
419
|
+
"formNoValidate": PropTypes.bool,
|
|
420
|
+
"formTarget": PropTypes.string,
|
|
421
|
+
"height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
422
|
+
"helpAriaLabel": PropTypes.string,
|
|
423
|
+
"hidden": PropTypes.bool,
|
|
424
|
+
"id": PropTypes.string,
|
|
425
|
+
"info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
426
|
+
"inlist": PropTypes.any,
|
|
427
|
+
"inputBorderRadius": PropTypes.any,
|
|
428
|
+
"inputHint": PropTypes.string,
|
|
429
|
+
"inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
|
|
430
|
+
"inputName": PropTypes.oneOf(["end", "start"]),
|
|
431
|
+
"inputRef": PropTypes.func,
|
|
432
|
+
"inputWidth": PropTypes.number,
|
|
433
|
+
"is": PropTypes.string,
|
|
434
|
+
"isOptional": PropTypes.bool,
|
|
435
|
+
"itemID": PropTypes.string,
|
|
436
|
+
"itemProp": PropTypes.string,
|
|
437
|
+
"itemRef": PropTypes.string,
|
|
438
|
+
"itemScope": PropTypes.bool,
|
|
439
|
+
"itemType": PropTypes.string,
|
|
440
|
+
"label": PropTypes.string,
|
|
441
|
+
"labelAlign": PropTypes.oneOf(["left", "right"]),
|
|
442
|
+
"labelHelp": PropTypes.node,
|
|
443
|
+
"labelInline": PropTypes.bool,
|
|
444
|
+
"labelSpacing": PropTypes.oneOf([1, 2]),
|
|
445
|
+
"labelWidth": PropTypes.number,
|
|
446
|
+
"lang": PropTypes.string,
|
|
447
|
+
"list": PropTypes.string,
|
|
448
|
+
"m": 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
|
+
"margin": 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
|
+
"marginBottom": 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
|
+
"marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
482
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
483
|
+
"description": PropTypes.string,
|
|
484
|
+
"toString": PropTypes.func.isRequired,
|
|
485
|
+
"valueOf": PropTypes.func.isRequired
|
|
486
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
487
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
488
|
+
"description": PropTypes.string,
|
|
489
|
+
"toString": PropTypes.func.isRequired,
|
|
490
|
+
"valueOf": PropTypes.func.isRequired
|
|
491
|
+
}), PropTypes.string]),
|
|
492
|
+
"marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
493
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
494
|
+
"description": PropTypes.string,
|
|
495
|
+
"toString": PropTypes.func.isRequired,
|
|
496
|
+
"valueOf": PropTypes.func.isRequired
|
|
497
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
498
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
499
|
+
"description": PropTypes.string,
|
|
500
|
+
"toString": PropTypes.func.isRequired,
|
|
501
|
+
"valueOf": PropTypes.func.isRequired
|
|
502
|
+
}), PropTypes.string]),
|
|
503
|
+
"marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
504
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
505
|
+
"description": PropTypes.string,
|
|
506
|
+
"toString": PropTypes.func.isRequired,
|
|
507
|
+
"valueOf": PropTypes.func.isRequired
|
|
508
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
509
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
510
|
+
"description": PropTypes.string,
|
|
511
|
+
"toString": PropTypes.func.isRequired,
|
|
512
|
+
"valueOf": PropTypes.func.isRequired
|
|
513
|
+
}), PropTypes.string]),
|
|
514
|
+
"marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
515
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
516
|
+
"description": PropTypes.string,
|
|
517
|
+
"toString": PropTypes.func.isRequired,
|
|
518
|
+
"valueOf": PropTypes.func.isRequired
|
|
519
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
520
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
521
|
+
"description": PropTypes.string,
|
|
522
|
+
"toString": PropTypes.func.isRequired,
|
|
523
|
+
"valueOf": PropTypes.func.isRequired
|
|
524
|
+
}), PropTypes.string]),
|
|
525
|
+
"marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
526
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
527
|
+
"description": PropTypes.string,
|
|
528
|
+
"toString": PropTypes.func.isRequired,
|
|
529
|
+
"valueOf": PropTypes.func.isRequired
|
|
530
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
531
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
532
|
+
"description": PropTypes.string,
|
|
533
|
+
"toString": PropTypes.func.isRequired,
|
|
534
|
+
"valueOf": PropTypes.func.isRequired
|
|
535
|
+
}), PropTypes.string]),
|
|
536
|
+
"max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
537
|
+
"maxDate": PropTypes.string,
|
|
538
|
+
"maxLength": PropTypes.number,
|
|
539
|
+
"maxWidth": PropTypes.string,
|
|
540
|
+
"mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
541
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
542
|
+
"description": PropTypes.string,
|
|
543
|
+
"toString": PropTypes.func.isRequired,
|
|
544
|
+
"valueOf": PropTypes.func.isRequired
|
|
545
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
546
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
547
|
+
"description": PropTypes.string,
|
|
548
|
+
"toString": PropTypes.func.isRequired,
|
|
549
|
+
"valueOf": PropTypes.func.isRequired
|
|
550
|
+
}), PropTypes.string]),
|
|
551
|
+
"min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
552
|
+
"minDate": PropTypes.string,
|
|
553
|
+
"minLength": PropTypes.number,
|
|
554
|
+
"ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
555
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
556
|
+
"description": PropTypes.string,
|
|
557
|
+
"toString": PropTypes.func.isRequired,
|
|
558
|
+
"valueOf": PropTypes.func.isRequired
|
|
559
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
560
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
561
|
+
"description": PropTypes.string,
|
|
562
|
+
"toString": PropTypes.func.isRequired,
|
|
563
|
+
"valueOf": PropTypes.func.isRequired
|
|
564
|
+
}), PropTypes.string]),
|
|
565
|
+
"mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
566
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
567
|
+
"description": PropTypes.string,
|
|
568
|
+
"toString": PropTypes.func.isRequired,
|
|
569
|
+
"valueOf": PropTypes.func.isRequired
|
|
570
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
571
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
572
|
+
"description": PropTypes.string,
|
|
573
|
+
"toString": PropTypes.func.isRequired,
|
|
574
|
+
"valueOf": PropTypes.func.isRequired
|
|
575
|
+
}), PropTypes.string]),
|
|
576
|
+
"mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
577
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
578
|
+
"description": PropTypes.string,
|
|
579
|
+
"toString": PropTypes.func.isRequired,
|
|
580
|
+
"valueOf": PropTypes.func.isRequired
|
|
581
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
582
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
583
|
+
"description": PropTypes.string,
|
|
584
|
+
"toString": PropTypes.func.isRequired,
|
|
585
|
+
"valueOf": PropTypes.func.isRequired
|
|
586
|
+
}), PropTypes.string]),
|
|
587
|
+
"multiple": PropTypes.bool,
|
|
588
|
+
"mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
589
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
590
|
+
"description": PropTypes.string,
|
|
591
|
+
"toString": PropTypes.func.isRequired,
|
|
592
|
+
"valueOf": PropTypes.func.isRequired
|
|
593
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
594
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
595
|
+
"description": PropTypes.string,
|
|
596
|
+
"toString": PropTypes.func.isRequired,
|
|
597
|
+
"valueOf": PropTypes.func.isRequired
|
|
598
|
+
}), PropTypes.string]),
|
|
599
|
+
"my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
600
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
601
|
+
"description": PropTypes.string,
|
|
602
|
+
"toString": PropTypes.func.isRequired,
|
|
603
|
+
"valueOf": PropTypes.func.isRequired
|
|
604
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
605
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
606
|
+
"description": PropTypes.string,
|
|
607
|
+
"toString": PropTypes.func.isRequired,
|
|
608
|
+
"valueOf": PropTypes.func.isRequired
|
|
609
|
+
}), PropTypes.string]),
|
|
610
|
+
"name": PropTypes.string,
|
|
611
|
+
"nonce": PropTypes.string,
|
|
612
|
+
"onAbort": PropTypes.func,
|
|
613
|
+
"onAbortCapture": PropTypes.func,
|
|
614
|
+
"onAnimationEnd": PropTypes.func,
|
|
615
|
+
"onAnimationEndCapture": PropTypes.func,
|
|
616
|
+
"onAnimationIteration": PropTypes.func,
|
|
617
|
+
"onAnimationIterationCapture": PropTypes.func,
|
|
618
|
+
"onAnimationStart": PropTypes.func,
|
|
619
|
+
"onAnimationStartCapture": PropTypes.func,
|
|
620
|
+
"onAuxClick": PropTypes.func,
|
|
621
|
+
"onAuxClickCapture": PropTypes.func,
|
|
622
|
+
"onBeforeInput": PropTypes.func,
|
|
623
|
+
"onBeforeInputCapture": PropTypes.func,
|
|
624
|
+
"onBlur": PropTypes.func,
|
|
625
|
+
"onBlurCapture": PropTypes.func,
|
|
626
|
+
"onCanPlay": PropTypes.func,
|
|
627
|
+
"onCanPlayCapture": PropTypes.func,
|
|
628
|
+
"onCanPlayThrough": PropTypes.func,
|
|
629
|
+
"onCanPlayThroughCapture": PropTypes.func,
|
|
630
|
+
"onChange": PropTypes.func.isRequired,
|
|
631
|
+
"onChangeCapture": PropTypes.func,
|
|
632
|
+
"onClick": PropTypes.func,
|
|
633
|
+
"onClickCapture": PropTypes.func,
|
|
634
|
+
"onCompositionEnd": PropTypes.func,
|
|
635
|
+
"onCompositionEndCapture": PropTypes.func,
|
|
636
|
+
"onCompositionStart": PropTypes.func,
|
|
637
|
+
"onCompositionStartCapture": PropTypes.func,
|
|
638
|
+
"onCompositionUpdate": PropTypes.func,
|
|
639
|
+
"onCompositionUpdateCapture": PropTypes.func,
|
|
640
|
+
"onContextMenu": PropTypes.func,
|
|
641
|
+
"onContextMenuCapture": PropTypes.func,
|
|
642
|
+
"onCopy": PropTypes.func,
|
|
643
|
+
"onCopyCapture": PropTypes.func,
|
|
644
|
+
"onCut": PropTypes.func,
|
|
645
|
+
"onCutCapture": PropTypes.func,
|
|
646
|
+
"onDoubleClick": PropTypes.func,
|
|
647
|
+
"onDoubleClickCapture": PropTypes.func,
|
|
648
|
+
"onDrag": PropTypes.func,
|
|
649
|
+
"onDragCapture": PropTypes.func,
|
|
650
|
+
"onDragEnd": PropTypes.func,
|
|
651
|
+
"onDragEndCapture": PropTypes.func,
|
|
652
|
+
"onDragEnter": PropTypes.func,
|
|
653
|
+
"onDragEnterCapture": PropTypes.func,
|
|
654
|
+
"onDragExit": PropTypes.func,
|
|
655
|
+
"onDragExitCapture": PropTypes.func,
|
|
656
|
+
"onDragLeave": PropTypes.func,
|
|
657
|
+
"onDragLeaveCapture": PropTypes.func,
|
|
658
|
+
"onDragOver": PropTypes.func,
|
|
659
|
+
"onDragOverCapture": PropTypes.func,
|
|
660
|
+
"onDragStart": PropTypes.func,
|
|
661
|
+
"onDragStartCapture": PropTypes.func,
|
|
662
|
+
"onDrop": PropTypes.func,
|
|
663
|
+
"onDropCapture": PropTypes.func,
|
|
664
|
+
"onDurationChange": PropTypes.func,
|
|
665
|
+
"onDurationChangeCapture": PropTypes.func,
|
|
666
|
+
"onEmptied": PropTypes.func,
|
|
667
|
+
"onEmptiedCapture": PropTypes.func,
|
|
668
|
+
"onEncrypted": PropTypes.func,
|
|
669
|
+
"onEncryptedCapture": PropTypes.func,
|
|
670
|
+
"onEnded": PropTypes.func,
|
|
671
|
+
"onEndedCapture": PropTypes.func,
|
|
672
|
+
"onError": PropTypes.func,
|
|
673
|
+
"onErrorCapture": PropTypes.func,
|
|
674
|
+
"onFocus": PropTypes.func,
|
|
675
|
+
"onFocusCapture": PropTypes.func,
|
|
676
|
+
"onGotPointerCapture": PropTypes.func,
|
|
677
|
+
"onGotPointerCaptureCapture": PropTypes.func,
|
|
678
|
+
"onInput": PropTypes.func,
|
|
679
|
+
"onInputCapture": PropTypes.func,
|
|
680
|
+
"onInvalid": PropTypes.func,
|
|
681
|
+
"onInvalidCapture": PropTypes.func,
|
|
682
|
+
"onKeyDown": PropTypes.func,
|
|
683
|
+
"onKeyDownCapture": PropTypes.func,
|
|
684
|
+
"onKeyPress": PropTypes.func,
|
|
685
|
+
"onKeyPressCapture": PropTypes.func,
|
|
686
|
+
"onKeyUp": PropTypes.func,
|
|
687
|
+
"onKeyUpCapture": PropTypes.func,
|
|
688
|
+
"onLoad": PropTypes.func,
|
|
689
|
+
"onLoadCapture": PropTypes.func,
|
|
690
|
+
"onLoadedData": PropTypes.func,
|
|
691
|
+
"onLoadedDataCapture": PropTypes.func,
|
|
692
|
+
"onLoadedMetadata": PropTypes.func,
|
|
693
|
+
"onLoadedMetadataCapture": PropTypes.func,
|
|
694
|
+
"onLoadStart": PropTypes.func,
|
|
695
|
+
"onLoadStartCapture": PropTypes.func,
|
|
696
|
+
"onLostPointerCapture": PropTypes.func,
|
|
697
|
+
"onLostPointerCaptureCapture": PropTypes.func,
|
|
698
|
+
"onMouseDownCapture": PropTypes.func,
|
|
699
|
+
"onMouseEnter": PropTypes.func,
|
|
700
|
+
"onMouseLeave": PropTypes.func,
|
|
701
|
+
"onMouseMove": PropTypes.func,
|
|
702
|
+
"onMouseMoveCapture": PropTypes.func,
|
|
703
|
+
"onMouseOut": PropTypes.func,
|
|
704
|
+
"onMouseOutCapture": PropTypes.func,
|
|
705
|
+
"onMouseOver": PropTypes.func,
|
|
706
|
+
"onMouseOverCapture": PropTypes.func,
|
|
707
|
+
"onMouseUp": PropTypes.func,
|
|
708
|
+
"onMouseUpCapture": PropTypes.func,
|
|
709
|
+
"onPaste": PropTypes.func,
|
|
710
|
+
"onPasteCapture": PropTypes.func,
|
|
711
|
+
"onPause": PropTypes.func,
|
|
712
|
+
"onPauseCapture": PropTypes.func,
|
|
713
|
+
"onPlay": PropTypes.func,
|
|
714
|
+
"onPlayCapture": PropTypes.func,
|
|
715
|
+
"onPlaying": PropTypes.func,
|
|
716
|
+
"onPlayingCapture": PropTypes.func,
|
|
717
|
+
"onPointerCancel": PropTypes.func,
|
|
718
|
+
"onPointerCancelCapture": PropTypes.func,
|
|
719
|
+
"onPointerDown": PropTypes.func,
|
|
720
|
+
"onPointerDownCapture": PropTypes.func,
|
|
721
|
+
"onPointerEnter": PropTypes.func,
|
|
722
|
+
"onPointerEnterCapture": PropTypes.func,
|
|
723
|
+
"onPointerLeave": PropTypes.func,
|
|
724
|
+
"onPointerLeaveCapture": PropTypes.func,
|
|
725
|
+
"onPointerMove": PropTypes.func,
|
|
726
|
+
"onPointerMoveCapture": PropTypes.func,
|
|
727
|
+
"onPointerOut": PropTypes.func,
|
|
728
|
+
"onPointerOutCapture": PropTypes.func,
|
|
729
|
+
"onPointerOver": PropTypes.func,
|
|
730
|
+
"onPointerOverCapture": PropTypes.func,
|
|
731
|
+
"onPointerUp": PropTypes.func,
|
|
732
|
+
"onPointerUpCapture": PropTypes.func,
|
|
733
|
+
"onProgress": PropTypes.func,
|
|
734
|
+
"onProgressCapture": PropTypes.func,
|
|
735
|
+
"onRateChange": PropTypes.func,
|
|
736
|
+
"onRateChangeCapture": PropTypes.func,
|
|
737
|
+
"onReset": PropTypes.func,
|
|
738
|
+
"onResetCapture": PropTypes.func,
|
|
739
|
+
"onScroll": PropTypes.func,
|
|
740
|
+
"onScrollCapture": PropTypes.func,
|
|
741
|
+
"onSeeked": PropTypes.func,
|
|
742
|
+
"onSeekedCapture": PropTypes.func,
|
|
743
|
+
"onSeeking": PropTypes.func,
|
|
744
|
+
"onSeekingCapture": PropTypes.func,
|
|
745
|
+
"onSelect": PropTypes.func,
|
|
746
|
+
"onSelectCapture": PropTypes.func,
|
|
747
|
+
"onStalled": PropTypes.func,
|
|
748
|
+
"onStalledCapture": PropTypes.func,
|
|
749
|
+
"onSubmit": PropTypes.func,
|
|
750
|
+
"onSubmitCapture": PropTypes.func,
|
|
751
|
+
"onSuspend": PropTypes.func,
|
|
752
|
+
"onSuspendCapture": PropTypes.func,
|
|
753
|
+
"onTimeUpdate": PropTypes.func,
|
|
754
|
+
"onTimeUpdateCapture": PropTypes.func,
|
|
755
|
+
"onTouchCancel": PropTypes.func,
|
|
756
|
+
"onTouchCancelCapture": PropTypes.func,
|
|
757
|
+
"onTouchEnd": PropTypes.func,
|
|
758
|
+
"onTouchEndCapture": PropTypes.func,
|
|
759
|
+
"onTouchMove": PropTypes.func,
|
|
760
|
+
"onTouchMoveCapture": PropTypes.func,
|
|
761
|
+
"onTouchStart": PropTypes.func,
|
|
762
|
+
"onTouchStartCapture": PropTypes.func,
|
|
763
|
+
"onTransitionEnd": PropTypes.func,
|
|
764
|
+
"onTransitionEndCapture": PropTypes.func,
|
|
765
|
+
"onVolumeChange": PropTypes.func,
|
|
766
|
+
"onVolumeChangeCapture": PropTypes.func,
|
|
767
|
+
"onWaiting": PropTypes.func,
|
|
768
|
+
"onWaitingCapture": PropTypes.func,
|
|
769
|
+
"onWheel": PropTypes.func,
|
|
770
|
+
"onWheelCapture": PropTypes.func,
|
|
771
|
+
"pattern": PropTypes.string,
|
|
772
|
+
"pickerProps": PropTypes.shape({
|
|
773
|
+
"canChangeMonth": PropTypes.bool,
|
|
774
|
+
"captionElement": PropTypes.oneOfType([PropTypes.element, PropTypes.func, PropTypes.shape({
|
|
775
|
+
"childContextTypes": PropTypes.object,
|
|
776
|
+
"contextType": PropTypes.shape({
|
|
777
|
+
"Consumer": PropTypes.func.isRequired,
|
|
778
|
+
"displayName": PropTypes.string,
|
|
779
|
+
"Provider": PropTypes.func.isRequired
|
|
780
|
+
}),
|
|
781
|
+
"contextTypes": PropTypes.object,
|
|
782
|
+
"defaultProps": PropTypes.shape({
|
|
783
|
+
"classNames": PropTypes.object,
|
|
784
|
+
"date": PropTypes.instanceOf(Date),
|
|
785
|
+
"locale": PropTypes.string,
|
|
786
|
+
"localeUtils": PropTypes.object,
|
|
787
|
+
"months": PropTypes.arrayOf(PropTypes.string),
|
|
788
|
+
"onClick": PropTypes.func
|
|
789
|
+
}),
|
|
790
|
+
"displayName": PropTypes.string,
|
|
791
|
+
"getDerivedStateFromError": PropTypes.func,
|
|
792
|
+
"getDerivedStateFromProps": PropTypes.func,
|
|
793
|
+
"propTypes": PropTypes.shape({
|
|
794
|
+
"classNames": PropTypes.func,
|
|
795
|
+
"date": PropTypes.func,
|
|
796
|
+
"locale": PropTypes.func,
|
|
797
|
+
"localeUtils": PropTypes.func,
|
|
798
|
+
"months": PropTypes.func,
|
|
799
|
+
"onClick": PropTypes.func
|
|
800
|
+
})
|
|
801
|
+
})]),
|
|
802
|
+
"className": PropTypes.string,
|
|
803
|
+
"classNames": PropTypes.shape({
|
|
804
|
+
"body": PropTypes.string.isRequired,
|
|
805
|
+
"caption": PropTypes.string.isRequired,
|
|
806
|
+
"container": PropTypes.string.isRequired,
|
|
807
|
+
"day": PropTypes.string.isRequired,
|
|
808
|
+
"disabled": PropTypes.string.isRequired,
|
|
809
|
+
"footer": PropTypes.string.isRequired,
|
|
810
|
+
"interactionDisabled": PropTypes.string.isRequired,
|
|
811
|
+
"month": PropTypes.string.isRequired,
|
|
812
|
+
"months": PropTypes.string.isRequired,
|
|
813
|
+
"navBar": PropTypes.string.isRequired,
|
|
814
|
+
"navButtonInteractionDisabled": PropTypes.string.isRequired,
|
|
815
|
+
"navButtonNext": PropTypes.string.isRequired,
|
|
816
|
+
"navButtonPrev": PropTypes.string.isRequired,
|
|
817
|
+
"outside": PropTypes.string.isRequired,
|
|
818
|
+
"selected": PropTypes.string.isRequired,
|
|
819
|
+
"today": PropTypes.string.isRequired,
|
|
820
|
+
"todayButton": PropTypes.string.isRequired,
|
|
821
|
+
"week": PropTypes.string.isRequired,
|
|
822
|
+
"weekday": PropTypes.string.isRequired,
|
|
823
|
+
"weekdays": PropTypes.string.isRequired,
|
|
824
|
+
"weekdaysRow": PropTypes.string.isRequired,
|
|
825
|
+
"weekNumber": PropTypes.string.isRequired,
|
|
826
|
+
"wrapper": PropTypes.string.isRequired
|
|
827
|
+
}),
|
|
828
|
+
"containerProps": PropTypes.object,
|
|
829
|
+
"dir": PropTypes.string,
|
|
830
|
+
"disabledDays": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
858
831
|
"from": PropTypes.instanceOf(Date),
|
|
859
832
|
"to": PropTypes.instanceOf(Date)
|
|
860
833
|
})])), PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
861
834
|
"from": PropTypes.instanceOf(Date),
|
|
862
835
|
"to": PropTypes.instanceOf(Date)
|
|
863
836
|
})]),
|
|
864
|
-
"
|
|
837
|
+
"enableOutsideDaysClick": PropTypes.bool,
|
|
838
|
+
"firstDayOfWeek": PropTypes.number,
|
|
839
|
+
"fixedWeeks": PropTypes.bool,
|
|
840
|
+
"fromMonth": PropTypes.instanceOf(Date),
|
|
841
|
+
"initialMonth": PropTypes.instanceOf(Date),
|
|
842
|
+
"labels": PropTypes.shape({
|
|
843
|
+
"nextMonth": PropTypes.string.isRequired,
|
|
844
|
+
"previousMonth": PropTypes.string.isRequired
|
|
845
|
+
}),
|
|
846
|
+
"locale": PropTypes.string,
|
|
847
|
+
"localeUtils": PropTypes.shape({
|
|
848
|
+
"formatDate": PropTypes.func.isRequired,
|
|
849
|
+
"formatDay": PropTypes.func.isRequired,
|
|
850
|
+
"formatMonthTitle": PropTypes.func.isRequired,
|
|
851
|
+
"formatWeekdayLong": PropTypes.func.isRequired,
|
|
852
|
+
"formatWeekdayShort": PropTypes.func.isRequired,
|
|
853
|
+
"getFirstDayOfWeek": PropTypes.func.isRequired,
|
|
854
|
+
"getMonths": PropTypes.func.isRequired,
|
|
855
|
+
"parseDate": PropTypes.func.isRequired
|
|
856
|
+
}),
|
|
857
|
+
"modifiers": PropTypes.shape({
|
|
858
|
+
"outside": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
859
|
+
"from": PropTypes.instanceOf(Date),
|
|
860
|
+
"to": PropTypes.instanceOf(Date)
|
|
861
|
+
})])), PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
862
|
+
"from": PropTypes.instanceOf(Date),
|
|
863
|
+
"to": PropTypes.instanceOf(Date)
|
|
864
|
+
})]),
|
|
865
|
+
"today": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
866
|
+
"from": PropTypes.instanceOf(Date),
|
|
867
|
+
"to": PropTypes.instanceOf(Date)
|
|
868
|
+
})])), PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
869
|
+
"from": PropTypes.instanceOf(Date),
|
|
870
|
+
"to": PropTypes.instanceOf(Date)
|
|
871
|
+
})])
|
|
872
|
+
}),
|
|
873
|
+
"modifiersStyles": PropTypes.object,
|
|
874
|
+
"month": PropTypes.instanceOf(Date),
|
|
875
|
+
"months": PropTypes.arrayOf(PropTypes.string),
|
|
876
|
+
"navbarElement": PropTypes.oneOfType([PropTypes.element, PropTypes.func, PropTypes.shape({
|
|
877
|
+
"childContextTypes": PropTypes.object,
|
|
878
|
+
"contextType": PropTypes.shape({
|
|
879
|
+
"Consumer": PropTypes.func.isRequired,
|
|
880
|
+
"displayName": PropTypes.string,
|
|
881
|
+
"Provider": PropTypes.func.isRequired
|
|
882
|
+
}),
|
|
883
|
+
"contextTypes": PropTypes.object,
|
|
884
|
+
"defaultProps": PropTypes.shape({
|
|
885
|
+
"className": PropTypes.string,
|
|
886
|
+
"classNames": PropTypes.object,
|
|
887
|
+
"dir": PropTypes.string,
|
|
888
|
+
"labels": PropTypes.object,
|
|
889
|
+
"locale": PropTypes.string,
|
|
890
|
+
"localeUtils": PropTypes.object,
|
|
891
|
+
"month": PropTypes.instanceOf(Date),
|
|
892
|
+
"nextMonth": PropTypes.instanceOf(Date),
|
|
893
|
+
"onNextClick": PropTypes.func,
|
|
894
|
+
"onPreviousClick": PropTypes.func,
|
|
895
|
+
"previousMonth": PropTypes.instanceOf(Date),
|
|
896
|
+
"showNextButton": PropTypes.bool,
|
|
897
|
+
"showPreviousButton": PropTypes.bool
|
|
898
|
+
}),
|
|
899
|
+
"displayName": PropTypes.string,
|
|
900
|
+
"getDerivedStateFromError": PropTypes.func,
|
|
901
|
+
"getDerivedStateFromProps": PropTypes.func,
|
|
902
|
+
"propTypes": PropTypes.shape({
|
|
903
|
+
"className": PropTypes.func,
|
|
904
|
+
"classNames": PropTypes.func,
|
|
905
|
+
"dir": PropTypes.func,
|
|
906
|
+
"labels": PropTypes.func,
|
|
907
|
+
"locale": PropTypes.func,
|
|
908
|
+
"localeUtils": PropTypes.func,
|
|
909
|
+
"month": PropTypes.func,
|
|
910
|
+
"nextMonth": PropTypes.func,
|
|
911
|
+
"onNextClick": PropTypes.func,
|
|
912
|
+
"onPreviousClick": PropTypes.func,
|
|
913
|
+
"previousMonth": PropTypes.func,
|
|
914
|
+
"showNextButton": PropTypes.func,
|
|
915
|
+
"showPreviousButton": PropTypes.func
|
|
916
|
+
})
|
|
917
|
+
})]),
|
|
918
|
+
"numberOfMonths": PropTypes.number,
|
|
919
|
+
"onBlur": PropTypes.func,
|
|
920
|
+
"onCaptionClick": PropTypes.func,
|
|
921
|
+
"onDayClick": PropTypes.func,
|
|
922
|
+
"onDayKeyDown": PropTypes.func,
|
|
923
|
+
"onDayMouseDown": PropTypes.func,
|
|
924
|
+
"onDayMouseEnter": PropTypes.func,
|
|
925
|
+
"onDayMouseLeave": PropTypes.func,
|
|
926
|
+
"onDayMouseUp": PropTypes.func,
|
|
927
|
+
"onDayTouchEnd": PropTypes.func,
|
|
928
|
+
"onDayTouchStart": PropTypes.func,
|
|
929
|
+
"onFocus": PropTypes.func,
|
|
930
|
+
"onKeyDown": PropTypes.func,
|
|
931
|
+
"onMonthChange": PropTypes.func,
|
|
932
|
+
"onTodayButtonClick": PropTypes.func,
|
|
933
|
+
"onWeekClick": PropTypes.func,
|
|
934
|
+
"pagedNavigation": PropTypes.bool,
|
|
935
|
+
"renderDay": PropTypes.func,
|
|
936
|
+
"renderWeek": PropTypes.func,
|
|
937
|
+
"reverseMonths": PropTypes.bool,
|
|
938
|
+
"selectedDays": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
865
939
|
"from": PropTypes.instanceOf(Date),
|
|
866
940
|
"to": PropTypes.instanceOf(Date)
|
|
867
941
|
})])), PropTypes.func, PropTypes.instanceOf(Date), PropTypes.shape({
|
|
868
942
|
"from": PropTypes.instanceOf(Date),
|
|
869
943
|
"to": PropTypes.instanceOf(Date)
|
|
870
|
-
})])
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
"
|
|
944
|
+
})]),
|
|
945
|
+
"showOutsideDays": PropTypes.bool,
|
|
946
|
+
"showWeekDays": PropTypes.bool,
|
|
947
|
+
"showWeekNumbers": PropTypes.bool,
|
|
948
|
+
"tabIndex": PropTypes.number,
|
|
949
|
+
"todayButton": PropTypes.string,
|
|
950
|
+
"toMonth": PropTypes.instanceOf(Date),
|
|
951
|
+
"weekdayElement": PropTypes.oneOfType([PropTypes.element, PropTypes.func, PropTypes.shape({
|
|
952
|
+
"childContextTypes": PropTypes.object,
|
|
953
|
+
"contextType": PropTypes.shape({
|
|
954
|
+
"Consumer": PropTypes.func.isRequired,
|
|
955
|
+
"displayName": PropTypes.string,
|
|
956
|
+
"Provider": PropTypes.func.isRequired
|
|
957
|
+
}),
|
|
958
|
+
"contextTypes": PropTypes.object,
|
|
959
|
+
"defaultProps": PropTypes.shape({
|
|
960
|
+
"className": PropTypes.string,
|
|
961
|
+
"locale": PropTypes.string,
|
|
962
|
+
"localeUtils": PropTypes.object,
|
|
963
|
+
"weekday": PropTypes.number,
|
|
964
|
+
"weekdaysLong": PropTypes.arrayOf(PropTypes.string),
|
|
965
|
+
"weekdaysShort": PropTypes.arrayOf(PropTypes.string)
|
|
966
|
+
}),
|
|
879
967
|
"displayName": PropTypes.string,
|
|
880
|
-
"
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
"
|
|
939
|
-
"
|
|
940
|
-
|
|
941
|
-
"
|
|
942
|
-
"
|
|
968
|
+
"getDerivedStateFromError": PropTypes.func,
|
|
969
|
+
"getDerivedStateFromProps": PropTypes.func,
|
|
970
|
+
"propTypes": PropTypes.shape({
|
|
971
|
+
"className": PropTypes.func,
|
|
972
|
+
"locale": PropTypes.func,
|
|
973
|
+
"localeUtils": PropTypes.func,
|
|
974
|
+
"weekday": PropTypes.func,
|
|
975
|
+
"weekdaysLong": PropTypes.func,
|
|
976
|
+
"weekdaysShort": PropTypes.func
|
|
977
|
+
})
|
|
978
|
+
})]),
|
|
979
|
+
"weekdaysLong": PropTypes.arrayOf(PropTypes.string),
|
|
980
|
+
"weekdaysShort": PropTypes.arrayOf(PropTypes.string)
|
|
981
|
+
}),
|
|
982
|
+
"positionedChildren": PropTypes.node,
|
|
983
|
+
"prefix": PropTypes.string,
|
|
984
|
+
"property": PropTypes.string,
|
|
985
|
+
"radioGroup": PropTypes.string,
|
|
986
|
+
"readOnly": PropTypes.bool,
|
|
987
|
+
"rel": PropTypes.string,
|
|
988
|
+
"required": PropTypes.bool,
|
|
989
|
+
"resource": PropTypes.string,
|
|
990
|
+
"results": PropTypes.number,
|
|
991
|
+
"rev": PropTypes.string,
|
|
992
|
+
"reverse": PropTypes.bool,
|
|
993
|
+
"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({
|
|
994
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
995
|
+
"anchor": PropTypes.func.isRequired,
|
|
996
|
+
"at": PropTypes.func.isRequired,
|
|
997
|
+
"big": PropTypes.func.isRequired,
|
|
998
|
+
"blink": PropTypes.func.isRequired,
|
|
999
|
+
"bold": PropTypes.func.isRequired,
|
|
1000
|
+
"charAt": PropTypes.func.isRequired,
|
|
1001
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
1002
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
1003
|
+
"concat": PropTypes.func.isRequired,
|
|
1004
|
+
"endsWith": PropTypes.func.isRequired,
|
|
1005
|
+
"fixed": PropTypes.func.isRequired,
|
|
1006
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
1007
|
+
"fontsize": PropTypes.func.isRequired,
|
|
1008
|
+
"includes": PropTypes.func.isRequired,
|
|
1009
|
+
"indexOf": PropTypes.func.isRequired,
|
|
1010
|
+
"italics": PropTypes.func.isRequired,
|
|
1011
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
1012
|
+
"length": PropTypes.number.isRequired,
|
|
1013
|
+
"link": PropTypes.func.isRequired,
|
|
1014
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
1015
|
+
"match": PropTypes.func.isRequired,
|
|
1016
|
+
"matchAll": PropTypes.func.isRequired,
|
|
1017
|
+
"normalize": PropTypes.func.isRequired,
|
|
1018
|
+
"padEnd": PropTypes.func.isRequired,
|
|
1019
|
+
"padStart": PropTypes.func.isRequired,
|
|
1020
|
+
"repeat": PropTypes.func.isRequired,
|
|
1021
|
+
"replace": PropTypes.func.isRequired,
|
|
1022
|
+
"search": PropTypes.func.isRequired,
|
|
1023
|
+
"slice": PropTypes.func.isRequired,
|
|
1024
|
+
"small": PropTypes.func.isRequired,
|
|
1025
|
+
"split": PropTypes.func.isRequired,
|
|
1026
|
+
"startsWith": PropTypes.func.isRequired,
|
|
1027
|
+
"strike": PropTypes.func.isRequired,
|
|
1028
|
+
"sub": PropTypes.func.isRequired,
|
|
1029
|
+
"substr": PropTypes.func.isRequired,
|
|
1030
|
+
"substring": PropTypes.func.isRequired,
|
|
1031
|
+
"sup": PropTypes.func.isRequired,
|
|
1032
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1033
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1034
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
1035
|
+
"toString": PropTypes.func.isRequired,
|
|
1036
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
1037
|
+
"trim": PropTypes.func.isRequired,
|
|
1038
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
1039
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
1040
|
+
"trimRight": PropTypes.func.isRequired,
|
|
1041
|
+
"trimStart": PropTypes.func.isRequired,
|
|
1042
|
+
"valueOf": PropTypes.func.isRequired
|
|
943
1043
|
})]),
|
|
944
|
-
"
|
|
945
|
-
"
|
|
946
|
-
"
|
|
1044
|
+
"security": PropTypes.string,
|
|
1045
|
+
"size": PropTypes.oneOf(["large", "medium", "small"]),
|
|
1046
|
+
"slot": PropTypes.string,
|
|
1047
|
+
"spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
1048
|
+
"src": PropTypes.string,
|
|
1049
|
+
"step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
1050
|
+
"style": PropTypes.object,
|
|
1051
|
+
"suppressContentEditableWarning": PropTypes.bool,
|
|
1052
|
+
"suppressHydrationWarning": PropTypes.bool,
|
|
947
1053
|
"tabIndex": PropTypes.number,
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
"localeUtils": PropTypes.object,
|
|
962
|
-
"weekday": PropTypes.number,
|
|
963
|
-
"weekdaysLong": PropTypes.arrayOf(PropTypes.string),
|
|
964
|
-
"weekdaysShort": PropTypes.arrayOf(PropTypes.string)
|
|
965
|
-
}),
|
|
966
|
-
"displayName": PropTypes.string,
|
|
967
|
-
"getDerivedStateFromError": PropTypes.func,
|
|
968
|
-
"getDerivedStateFromProps": PropTypes.func,
|
|
969
|
-
"propTypes": PropTypes.shape({
|
|
970
|
-
"className": PropTypes.func,
|
|
971
|
-
"locale": PropTypes.func,
|
|
972
|
-
"localeUtils": PropTypes.func,
|
|
973
|
-
"weekday": PropTypes.func,
|
|
974
|
-
"weekdaysLong": PropTypes.func,
|
|
975
|
-
"weekdaysShort": PropTypes.func
|
|
976
|
-
})
|
|
977
|
-
})]),
|
|
978
|
-
"weekdaysLong": PropTypes.arrayOf(PropTypes.string),
|
|
979
|
-
"weekdaysShort": PropTypes.arrayOf(PropTypes.string)
|
|
980
|
-
}),
|
|
981
|
-
"positionedChildren": PropTypes.node,
|
|
982
|
-
"prefix": PropTypes.string,
|
|
983
|
-
"property": PropTypes.string,
|
|
984
|
-
"radioGroup": PropTypes.string,
|
|
985
|
-
"readOnly": PropTypes.bool,
|
|
986
|
-
"rel": PropTypes.string,
|
|
987
|
-
"required": PropTypes.bool,
|
|
988
|
-
"resource": PropTypes.string,
|
|
989
|
-
"results": PropTypes.number,
|
|
990
|
-
"rev": PropTypes.string,
|
|
991
|
-
"reverse": PropTypes.bool,
|
|
992
|
-
"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({
|
|
993
|
-
"__@iterator": PropTypes.func.isRequired,
|
|
994
|
-
"anchor": PropTypes.func.isRequired,
|
|
995
|
-
"at": PropTypes.func.isRequired,
|
|
996
|
-
"big": PropTypes.func.isRequired,
|
|
997
|
-
"blink": PropTypes.func.isRequired,
|
|
998
|
-
"bold": PropTypes.func.isRequired,
|
|
999
|
-
"charAt": PropTypes.func.isRequired,
|
|
1000
|
-
"charCodeAt": PropTypes.func.isRequired,
|
|
1001
|
-
"codePointAt": PropTypes.func.isRequired,
|
|
1002
|
-
"concat": PropTypes.func.isRequired,
|
|
1003
|
-
"endsWith": PropTypes.func.isRequired,
|
|
1004
|
-
"fixed": PropTypes.func.isRequired,
|
|
1005
|
-
"fontcolor": PropTypes.func.isRequired,
|
|
1006
|
-
"fontsize": PropTypes.func.isRequired,
|
|
1007
|
-
"includes": PropTypes.func.isRequired,
|
|
1008
|
-
"indexOf": PropTypes.func.isRequired,
|
|
1009
|
-
"italics": PropTypes.func.isRequired,
|
|
1010
|
-
"lastIndexOf": PropTypes.func.isRequired,
|
|
1011
|
-
"length": PropTypes.number.isRequired,
|
|
1012
|
-
"link": PropTypes.func.isRequired,
|
|
1013
|
-
"localeCompare": PropTypes.func.isRequired,
|
|
1014
|
-
"match": PropTypes.func.isRequired,
|
|
1015
|
-
"matchAll": PropTypes.func.isRequired,
|
|
1016
|
-
"normalize": PropTypes.func.isRequired,
|
|
1017
|
-
"padEnd": PropTypes.func.isRequired,
|
|
1018
|
-
"padStart": PropTypes.func.isRequired,
|
|
1019
|
-
"repeat": PropTypes.func.isRequired,
|
|
1020
|
-
"replace": PropTypes.func.isRequired,
|
|
1021
|
-
"search": PropTypes.func.isRequired,
|
|
1022
|
-
"slice": PropTypes.func.isRequired,
|
|
1023
|
-
"small": PropTypes.func.isRequired,
|
|
1024
|
-
"split": PropTypes.func.isRequired,
|
|
1025
|
-
"startsWith": PropTypes.func.isRequired,
|
|
1026
|
-
"strike": PropTypes.func.isRequired,
|
|
1027
|
-
"sub": PropTypes.func.isRequired,
|
|
1028
|
-
"substr": PropTypes.func.isRequired,
|
|
1029
|
-
"substring": PropTypes.func.isRequired,
|
|
1030
|
-
"sup": PropTypes.func.isRequired,
|
|
1031
|
-
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
1032
|
-
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
1033
|
-
"toLowerCase": PropTypes.func.isRequired,
|
|
1034
|
-
"toString": PropTypes.func.isRequired,
|
|
1035
|
-
"toUpperCase": PropTypes.func.isRequired,
|
|
1036
|
-
"trim": PropTypes.func.isRequired,
|
|
1037
|
-
"trimEnd": PropTypes.func.isRequired,
|
|
1038
|
-
"trimLeft": PropTypes.func.isRequired,
|
|
1039
|
-
"trimRight": PropTypes.func.isRequired,
|
|
1040
|
-
"trimStart": PropTypes.func.isRequired,
|
|
1041
|
-
"valueOf": PropTypes.func.isRequired
|
|
1042
|
-
})]),
|
|
1043
|
-
"security": PropTypes.string,
|
|
1044
|
-
"size": PropTypes.oneOf(["large", "medium", "small"]),
|
|
1045
|
-
"slot": PropTypes.string,
|
|
1046
|
-
"spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
1047
|
-
"src": PropTypes.string,
|
|
1048
|
-
"step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
1049
|
-
"style": PropTypes.object,
|
|
1050
|
-
"suppressContentEditableWarning": PropTypes.bool,
|
|
1051
|
-
"suppressHydrationWarning": PropTypes.bool,
|
|
1052
|
-
"tabIndex": PropTypes.number,
|
|
1053
|
-
"title": PropTypes.string,
|
|
1054
|
-
"tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
1055
|
-
"translate": PropTypes.oneOf(["no", "yes"]),
|
|
1056
|
-
"typeof": PropTypes.string,
|
|
1057
|
-
"unselectable": PropTypes.oneOf(["off", "on"]),
|
|
1058
|
-
"validationIconId": PropTypes.string,
|
|
1059
|
-
"validationOnLabel": PropTypes.bool,
|
|
1060
|
-
"value": PropTypes.string.isRequired,
|
|
1061
|
-
"vocab": PropTypes.string,
|
|
1062
|
-
"warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
1063
|
-
"width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
|
|
1064
|
-
};
|
|
1054
|
+
"title": PropTypes.string,
|
|
1055
|
+
"tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
1056
|
+
"translate": PropTypes.oneOf(["no", "yes"]),
|
|
1057
|
+
"typeof": PropTypes.string,
|
|
1058
|
+
"unselectable": PropTypes.oneOf(["off", "on"]),
|
|
1059
|
+
"validationIconId": PropTypes.string,
|
|
1060
|
+
"validationOnLabel": PropTypes.bool,
|
|
1061
|
+
"value": PropTypes.string.isRequired,
|
|
1062
|
+
"vocab": PropTypes.string,
|
|
1063
|
+
"warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
1064
|
+
"width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
|
|
1065
|
+
};
|
|
1066
|
+
}
|
|
1065
1067
|
export { DateInput };
|
|
1066
1068
|
DateInput.displayName = "DateInput";
|
|
1067
1069
|
export default DateInput;
|