carbon-react 126.10.0 → 127.0.0
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/components/accordion/accordion.component.js +338 -336
- package/esm/components/action-popover/action-popover-item/action-popover-item.component.js +3 -1
- 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-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/components/accordion/accordion.component.js +338 -336
- package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +3 -1
- 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-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
|
@@ -460,554 +460,556 @@ const MultiSelect = /*#__PURE__*/React.forwardRef(({
|
|
|
460
460
|
textboxRef: textboxRef
|
|
461
461
|
}, getTextboxProps()))), selectList);
|
|
462
462
|
});
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
"
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
"
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
"
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
"
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
"
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
"
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
"
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
"
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
"
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
"
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
"
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
"
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
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
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
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
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
463
|
+
if (process.env.NODE_ENV !== "production") {
|
|
464
|
+
MultiSelect.propTypes = {
|
|
465
|
+
"about": PropTypes.string,
|
|
466
|
+
"accept": PropTypes.string,
|
|
467
|
+
"accessibilityLabelId": PropTypes.string,
|
|
468
|
+
"accessKey": PropTypes.string,
|
|
469
|
+
"adaptiveLabelBreakpoint": PropTypes.number,
|
|
470
|
+
"align": PropTypes.oneOf(["left", "right"]),
|
|
471
|
+
"alt": PropTypes.string,
|
|
472
|
+
"aria-activedescendant": PropTypes.string,
|
|
473
|
+
"aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
474
|
+
"aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
|
|
475
|
+
"aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
476
|
+
"aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
477
|
+
"aria-colcount": PropTypes.number,
|
|
478
|
+
"aria-colindex": PropTypes.number,
|
|
479
|
+
"aria-colspan": PropTypes.number,
|
|
480
|
+
"aria-controls": PropTypes.string,
|
|
481
|
+
"aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
|
|
482
|
+
"aria-describedby": PropTypes.string,
|
|
483
|
+
"aria-details": PropTypes.string,
|
|
484
|
+
"aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
485
|
+
"aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
|
|
486
|
+
"aria-errormessage": PropTypes.string,
|
|
487
|
+
"aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
488
|
+
"aria-flowto": PropTypes.string,
|
|
489
|
+
"aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
490
|
+
"aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
|
|
491
|
+
"aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
492
|
+
"aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
|
|
493
|
+
"aria-keyshortcuts": PropTypes.string,
|
|
494
|
+
"aria-label": PropTypes.string,
|
|
495
|
+
"aria-labelledby": PropTypes.string,
|
|
496
|
+
"aria-level": PropTypes.number,
|
|
497
|
+
"aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
|
|
498
|
+
"aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
499
|
+
"aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
500
|
+
"aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
501
|
+
"aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
|
|
502
|
+
"aria-owns": PropTypes.string,
|
|
503
|
+
"aria-placeholder": PropTypes.string,
|
|
504
|
+
"aria-posinset": PropTypes.number,
|
|
505
|
+
"aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
|
|
506
|
+
"aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
507
|
+
"aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
|
|
508
|
+
"aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
509
|
+
"aria-roledescription": PropTypes.string,
|
|
510
|
+
"aria-rowcount": PropTypes.number,
|
|
511
|
+
"aria-rowindex": PropTypes.number,
|
|
512
|
+
"aria-rowspan": PropTypes.number,
|
|
513
|
+
"aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
514
|
+
"aria-setsize": PropTypes.number,
|
|
515
|
+
"aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
|
|
516
|
+
"aria-valuemax": PropTypes.number,
|
|
517
|
+
"aria-valuemin": PropTypes.number,
|
|
518
|
+
"aria-valuenow": PropTypes.number,
|
|
519
|
+
"aria-valuetext": PropTypes.string,
|
|
520
|
+
"ariaDescribedBy": PropTypes.string,
|
|
521
|
+
"ariaLabel": PropTypes.string,
|
|
522
|
+
"ariaLabelledby": PropTypes.string,
|
|
523
|
+
"as": PropTypes.elementType,
|
|
524
|
+
"autoCapitalize": PropTypes.string,
|
|
525
|
+
"autoComplete": PropTypes.string,
|
|
526
|
+
"autoCorrect": PropTypes.string,
|
|
527
|
+
"autoFocus": PropTypes.bool,
|
|
528
|
+
"autoSave": PropTypes.string,
|
|
529
|
+
"capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
|
|
530
|
+
"checked": PropTypes.bool,
|
|
531
|
+
"children": PropTypes.node,
|
|
532
|
+
"className": PropTypes.string,
|
|
533
|
+
"color": PropTypes.string,
|
|
534
|
+
"content": PropTypes.string,
|
|
535
|
+
"contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
|
|
536
|
+
"contextMenu": PropTypes.string,
|
|
537
|
+
"dangerouslySetInnerHTML": PropTypes.shape({
|
|
538
|
+
"__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
|
|
539
|
+
}),
|
|
540
|
+
"data-component": PropTypes.string,
|
|
541
|
+
"data-element": PropTypes.string,
|
|
542
|
+
"data-role": PropTypes.string,
|
|
543
|
+
"datatype": PropTypes.string,
|
|
544
|
+
"defaultChecked": PropTypes.bool,
|
|
545
|
+
"defaultValue": PropTypes.arrayOf(PropTypes.string),
|
|
546
|
+
"deferTimeout": PropTypes.number,
|
|
547
|
+
"dir": PropTypes.string,
|
|
548
|
+
"disabled": PropTypes.bool,
|
|
549
|
+
"disablePortal": PropTypes.bool,
|
|
550
|
+
"draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
551
|
+
"enableVirtualScroll": PropTypes.bool,
|
|
552
|
+
"enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
|
|
553
|
+
"error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
554
|
+
"fieldHelp": PropTypes.node,
|
|
555
|
+
"flipEnabled": PropTypes.bool,
|
|
556
|
+
"form": PropTypes.string,
|
|
557
|
+
"formAction": PropTypes.string,
|
|
558
|
+
"formattedValue": PropTypes.string,
|
|
559
|
+
"formEncType": PropTypes.string,
|
|
560
|
+
"formMethod": PropTypes.string,
|
|
561
|
+
"formNoValidate": PropTypes.bool,
|
|
562
|
+
"formTarget": PropTypes.string,
|
|
563
|
+
"height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
564
|
+
"helpAriaLabel": PropTypes.string,
|
|
565
|
+
"hidden": PropTypes.bool,
|
|
566
|
+
"iconOnClick": PropTypes.func,
|
|
567
|
+
"iconOnMouseDown": PropTypes.func,
|
|
568
|
+
"iconTabIndex": PropTypes.number,
|
|
569
|
+
"id": PropTypes.string,
|
|
570
|
+
"info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
571
|
+
"inlist": PropTypes.any,
|
|
572
|
+
"inputBorderRadius": PropTypes.any,
|
|
573
|
+
"inputHint": PropTypes.string,
|
|
574
|
+
"inputIcon": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
|
|
575
|
+
"inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
|
|
576
|
+
"inputRef": PropTypes.func,
|
|
577
|
+
"inputWidth": PropTypes.number,
|
|
578
|
+
"is": PropTypes.string,
|
|
579
|
+
"isLoading": PropTypes.bool,
|
|
580
|
+
"itemID": PropTypes.string,
|
|
581
|
+
"itemProp": PropTypes.string,
|
|
582
|
+
"itemRef": PropTypes.string,
|
|
583
|
+
"itemScope": PropTypes.bool,
|
|
584
|
+
"itemType": PropTypes.string,
|
|
585
|
+
"label": PropTypes.string,
|
|
586
|
+
"labelAlign": PropTypes.oneOf(["left", "right"]),
|
|
587
|
+
"labelHelp": PropTypes.node,
|
|
588
|
+
"labelId": PropTypes.string,
|
|
589
|
+
"labelInline": PropTypes.bool,
|
|
590
|
+
"labelSpacing": PropTypes.oneOf([1, 2]),
|
|
591
|
+
"labelWidth": PropTypes.number,
|
|
592
|
+
"lang": PropTypes.string,
|
|
593
|
+
"leftChildren": PropTypes.node,
|
|
594
|
+
"list": PropTypes.string,
|
|
595
|
+
"listMaxHeight": PropTypes.number,
|
|
596
|
+
"listPlacement": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
597
|
+
"m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
598
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
599
|
+
"description": PropTypes.string,
|
|
600
|
+
"toString": PropTypes.func.isRequired,
|
|
601
|
+
"valueOf": PropTypes.func.isRequired
|
|
602
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
603
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
604
|
+
"description": PropTypes.string,
|
|
605
|
+
"toString": PropTypes.func.isRequired,
|
|
606
|
+
"valueOf": PropTypes.func.isRequired
|
|
607
|
+
}), PropTypes.string]),
|
|
608
|
+
"margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
609
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
610
|
+
"description": PropTypes.string,
|
|
611
|
+
"toString": PropTypes.func.isRequired,
|
|
612
|
+
"valueOf": PropTypes.func.isRequired
|
|
613
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
614
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
615
|
+
"description": PropTypes.string,
|
|
616
|
+
"toString": PropTypes.func.isRequired,
|
|
617
|
+
"valueOf": PropTypes.func.isRequired
|
|
618
|
+
}), PropTypes.string]),
|
|
619
|
+
"marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
620
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
621
|
+
"description": PropTypes.string,
|
|
622
|
+
"toString": PropTypes.func.isRequired,
|
|
623
|
+
"valueOf": PropTypes.func.isRequired
|
|
624
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
625
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
626
|
+
"description": PropTypes.string,
|
|
627
|
+
"toString": PropTypes.func.isRequired,
|
|
628
|
+
"valueOf": PropTypes.func.isRequired
|
|
629
|
+
}), PropTypes.string]),
|
|
630
|
+
"marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
631
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
632
|
+
"description": PropTypes.string,
|
|
633
|
+
"toString": PropTypes.func.isRequired,
|
|
634
|
+
"valueOf": PropTypes.func.isRequired
|
|
635
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
636
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
637
|
+
"description": PropTypes.string,
|
|
638
|
+
"toString": PropTypes.func.isRequired,
|
|
639
|
+
"valueOf": PropTypes.func.isRequired
|
|
640
|
+
}), PropTypes.string]),
|
|
641
|
+
"marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
642
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
643
|
+
"description": PropTypes.string,
|
|
644
|
+
"toString": PropTypes.func.isRequired,
|
|
645
|
+
"valueOf": PropTypes.func.isRequired
|
|
646
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
647
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
648
|
+
"description": PropTypes.string,
|
|
649
|
+
"toString": PropTypes.func.isRequired,
|
|
650
|
+
"valueOf": PropTypes.func.isRequired
|
|
651
|
+
}), PropTypes.string]),
|
|
652
|
+
"marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
653
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
654
|
+
"description": PropTypes.string,
|
|
655
|
+
"toString": PropTypes.func.isRequired,
|
|
656
|
+
"valueOf": PropTypes.func.isRequired
|
|
657
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
658
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
659
|
+
"description": PropTypes.string,
|
|
660
|
+
"toString": PropTypes.func.isRequired,
|
|
661
|
+
"valueOf": PropTypes.func.isRequired
|
|
662
|
+
}), PropTypes.string]),
|
|
663
|
+
"marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
664
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
665
|
+
"description": PropTypes.string,
|
|
666
|
+
"toString": PropTypes.func.isRequired,
|
|
667
|
+
"valueOf": PropTypes.func.isRequired
|
|
668
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
669
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
670
|
+
"description": PropTypes.string,
|
|
671
|
+
"toString": PropTypes.func.isRequired,
|
|
672
|
+
"valueOf": PropTypes.func.isRequired
|
|
673
|
+
}), PropTypes.string]),
|
|
674
|
+
"marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
675
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
676
|
+
"description": PropTypes.string,
|
|
677
|
+
"toString": PropTypes.func.isRequired,
|
|
678
|
+
"valueOf": PropTypes.func.isRequired
|
|
679
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
680
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
681
|
+
"description": PropTypes.string,
|
|
682
|
+
"toString": PropTypes.func.isRequired,
|
|
683
|
+
"valueOf": PropTypes.func.isRequired
|
|
684
|
+
}), PropTypes.string]),
|
|
685
|
+
"max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
686
|
+
"maxLength": PropTypes.number,
|
|
687
|
+
"maxWidth": PropTypes.string,
|
|
688
|
+
"mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
689
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
690
|
+
"description": PropTypes.string,
|
|
691
|
+
"toString": PropTypes.func.isRequired,
|
|
692
|
+
"valueOf": PropTypes.func.isRequired
|
|
693
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
694
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
695
|
+
"description": PropTypes.string,
|
|
696
|
+
"toString": PropTypes.func.isRequired,
|
|
697
|
+
"valueOf": PropTypes.func.isRequired
|
|
698
|
+
}), PropTypes.string]),
|
|
699
|
+
"min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
700
|
+
"minLength": PropTypes.number,
|
|
701
|
+
"ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
702
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
703
|
+
"description": PropTypes.string,
|
|
704
|
+
"toString": PropTypes.func.isRequired,
|
|
705
|
+
"valueOf": PropTypes.func.isRequired
|
|
706
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
707
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
708
|
+
"description": PropTypes.string,
|
|
709
|
+
"toString": PropTypes.func.isRequired,
|
|
710
|
+
"valueOf": PropTypes.func.isRequired
|
|
711
|
+
}), PropTypes.string]),
|
|
712
|
+
"mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
713
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
714
|
+
"description": PropTypes.string,
|
|
715
|
+
"toString": PropTypes.func.isRequired,
|
|
716
|
+
"valueOf": PropTypes.func.isRequired
|
|
717
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
718
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
719
|
+
"description": PropTypes.string,
|
|
720
|
+
"toString": PropTypes.func.isRequired,
|
|
721
|
+
"valueOf": PropTypes.func.isRequired
|
|
722
|
+
}), PropTypes.string]),
|
|
723
|
+
"mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
724
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
725
|
+
"description": PropTypes.string,
|
|
726
|
+
"toString": PropTypes.func.isRequired,
|
|
727
|
+
"valueOf": PropTypes.func.isRequired
|
|
728
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
729
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
730
|
+
"description": PropTypes.string,
|
|
731
|
+
"toString": PropTypes.func.isRequired,
|
|
732
|
+
"valueOf": PropTypes.func.isRequired
|
|
733
|
+
}), PropTypes.string]),
|
|
734
|
+
"multiColumn": PropTypes.bool,
|
|
735
|
+
"multiple": PropTypes.bool,
|
|
736
|
+
"mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
737
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
738
|
+
"description": PropTypes.string,
|
|
739
|
+
"toString": PropTypes.func.isRequired,
|
|
740
|
+
"valueOf": PropTypes.func.isRequired
|
|
741
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
742
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
743
|
+
"description": PropTypes.string,
|
|
744
|
+
"toString": PropTypes.func.isRequired,
|
|
745
|
+
"valueOf": PropTypes.func.isRequired
|
|
746
|
+
}), PropTypes.string]),
|
|
747
|
+
"my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
748
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
749
|
+
"description": PropTypes.string,
|
|
750
|
+
"toString": PropTypes.func.isRequired,
|
|
751
|
+
"valueOf": PropTypes.func.isRequired
|
|
752
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
753
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
754
|
+
"description": PropTypes.string,
|
|
755
|
+
"toString": PropTypes.func.isRequired,
|
|
756
|
+
"valueOf": PropTypes.func.isRequired
|
|
757
|
+
}), PropTypes.string]),
|
|
758
|
+
"name": PropTypes.string,
|
|
759
|
+
"nonce": PropTypes.string,
|
|
760
|
+
"noResultsMessage": PropTypes.string,
|
|
761
|
+
"onAbort": PropTypes.func,
|
|
762
|
+
"onAbortCapture": PropTypes.func,
|
|
763
|
+
"onAnimationEnd": PropTypes.func,
|
|
764
|
+
"onAnimationEndCapture": PropTypes.func,
|
|
765
|
+
"onAnimationIteration": PropTypes.func,
|
|
766
|
+
"onAnimationIterationCapture": PropTypes.func,
|
|
767
|
+
"onAnimationStart": PropTypes.func,
|
|
768
|
+
"onAnimationStartCapture": PropTypes.func,
|
|
769
|
+
"onAuxClick": PropTypes.func,
|
|
770
|
+
"onAuxClickCapture": PropTypes.func,
|
|
771
|
+
"onBeforeInput": PropTypes.func,
|
|
772
|
+
"onBeforeInputCapture": PropTypes.func,
|
|
773
|
+
"onBlur": PropTypes.func,
|
|
774
|
+
"onBlurCapture": PropTypes.func,
|
|
775
|
+
"onCanPlay": PropTypes.func,
|
|
776
|
+
"onCanPlayCapture": PropTypes.func,
|
|
777
|
+
"onCanPlayThrough": PropTypes.func,
|
|
778
|
+
"onCanPlayThroughCapture": PropTypes.func,
|
|
779
|
+
"onChange": PropTypes.func,
|
|
780
|
+
"onChangeCapture": PropTypes.func,
|
|
781
|
+
"onChangeDeferred": PropTypes.func,
|
|
782
|
+
"onClick": PropTypes.func,
|
|
783
|
+
"onClickCapture": PropTypes.func,
|
|
784
|
+
"onCompositionEnd": PropTypes.func,
|
|
785
|
+
"onCompositionEndCapture": PropTypes.func,
|
|
786
|
+
"onCompositionStart": PropTypes.func,
|
|
787
|
+
"onCompositionStartCapture": PropTypes.func,
|
|
788
|
+
"onCompositionUpdate": PropTypes.func,
|
|
789
|
+
"onCompositionUpdateCapture": PropTypes.func,
|
|
790
|
+
"onContextMenu": PropTypes.func,
|
|
791
|
+
"onContextMenuCapture": PropTypes.func,
|
|
792
|
+
"onCopy": PropTypes.func,
|
|
793
|
+
"onCopyCapture": PropTypes.func,
|
|
794
|
+
"onCut": PropTypes.func,
|
|
795
|
+
"onCutCapture": PropTypes.func,
|
|
796
|
+
"onDoubleClick": PropTypes.func,
|
|
797
|
+
"onDoubleClickCapture": PropTypes.func,
|
|
798
|
+
"onDrag": PropTypes.func,
|
|
799
|
+
"onDragCapture": PropTypes.func,
|
|
800
|
+
"onDragEnd": PropTypes.func,
|
|
801
|
+
"onDragEndCapture": PropTypes.func,
|
|
802
|
+
"onDragEnter": PropTypes.func,
|
|
803
|
+
"onDragEnterCapture": PropTypes.func,
|
|
804
|
+
"onDragExit": PropTypes.func,
|
|
805
|
+
"onDragExitCapture": PropTypes.func,
|
|
806
|
+
"onDragLeave": PropTypes.func,
|
|
807
|
+
"onDragLeaveCapture": PropTypes.func,
|
|
808
|
+
"onDragOver": PropTypes.func,
|
|
809
|
+
"onDragOverCapture": PropTypes.func,
|
|
810
|
+
"onDragStart": PropTypes.func,
|
|
811
|
+
"onDragStartCapture": PropTypes.func,
|
|
812
|
+
"onDrop": PropTypes.func,
|
|
813
|
+
"onDropCapture": PropTypes.func,
|
|
814
|
+
"onDurationChange": PropTypes.func,
|
|
815
|
+
"onDurationChangeCapture": PropTypes.func,
|
|
816
|
+
"onEmptied": PropTypes.func,
|
|
817
|
+
"onEmptiedCapture": PropTypes.func,
|
|
818
|
+
"onEncrypted": PropTypes.func,
|
|
819
|
+
"onEncryptedCapture": PropTypes.func,
|
|
820
|
+
"onEnded": PropTypes.func,
|
|
821
|
+
"onEndedCapture": PropTypes.func,
|
|
822
|
+
"onError": PropTypes.func,
|
|
823
|
+
"onErrorCapture": PropTypes.func,
|
|
824
|
+
"onFilterChange": PropTypes.func,
|
|
825
|
+
"onFocus": PropTypes.func,
|
|
826
|
+
"onFocusCapture": PropTypes.func,
|
|
827
|
+
"onGotPointerCapture": PropTypes.func,
|
|
828
|
+
"onGotPointerCaptureCapture": PropTypes.func,
|
|
829
|
+
"onInput": PropTypes.func,
|
|
830
|
+
"onInputCapture": PropTypes.func,
|
|
831
|
+
"onInvalid": PropTypes.func,
|
|
832
|
+
"onInvalidCapture": PropTypes.func,
|
|
833
|
+
"onKeyDown": PropTypes.func,
|
|
834
|
+
"onKeyDownCapture": PropTypes.func,
|
|
835
|
+
"onKeyPress": PropTypes.func,
|
|
836
|
+
"onKeyPressCapture": PropTypes.func,
|
|
837
|
+
"onKeyUp": PropTypes.func,
|
|
838
|
+
"onKeyUpCapture": PropTypes.func,
|
|
839
|
+
"onLoad": PropTypes.func,
|
|
840
|
+
"onLoadCapture": PropTypes.func,
|
|
841
|
+
"onLoadedData": PropTypes.func,
|
|
842
|
+
"onLoadedDataCapture": PropTypes.func,
|
|
843
|
+
"onLoadedMetadata": PropTypes.func,
|
|
844
|
+
"onLoadedMetadataCapture": PropTypes.func,
|
|
845
|
+
"onLoadStart": PropTypes.func,
|
|
846
|
+
"onLoadStartCapture": PropTypes.func,
|
|
847
|
+
"onLostPointerCapture": PropTypes.func,
|
|
848
|
+
"onLostPointerCaptureCapture": PropTypes.func,
|
|
849
|
+
"onMouseDown": PropTypes.func,
|
|
850
|
+
"onMouseDownCapture": PropTypes.func,
|
|
851
|
+
"onMouseEnter": PropTypes.func,
|
|
852
|
+
"onMouseLeave": PropTypes.func,
|
|
853
|
+
"onMouseMove": PropTypes.func,
|
|
854
|
+
"onMouseMoveCapture": PropTypes.func,
|
|
855
|
+
"onMouseOut": PropTypes.func,
|
|
856
|
+
"onMouseOutCapture": PropTypes.func,
|
|
857
|
+
"onMouseOver": PropTypes.func,
|
|
858
|
+
"onMouseOverCapture": PropTypes.func,
|
|
859
|
+
"onMouseUp": PropTypes.func,
|
|
860
|
+
"onMouseUpCapture": PropTypes.func,
|
|
861
|
+
"onOpen": PropTypes.func,
|
|
862
|
+
"onPaste": PropTypes.func,
|
|
863
|
+
"onPasteCapture": PropTypes.func,
|
|
864
|
+
"onPause": PropTypes.func,
|
|
865
|
+
"onPauseCapture": PropTypes.func,
|
|
866
|
+
"onPlay": PropTypes.func,
|
|
867
|
+
"onPlayCapture": PropTypes.func,
|
|
868
|
+
"onPlaying": PropTypes.func,
|
|
869
|
+
"onPlayingCapture": PropTypes.func,
|
|
870
|
+
"onPointerCancel": PropTypes.func,
|
|
871
|
+
"onPointerCancelCapture": PropTypes.func,
|
|
872
|
+
"onPointerDown": PropTypes.func,
|
|
873
|
+
"onPointerDownCapture": PropTypes.func,
|
|
874
|
+
"onPointerEnter": PropTypes.func,
|
|
875
|
+
"onPointerEnterCapture": PropTypes.func,
|
|
876
|
+
"onPointerLeave": PropTypes.func,
|
|
877
|
+
"onPointerLeaveCapture": PropTypes.func,
|
|
878
|
+
"onPointerMove": PropTypes.func,
|
|
879
|
+
"onPointerMoveCapture": PropTypes.func,
|
|
880
|
+
"onPointerOut": PropTypes.func,
|
|
881
|
+
"onPointerOutCapture": PropTypes.func,
|
|
882
|
+
"onPointerOver": PropTypes.func,
|
|
883
|
+
"onPointerOverCapture": PropTypes.func,
|
|
884
|
+
"onPointerUp": PropTypes.func,
|
|
885
|
+
"onPointerUpCapture": PropTypes.func,
|
|
886
|
+
"onProgress": PropTypes.func,
|
|
887
|
+
"onProgressCapture": PropTypes.func,
|
|
888
|
+
"onRateChange": PropTypes.func,
|
|
889
|
+
"onRateChangeCapture": PropTypes.func,
|
|
890
|
+
"onReset": PropTypes.func,
|
|
891
|
+
"onResetCapture": PropTypes.func,
|
|
892
|
+
"onScroll": PropTypes.func,
|
|
893
|
+
"onScrollCapture": PropTypes.func,
|
|
894
|
+
"onSeeked": PropTypes.func,
|
|
895
|
+
"onSeekedCapture": PropTypes.func,
|
|
896
|
+
"onSeeking": PropTypes.func,
|
|
897
|
+
"onSeekingCapture": PropTypes.func,
|
|
898
|
+
"onSelect": PropTypes.func,
|
|
899
|
+
"onSelectCapture": PropTypes.func,
|
|
900
|
+
"onStalled": PropTypes.func,
|
|
901
|
+
"onStalledCapture": PropTypes.func,
|
|
902
|
+
"onSubmit": PropTypes.func,
|
|
903
|
+
"onSubmitCapture": PropTypes.func,
|
|
904
|
+
"onSuspend": PropTypes.func,
|
|
905
|
+
"onSuspendCapture": PropTypes.func,
|
|
906
|
+
"onTimeUpdate": PropTypes.func,
|
|
907
|
+
"onTimeUpdateCapture": PropTypes.func,
|
|
908
|
+
"onTouchCancel": PropTypes.func,
|
|
909
|
+
"onTouchCancelCapture": PropTypes.func,
|
|
910
|
+
"onTouchEnd": PropTypes.func,
|
|
911
|
+
"onTouchEndCapture": PropTypes.func,
|
|
912
|
+
"onTouchMove": PropTypes.func,
|
|
913
|
+
"onTouchMoveCapture": PropTypes.func,
|
|
914
|
+
"onTouchStart": PropTypes.func,
|
|
915
|
+
"onTouchStartCapture": PropTypes.func,
|
|
916
|
+
"onTransitionEnd": PropTypes.func,
|
|
917
|
+
"onTransitionEndCapture": PropTypes.func,
|
|
918
|
+
"onVolumeChange": PropTypes.func,
|
|
919
|
+
"onVolumeChangeCapture": PropTypes.func,
|
|
920
|
+
"onWaiting": PropTypes.func,
|
|
921
|
+
"onWaitingCapture": PropTypes.func,
|
|
922
|
+
"onWheel": PropTypes.func,
|
|
923
|
+
"onWheelCapture": PropTypes.func,
|
|
924
|
+
"openOnFocus": PropTypes.bool,
|
|
925
|
+
"pattern": PropTypes.string,
|
|
926
|
+
"placeholder": PropTypes.string,
|
|
927
|
+
"prefix": PropTypes.string,
|
|
928
|
+
"property": PropTypes.string,
|
|
929
|
+
"radioGroup": PropTypes.string,
|
|
930
|
+
"readOnly": PropTypes.bool,
|
|
931
|
+
"rel": PropTypes.string,
|
|
932
|
+
"required": PropTypes.bool,
|
|
933
|
+
"resource": PropTypes.string,
|
|
934
|
+
"results": PropTypes.number,
|
|
935
|
+
"rev": PropTypes.string,
|
|
936
|
+
"reverse": PropTypes.bool,
|
|
937
|
+
"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({
|
|
938
|
+
"__@iterator": PropTypes.func.isRequired,
|
|
939
|
+
"anchor": PropTypes.func.isRequired,
|
|
940
|
+
"at": PropTypes.func.isRequired,
|
|
941
|
+
"big": PropTypes.func.isRequired,
|
|
942
|
+
"blink": PropTypes.func.isRequired,
|
|
943
|
+
"bold": PropTypes.func.isRequired,
|
|
944
|
+
"charAt": PropTypes.func.isRequired,
|
|
945
|
+
"charCodeAt": PropTypes.func.isRequired,
|
|
946
|
+
"codePointAt": PropTypes.func.isRequired,
|
|
947
|
+
"concat": PropTypes.func.isRequired,
|
|
948
|
+
"endsWith": PropTypes.func.isRequired,
|
|
949
|
+
"fixed": PropTypes.func.isRequired,
|
|
950
|
+
"fontcolor": PropTypes.func.isRequired,
|
|
951
|
+
"fontsize": PropTypes.func.isRequired,
|
|
952
|
+
"includes": PropTypes.func.isRequired,
|
|
953
|
+
"indexOf": PropTypes.func.isRequired,
|
|
954
|
+
"italics": PropTypes.func.isRequired,
|
|
955
|
+
"lastIndexOf": PropTypes.func.isRequired,
|
|
956
|
+
"length": PropTypes.number.isRequired,
|
|
957
|
+
"link": PropTypes.func.isRequired,
|
|
958
|
+
"localeCompare": PropTypes.func.isRequired,
|
|
959
|
+
"match": PropTypes.func.isRequired,
|
|
960
|
+
"matchAll": PropTypes.func.isRequired,
|
|
961
|
+
"normalize": PropTypes.func.isRequired,
|
|
962
|
+
"padEnd": PropTypes.func.isRequired,
|
|
963
|
+
"padStart": PropTypes.func.isRequired,
|
|
964
|
+
"repeat": PropTypes.func.isRequired,
|
|
965
|
+
"replace": PropTypes.func.isRequired,
|
|
966
|
+
"search": PropTypes.func.isRequired,
|
|
967
|
+
"slice": PropTypes.func.isRequired,
|
|
968
|
+
"small": PropTypes.func.isRequired,
|
|
969
|
+
"split": PropTypes.func.isRequired,
|
|
970
|
+
"startsWith": PropTypes.func.isRequired,
|
|
971
|
+
"strike": PropTypes.func.isRequired,
|
|
972
|
+
"sub": PropTypes.func.isRequired,
|
|
973
|
+
"substr": PropTypes.func.isRequired,
|
|
974
|
+
"substring": PropTypes.func.isRequired,
|
|
975
|
+
"sup": PropTypes.func.isRequired,
|
|
976
|
+
"toLocaleLowerCase": PropTypes.func.isRequired,
|
|
977
|
+
"toLocaleUpperCase": PropTypes.func.isRequired,
|
|
978
|
+
"toLowerCase": PropTypes.func.isRequired,
|
|
979
|
+
"toString": PropTypes.func.isRequired,
|
|
980
|
+
"toUpperCase": PropTypes.func.isRequired,
|
|
981
|
+
"trim": PropTypes.func.isRequired,
|
|
982
|
+
"trimEnd": PropTypes.func.isRequired,
|
|
983
|
+
"trimLeft": PropTypes.func.isRequired,
|
|
984
|
+
"trimRight": PropTypes.func.isRequired,
|
|
985
|
+
"trimStart": PropTypes.func.isRequired,
|
|
986
|
+
"valueOf": PropTypes.func.isRequired
|
|
987
|
+
})]),
|
|
988
|
+
"security": PropTypes.string,
|
|
989
|
+
"size": PropTypes.oneOf(["large", "medium", "small"]),
|
|
990
|
+
"slot": PropTypes.string,
|
|
991
|
+
"spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
|
|
992
|
+
"src": PropTypes.string,
|
|
993
|
+
"step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
994
|
+
"style": PropTypes.object,
|
|
995
|
+
"suppressContentEditableWarning": PropTypes.bool,
|
|
996
|
+
"suppressHydrationWarning": PropTypes.bool,
|
|
997
|
+
"tabIndex": PropTypes.number,
|
|
998
|
+
"tableHeader": PropTypes.node,
|
|
999
|
+
"title": PropTypes.string,
|
|
1000
|
+
"tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
1001
|
+
"translate": PropTypes.oneOf(["no", "yes"]),
|
|
1002
|
+
"typeof": PropTypes.string,
|
|
1003
|
+
"unselectable": PropTypes.oneOf(["off", "on"]),
|
|
1004
|
+
"validationIconId": PropTypes.string,
|
|
1005
|
+
"validationOnLabel": PropTypes.bool,
|
|
1006
|
+
"value": PropTypes.arrayOf(PropTypes.string),
|
|
1007
|
+
"virtualScrollOverscan": PropTypes.number,
|
|
1008
|
+
"vocab": PropTypes.string,
|
|
1009
|
+
"warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
|
|
1010
|
+
"width": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
1011
|
+
"wrapPillText": PropTypes.bool
|
|
1012
|
+
};
|
|
1013
|
+
}
|
|
1012
1014
|
export { MultiSelect };
|
|
1013
1015
|
export default MultiSelect;
|