@next-bricks/form 1.11.3 → 1.11.4
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/dist/bricks.json +27 -27
- package/dist/chunks/9259.8dda13c5.js +3 -0
- package/dist/chunks/9259.8dda13c5.js.map +1 -0
- package/dist/chunks/eo-select.05c3b647.js +3 -0
- package/dist/chunks/eo-select.05c3b647.js.map +1 -0
- package/dist/chunks/{main.93eb36e9.js → main.54e1767d.js} +2 -2
- package/dist/chunks/{main.93eb36e9.js.map → main.54e1767d.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.d1ebae68.js → index.562c0da8.js} +2 -2
- package/dist/{index.d1ebae68.js.map → index.562c0da8.js.map} +1 -1
- package/dist/manifest.json +325 -325
- package/dist/types.json +1230 -1230
- package/package.json +2 -2
- package/dist/chunks/9259.8d181d40.js +0 -3
- package/dist/chunks/9259.8d181d40.js.map +0 -1
- package/dist/chunks/eo-select.ef38c4f0.js +0 -3
- package/dist/chunks/eo-select.ef38c4f0.js.map +0 -1
- /package/dist/chunks/{9259.8d181d40.js.LICENSE.txt → 9259.8dda13c5.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.ef38c4f0.js.LICENSE.txt → eo-select.05c3b647.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -498,6 +498,555 @@
|
|
|
498
498
|
],
|
|
499
499
|
"methods": []
|
|
500
500
|
},
|
|
501
|
+
"eo-select": {
|
|
502
|
+
"properties": [
|
|
503
|
+
{
|
|
504
|
+
"name": "name",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "string"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "placeholder",
|
|
512
|
+
"annotation": {
|
|
513
|
+
"type": "keyword",
|
|
514
|
+
"value": "string"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "label",
|
|
519
|
+
"annotation": {
|
|
520
|
+
"type": "keyword",
|
|
521
|
+
"value": "string"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "options",
|
|
526
|
+
"annotation": {
|
|
527
|
+
"type": "array",
|
|
528
|
+
"elementType": {
|
|
529
|
+
"type": "reference",
|
|
530
|
+
"typeName": {
|
|
531
|
+
"type": "identifier",
|
|
532
|
+
"name": "GeneralComplexOption"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "value",
|
|
539
|
+
"annotation": {
|
|
540
|
+
"type": "keyword",
|
|
541
|
+
"value": "any"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "required",
|
|
546
|
+
"annotation": {
|
|
547
|
+
"type": "keyword",
|
|
548
|
+
"value": "boolean"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "message",
|
|
553
|
+
"annotation": {
|
|
554
|
+
"type": "reference",
|
|
555
|
+
"typeName": {
|
|
556
|
+
"type": "identifier",
|
|
557
|
+
"name": "Record"
|
|
558
|
+
},
|
|
559
|
+
"typeParameters": {
|
|
560
|
+
"type": "typeParameterInstantiation",
|
|
561
|
+
"params": [
|
|
562
|
+
{
|
|
563
|
+
"type": "keyword",
|
|
564
|
+
"value": "string"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"type": "keyword",
|
|
568
|
+
"value": "string"
|
|
569
|
+
}
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "disabled",
|
|
576
|
+
"annotation": {
|
|
577
|
+
"type": "keyword",
|
|
578
|
+
"value": "boolean"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "mode",
|
|
583
|
+
"annotation": {
|
|
584
|
+
"type": "union",
|
|
585
|
+
"types": [
|
|
586
|
+
{
|
|
587
|
+
"type": "jsLiteral",
|
|
588
|
+
"value": "tags"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"type": "jsLiteral",
|
|
592
|
+
"value": "multiple"
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "tokenSeparators",
|
|
599
|
+
"annotation": {
|
|
600
|
+
"type": "array",
|
|
601
|
+
"elementType": {
|
|
602
|
+
"type": "keyword",
|
|
603
|
+
"value": "string"
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "maxTagCount",
|
|
609
|
+
"annotation": {
|
|
610
|
+
"type": "keyword",
|
|
611
|
+
"value": "number"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "groupBy",
|
|
616
|
+
"annotation": {
|
|
617
|
+
"type": "keyword",
|
|
618
|
+
"value": "string"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "suffix",
|
|
623
|
+
"annotation": {
|
|
624
|
+
"type": "typeLiteral",
|
|
625
|
+
"members": [
|
|
626
|
+
{
|
|
627
|
+
"type": "propertySignature",
|
|
628
|
+
"key": {
|
|
629
|
+
"type": "identifier",
|
|
630
|
+
"name": "useBrick"
|
|
631
|
+
},
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "UseSingleBrickConf"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"computed": false
|
|
640
|
+
}
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "clearable",
|
|
646
|
+
"annotation": {
|
|
647
|
+
"type": "keyword",
|
|
648
|
+
"value": "boolean"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"name": "fields",
|
|
653
|
+
"annotation": {
|
|
654
|
+
"type": "typeLiteral",
|
|
655
|
+
"members": [
|
|
656
|
+
{
|
|
657
|
+
"type": "propertySignature",
|
|
658
|
+
"key": {
|
|
659
|
+
"type": "identifier",
|
|
660
|
+
"name": "label"
|
|
661
|
+
},
|
|
662
|
+
"annotation": {
|
|
663
|
+
"type": "keyword",
|
|
664
|
+
"value": "string"
|
|
665
|
+
},
|
|
666
|
+
"optional": true,
|
|
667
|
+
"computed": false
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"type": "propertySignature",
|
|
671
|
+
"key": {
|
|
672
|
+
"type": "identifier",
|
|
673
|
+
"name": "value"
|
|
674
|
+
},
|
|
675
|
+
"annotation": {
|
|
676
|
+
"type": "keyword",
|
|
677
|
+
"value": "string"
|
|
678
|
+
},
|
|
679
|
+
"optional": true,
|
|
680
|
+
"computed": false
|
|
681
|
+
}
|
|
682
|
+
]
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "useBackend",
|
|
687
|
+
"annotation": {
|
|
688
|
+
"type": "reference",
|
|
689
|
+
"typeName": {
|
|
690
|
+
"type": "identifier",
|
|
691
|
+
"name": "UseBackendConf"
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "debounceSearchDelay",
|
|
697
|
+
"annotation": {
|
|
698
|
+
"type": "keyword",
|
|
699
|
+
"value": "number"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"name": "inputStyle",
|
|
704
|
+
"annotation": {
|
|
705
|
+
"type": "reference",
|
|
706
|
+
"typeName": {
|
|
707
|
+
"type": "qualifiedName",
|
|
708
|
+
"left": {
|
|
709
|
+
"type": "identifier",
|
|
710
|
+
"name": "React"
|
|
711
|
+
},
|
|
712
|
+
"right": {
|
|
713
|
+
"type": "identifier",
|
|
714
|
+
"name": "CSSProperties"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"events": [
|
|
721
|
+
{
|
|
722
|
+
"name": "change",
|
|
723
|
+
"detail": {
|
|
724
|
+
"annotation": {
|
|
725
|
+
"type": "typeLiteral",
|
|
726
|
+
"members": [
|
|
727
|
+
{
|
|
728
|
+
"type": "propertySignature",
|
|
729
|
+
"key": {
|
|
730
|
+
"type": "identifier",
|
|
731
|
+
"name": "value"
|
|
732
|
+
},
|
|
733
|
+
"annotation": {
|
|
734
|
+
"type": "union",
|
|
735
|
+
"types": [
|
|
736
|
+
{
|
|
737
|
+
"type": "keyword",
|
|
738
|
+
"value": "string"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"type": "array",
|
|
742
|
+
"elementType": {
|
|
743
|
+
"type": "keyword",
|
|
744
|
+
"value": "string"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
"computed": false
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"type": "propertySignature",
|
|
753
|
+
"key": {
|
|
754
|
+
"type": "identifier",
|
|
755
|
+
"name": "options"
|
|
756
|
+
},
|
|
757
|
+
"annotation": {
|
|
758
|
+
"type": "array",
|
|
759
|
+
"elementType": {
|
|
760
|
+
"type": "reference",
|
|
761
|
+
"typeName": {
|
|
762
|
+
"type": "identifier",
|
|
763
|
+
"name": "GeneralComplexOption"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"computed": false
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "search",
|
|
775
|
+
"detail": {
|
|
776
|
+
"annotation": {
|
|
777
|
+
"type": "typeLiteral",
|
|
778
|
+
"members": [
|
|
779
|
+
{
|
|
780
|
+
"type": "propertySignature",
|
|
781
|
+
"key": {
|
|
782
|
+
"type": "identifier",
|
|
783
|
+
"name": "value"
|
|
784
|
+
},
|
|
785
|
+
"annotation": {
|
|
786
|
+
"type": "keyword",
|
|
787
|
+
"value": "string"
|
|
788
|
+
},
|
|
789
|
+
"computed": false
|
|
790
|
+
}
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"name": "focus",
|
|
797
|
+
"detail": {
|
|
798
|
+
"annotation": {
|
|
799
|
+
"type": "keyword",
|
|
800
|
+
"value": "void"
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "options.change",
|
|
806
|
+
"detail": {
|
|
807
|
+
"annotation": {
|
|
808
|
+
"type": "typeLiteral",
|
|
809
|
+
"members": [
|
|
810
|
+
{
|
|
811
|
+
"type": "propertySignature",
|
|
812
|
+
"key": {
|
|
813
|
+
"type": "identifier",
|
|
814
|
+
"name": "options"
|
|
815
|
+
},
|
|
816
|
+
"annotation": {
|
|
817
|
+
"type": "typeLiteral",
|
|
818
|
+
"members": [
|
|
819
|
+
{
|
|
820
|
+
"type": "propertySignature",
|
|
821
|
+
"key": {
|
|
822
|
+
"type": "identifier",
|
|
823
|
+
"name": "label"
|
|
824
|
+
},
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
},
|
|
829
|
+
"computed": false
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"type": "propertySignature",
|
|
833
|
+
"key": {
|
|
834
|
+
"type": "identifier",
|
|
835
|
+
"name": "value"
|
|
836
|
+
},
|
|
837
|
+
"annotation": {
|
|
838
|
+
"type": "keyword",
|
|
839
|
+
"value": "any"
|
|
840
|
+
},
|
|
841
|
+
"computed": false
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"type": "indexSignature",
|
|
845
|
+
"parameter": {
|
|
846
|
+
"type": "identifier",
|
|
847
|
+
"name": "key",
|
|
848
|
+
"annotation": {
|
|
849
|
+
"type": "keyword",
|
|
850
|
+
"value": "string"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"annotation": {
|
|
854
|
+
"type": "keyword",
|
|
855
|
+
"value": "any"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
"computed": false
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"type": "propertySignature",
|
|
864
|
+
"key": {
|
|
865
|
+
"type": "identifier",
|
|
866
|
+
"name": "name"
|
|
867
|
+
},
|
|
868
|
+
"annotation": {
|
|
869
|
+
"type": "keyword",
|
|
870
|
+
"value": "string"
|
|
871
|
+
},
|
|
872
|
+
"computed": false
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"methods": [],
|
|
880
|
+
"types": [
|
|
881
|
+
{
|
|
882
|
+
"type": "interface",
|
|
883
|
+
"name": "GeneralComplexOption",
|
|
884
|
+
"typeParameters": {
|
|
885
|
+
"type": "typeParameterDeclaration",
|
|
886
|
+
"params": [
|
|
887
|
+
{
|
|
888
|
+
"type": "typeParameter",
|
|
889
|
+
"name": "T",
|
|
890
|
+
"default": {
|
|
891
|
+
"type": "union",
|
|
892
|
+
"types": [
|
|
893
|
+
{
|
|
894
|
+
"type": "keyword",
|
|
895
|
+
"value": "string"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "keyword",
|
|
899
|
+
"value": "number"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"type": "keyword",
|
|
903
|
+
"value": "boolean"
|
|
904
|
+
}
|
|
905
|
+
]
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"body": [
|
|
911
|
+
{
|
|
912
|
+
"type": "propertySignature",
|
|
913
|
+
"key": {
|
|
914
|
+
"type": "identifier",
|
|
915
|
+
"name": "label"
|
|
916
|
+
},
|
|
917
|
+
"annotation": {
|
|
918
|
+
"type": "keyword",
|
|
919
|
+
"value": "string"
|
|
920
|
+
},
|
|
921
|
+
"computed": false
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"type": "propertySignature",
|
|
925
|
+
"key": {
|
|
926
|
+
"type": "identifier",
|
|
927
|
+
"name": "value"
|
|
928
|
+
},
|
|
929
|
+
"annotation": {
|
|
930
|
+
"type": "reference",
|
|
931
|
+
"typeName": {
|
|
932
|
+
"type": "identifier",
|
|
933
|
+
"name": "T"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"computed": false
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"type": "indexSignature",
|
|
940
|
+
"parameter": {
|
|
941
|
+
"type": "identifier",
|
|
942
|
+
"name": "key",
|
|
943
|
+
"annotation": {
|
|
944
|
+
"type": "keyword",
|
|
945
|
+
"value": "string"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"annotation": {
|
|
949
|
+
"type": "keyword",
|
|
950
|
+
"value": "any"
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"type": "interface",
|
|
957
|
+
"name": "UseBackendConf",
|
|
958
|
+
"body": [
|
|
959
|
+
{
|
|
960
|
+
"type": "propertySignature",
|
|
961
|
+
"key": {
|
|
962
|
+
"type": "identifier",
|
|
963
|
+
"name": "provider"
|
|
964
|
+
},
|
|
965
|
+
"annotation": {
|
|
966
|
+
"type": "keyword",
|
|
967
|
+
"value": "string"
|
|
968
|
+
},
|
|
969
|
+
"computed": false
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"type": "propertySignature",
|
|
973
|
+
"key": {
|
|
974
|
+
"type": "identifier",
|
|
975
|
+
"name": "args"
|
|
976
|
+
},
|
|
977
|
+
"annotation": {
|
|
978
|
+
"type": "union",
|
|
979
|
+
"types": [
|
|
980
|
+
{
|
|
981
|
+
"type": "array",
|
|
982
|
+
"elementType": {
|
|
983
|
+
"type": "keyword",
|
|
984
|
+
"value": "any"
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "parenthesizedType",
|
|
989
|
+
"annotation": {
|
|
990
|
+
"type": "function",
|
|
991
|
+
"parameters": [
|
|
992
|
+
{
|
|
993
|
+
"type": "restElement",
|
|
994
|
+
"argument": {
|
|
995
|
+
"type": "identifier",
|
|
996
|
+
"name": "args"
|
|
997
|
+
},
|
|
998
|
+
"annotation": {
|
|
999
|
+
"type": "array",
|
|
1000
|
+
"elementType": {
|
|
1001
|
+
"type": "keyword",
|
|
1002
|
+
"value": "any"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"annotation": {
|
|
1008
|
+
"type": "array",
|
|
1009
|
+
"elementType": {
|
|
1010
|
+
"type": "keyword",
|
|
1011
|
+
"value": "any"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
"computed": false
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"type": "propertySignature",
|
|
1022
|
+
"key": {
|
|
1023
|
+
"type": "identifier",
|
|
1024
|
+
"name": "transform"
|
|
1025
|
+
},
|
|
1026
|
+
"annotation": {
|
|
1027
|
+
"type": "function",
|
|
1028
|
+
"parameters": [
|
|
1029
|
+
{
|
|
1030
|
+
"type": "identifier",
|
|
1031
|
+
"name": "data",
|
|
1032
|
+
"annotation": {
|
|
1033
|
+
"type": "keyword",
|
|
1034
|
+
"value": "any"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"annotation": {
|
|
1039
|
+
"type": "keyword",
|
|
1040
|
+
"value": "void"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"optional": true,
|
|
1044
|
+
"computed": false
|
|
1045
|
+
}
|
|
1046
|
+
]
|
|
1047
|
+
}
|
|
1048
|
+
]
|
|
1049
|
+
},
|
|
501
1050
|
"eo-form": {
|
|
502
1051
|
"properties": [
|
|
503
1052
|
{
|
|
@@ -843,7 +1392,7 @@
|
|
|
843
1392
|
}
|
|
844
1393
|
]
|
|
845
1394
|
},
|
|
846
|
-
"eo-
|
|
1395
|
+
"eo-checkbox": {
|
|
847
1396
|
"properties": [
|
|
848
1397
|
{
|
|
849
1398
|
"name": "name",
|
|
@@ -852,13 +1401,6 @@
|
|
|
852
1401
|
"value": "string"
|
|
853
1402
|
}
|
|
854
1403
|
},
|
|
855
|
-
{
|
|
856
|
-
"name": "placeholder",
|
|
857
|
-
"annotation": {
|
|
858
|
-
"type": "keyword",
|
|
859
|
-
"value": "string"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
1404
|
{
|
|
863
1405
|
"name": "label",
|
|
864
1406
|
"annotation": {
|
|
@@ -867,196 +1409,101 @@
|
|
|
867
1409
|
}
|
|
868
1410
|
},
|
|
869
1411
|
{
|
|
870
|
-
"name": "
|
|
1412
|
+
"name": "value",
|
|
871
1413
|
"annotation": {
|
|
872
1414
|
"type": "array",
|
|
873
1415
|
"elementType": {
|
|
874
1416
|
"type": "reference",
|
|
875
1417
|
"typeName": {
|
|
876
1418
|
"type": "identifier",
|
|
877
|
-
"name": "
|
|
1419
|
+
"name": "CheckboxValueType"
|
|
878
1420
|
}
|
|
879
1421
|
}
|
|
880
1422
|
}
|
|
881
1423
|
},
|
|
882
1424
|
{
|
|
883
|
-
"name": "
|
|
884
|
-
"annotation": {
|
|
885
|
-
"type": "keyword",
|
|
886
|
-
"value": "any"
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "required",
|
|
891
|
-
"annotation": {
|
|
892
|
-
"type": "keyword",
|
|
893
|
-
"value": "boolean"
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"name": "message",
|
|
898
|
-
"annotation": {
|
|
899
|
-
"type": "reference",
|
|
900
|
-
"typeName": {
|
|
901
|
-
"type": "identifier",
|
|
902
|
-
"name": "Record"
|
|
903
|
-
},
|
|
904
|
-
"typeParameters": {
|
|
905
|
-
"type": "typeParameterInstantiation",
|
|
906
|
-
"params": [
|
|
907
|
-
{
|
|
908
|
-
"type": "keyword",
|
|
909
|
-
"value": "string"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"type": "keyword",
|
|
913
|
-
"value": "string"
|
|
914
|
-
}
|
|
915
|
-
]
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"name": "disabled",
|
|
921
|
-
"annotation": {
|
|
922
|
-
"type": "keyword",
|
|
923
|
-
"value": "boolean"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "mode",
|
|
928
|
-
"annotation": {
|
|
929
|
-
"type": "union",
|
|
930
|
-
"types": [
|
|
931
|
-
{
|
|
932
|
-
"type": "jsLiteral",
|
|
933
|
-
"value": "tags"
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"type": "jsLiteral",
|
|
937
|
-
"value": "multiple"
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "tokenSeparators",
|
|
1425
|
+
"name": "options",
|
|
944
1426
|
"annotation": {
|
|
945
1427
|
"type": "array",
|
|
946
1428
|
"elementType": {
|
|
947
|
-
"type": "
|
|
948
|
-
"
|
|
1429
|
+
"type": "reference",
|
|
1430
|
+
"typeName": {
|
|
1431
|
+
"type": "identifier",
|
|
1432
|
+
"name": "CheckboxOptionType"
|
|
1433
|
+
}
|
|
949
1434
|
}
|
|
950
1435
|
}
|
|
951
1436
|
},
|
|
952
1437
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"annotation": {
|
|
955
|
-
"type": "keyword",
|
|
956
|
-
"value": "number"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "groupBy",
|
|
961
|
-
"annotation": {
|
|
962
|
-
"type": "keyword",
|
|
963
|
-
"value": "string"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"name": "suffix",
|
|
1438
|
+
"name": "type",
|
|
968
1439
|
"annotation": {
|
|
969
|
-
"type": "
|
|
970
|
-
"
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
"type": "identifier",
|
|
975
|
-
"name": "useBrick"
|
|
976
|
-
},
|
|
977
|
-
"annotation": {
|
|
978
|
-
"type": "reference",
|
|
979
|
-
"typeName": {
|
|
980
|
-
"type": "identifier",
|
|
981
|
-
"name": "UseSingleBrickConf"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
|
-
"computed": false
|
|
985
|
-
}
|
|
986
|
-
]
|
|
1440
|
+
"type": "reference",
|
|
1441
|
+
"typeName": {
|
|
1442
|
+
"type": "identifier",
|
|
1443
|
+
"name": "CheckboxType"
|
|
1444
|
+
}
|
|
987
1445
|
}
|
|
988
1446
|
},
|
|
989
1447
|
{
|
|
990
|
-
"name": "
|
|
1448
|
+
"name": "disabled",
|
|
991
1449
|
"annotation": {
|
|
992
1450
|
"type": "keyword",
|
|
993
1451
|
"value": "boolean"
|
|
994
1452
|
}
|
|
995
1453
|
},
|
|
996
1454
|
{
|
|
997
|
-
"name": "
|
|
1455
|
+
"name": "isCustom",
|
|
998
1456
|
"annotation": {
|
|
999
|
-
"type": "
|
|
1000
|
-
"
|
|
1001
|
-
{
|
|
1002
|
-
"type": "propertySignature",
|
|
1003
|
-
"key": {
|
|
1004
|
-
"type": "identifier",
|
|
1005
|
-
"name": "label"
|
|
1006
|
-
},
|
|
1007
|
-
"annotation": {
|
|
1008
|
-
"type": "keyword",
|
|
1009
|
-
"value": "string"
|
|
1010
|
-
},
|
|
1011
|
-
"optional": true,
|
|
1012
|
-
"computed": false
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"type": "propertySignature",
|
|
1016
|
-
"key": {
|
|
1017
|
-
"type": "identifier",
|
|
1018
|
-
"name": "value"
|
|
1019
|
-
},
|
|
1020
|
-
"annotation": {
|
|
1021
|
-
"type": "keyword",
|
|
1022
|
-
"value": "string"
|
|
1023
|
-
},
|
|
1024
|
-
"optional": true,
|
|
1025
|
-
"computed": false
|
|
1026
|
-
}
|
|
1027
|
-
]
|
|
1457
|
+
"type": "keyword",
|
|
1458
|
+
"value": "boolean"
|
|
1028
1459
|
}
|
|
1029
1460
|
},
|
|
1030
1461
|
{
|
|
1031
|
-
"name": "
|
|
1462
|
+
"name": "required",
|
|
1463
|
+
"annotation": {
|
|
1464
|
+
"type": "keyword",
|
|
1465
|
+
"value": "boolean"
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "message",
|
|
1032
1470
|
"annotation": {
|
|
1033
1471
|
"type": "reference",
|
|
1034
1472
|
"typeName": {
|
|
1035
1473
|
"type": "identifier",
|
|
1036
|
-
"name": "
|
|
1474
|
+
"name": "Record"
|
|
1475
|
+
},
|
|
1476
|
+
"typeParameters": {
|
|
1477
|
+
"type": "typeParameterInstantiation",
|
|
1478
|
+
"params": [
|
|
1479
|
+
{
|
|
1480
|
+
"type": "keyword",
|
|
1481
|
+
"value": "string"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"type": "keyword",
|
|
1485
|
+
"value": "string"
|
|
1486
|
+
}
|
|
1487
|
+
]
|
|
1037
1488
|
}
|
|
1038
1489
|
}
|
|
1039
1490
|
},
|
|
1040
1491
|
{
|
|
1041
|
-
"name": "
|
|
1492
|
+
"name": "isGroup",
|
|
1042
1493
|
"annotation": {
|
|
1043
1494
|
"type": "keyword",
|
|
1044
|
-
"value": "
|
|
1495
|
+
"value": "boolean"
|
|
1045
1496
|
}
|
|
1046
1497
|
},
|
|
1047
1498
|
{
|
|
1048
|
-
"name": "
|
|
1499
|
+
"name": "optionGroups",
|
|
1049
1500
|
"annotation": {
|
|
1050
|
-
"type": "
|
|
1051
|
-
"
|
|
1052
|
-
"type": "
|
|
1053
|
-
"
|
|
1054
|
-
"type": "identifier",
|
|
1055
|
-
"name": "React"
|
|
1056
|
-
},
|
|
1057
|
-
"right": {
|
|
1501
|
+
"type": "array",
|
|
1502
|
+
"elementType": {
|
|
1503
|
+
"type": "reference",
|
|
1504
|
+
"typeName": {
|
|
1058
1505
|
"type": "identifier",
|
|
1059
|
-
"name": "
|
|
1506
|
+
"name": "OptionGroup"
|
|
1060
1507
|
}
|
|
1061
1508
|
}
|
|
1062
1509
|
}
|
|
@@ -1067,82 +1514,14 @@
|
|
|
1067
1514
|
"name": "change",
|
|
1068
1515
|
"detail": {
|
|
1069
1516
|
"annotation": {
|
|
1070
|
-
"type": "
|
|
1071
|
-
"
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
"
|
|
1075
|
-
|
|
1076
|
-
"name": "value"
|
|
1077
|
-
},
|
|
1078
|
-
"annotation": {
|
|
1079
|
-
"type": "union",
|
|
1080
|
-
"types": [
|
|
1081
|
-
{
|
|
1082
|
-
"type": "keyword",
|
|
1083
|
-
"value": "string"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"type": "array",
|
|
1087
|
-
"elementType": {
|
|
1088
|
-
"type": "keyword",
|
|
1089
|
-
"value": "string"
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
]
|
|
1093
|
-
},
|
|
1094
|
-
"computed": false
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"type": "propertySignature",
|
|
1098
|
-
"key": {
|
|
1099
|
-
"type": "identifier",
|
|
1100
|
-
"name": "options"
|
|
1101
|
-
},
|
|
1102
|
-
"annotation": {
|
|
1103
|
-
"type": "array",
|
|
1104
|
-
"elementType": {
|
|
1105
|
-
"type": "reference",
|
|
1106
|
-
"typeName": {
|
|
1107
|
-
"type": "identifier",
|
|
1108
|
-
"name": "GeneralComplexOption"
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"computed": false
|
|
1113
|
-
}
|
|
1114
|
-
]
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "search",
|
|
1120
|
-
"detail": {
|
|
1121
|
-
"annotation": {
|
|
1122
|
-
"type": "typeLiteral",
|
|
1123
|
-
"members": [
|
|
1124
|
-
{
|
|
1125
|
-
"type": "propertySignature",
|
|
1126
|
-
"key": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "value"
|
|
1129
|
-
},
|
|
1130
|
-
"annotation": {
|
|
1131
|
-
"type": "keyword",
|
|
1132
|
-
"value": "string"
|
|
1133
|
-
},
|
|
1134
|
-
"computed": false
|
|
1517
|
+
"type": "array",
|
|
1518
|
+
"elementType": {
|
|
1519
|
+
"type": "reference",
|
|
1520
|
+
"typeName": {
|
|
1521
|
+
"type": "identifier",
|
|
1522
|
+
"name": "CheckboxOptionType"
|
|
1135
1523
|
}
|
|
1136
|
-
|
|
1137
|
-
}
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"name": "focus",
|
|
1142
|
-
"detail": {
|
|
1143
|
-
"annotation": {
|
|
1144
|
-
"type": "keyword",
|
|
1145
|
-
"value": "void"
|
|
1524
|
+
}
|
|
1146
1525
|
}
|
|
1147
1526
|
}
|
|
1148
1527
|
},
|
|
@@ -1159,99 +1538,60 @@
|
|
|
1159
1538
|
"name": "options"
|
|
1160
1539
|
},
|
|
1161
1540
|
"annotation": {
|
|
1162
|
-
"type": "
|
|
1163
|
-
"
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
"
|
|
1167
|
-
|
|
1168
|
-
"name": "label"
|
|
1169
|
-
},
|
|
1170
|
-
"annotation": {
|
|
1171
|
-
"type": "keyword",
|
|
1172
|
-
"value": "string"
|
|
1173
|
-
},
|
|
1174
|
-
"computed": false
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"type": "propertySignature",
|
|
1178
|
-
"key": {
|
|
1179
|
-
"type": "identifier",
|
|
1180
|
-
"name": "value"
|
|
1181
|
-
},
|
|
1182
|
-
"annotation": {
|
|
1183
|
-
"type": "keyword",
|
|
1184
|
-
"value": "any"
|
|
1185
|
-
},
|
|
1186
|
-
"computed": false
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"type": "indexSignature",
|
|
1190
|
-
"parameter": {
|
|
1191
|
-
"type": "identifier",
|
|
1192
|
-
"name": "key",
|
|
1193
|
-
"annotation": {
|
|
1194
|
-
"type": "keyword",
|
|
1195
|
-
"value": "string"
|
|
1196
|
-
}
|
|
1197
|
-
},
|
|
1198
|
-
"annotation": {
|
|
1199
|
-
"type": "keyword",
|
|
1200
|
-
"value": "any"
|
|
1201
|
-
}
|
|
1541
|
+
"type": "array",
|
|
1542
|
+
"elementType": {
|
|
1543
|
+
"type": "reference",
|
|
1544
|
+
"typeName": {
|
|
1545
|
+
"type": "identifier",
|
|
1546
|
+
"name": "CheckboxOptionType"
|
|
1202
1547
|
}
|
|
1203
|
-
]
|
|
1204
|
-
},
|
|
1205
|
-
"computed": false
|
|
1206
|
-
},
|
|
1207
|
-
{
|
|
1208
|
-
"type": "propertySignature",
|
|
1209
|
-
"key": {
|
|
1210
|
-
"type": "identifier",
|
|
1211
|
-
"name": "name"
|
|
1212
|
-
},
|
|
1213
|
-
"annotation": {
|
|
1214
|
-
"type": "keyword",
|
|
1215
|
-
"value": "string"
|
|
1216
|
-
},
|
|
1217
|
-
"computed": false
|
|
1218
|
-
}
|
|
1219
|
-
]
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"methods": [],
|
|
1225
|
-
"types": [
|
|
1226
|
-
{
|
|
1227
|
-
"type": "interface",
|
|
1228
|
-
"name": "GeneralComplexOption",
|
|
1229
|
-
"typeParameters": {
|
|
1230
|
-
"type": "typeParameterDeclaration",
|
|
1231
|
-
"params": [
|
|
1232
|
-
{
|
|
1233
|
-
"type": "typeParameter",
|
|
1234
|
-
"name": "T",
|
|
1235
|
-
"default": {
|
|
1236
|
-
"type": "union",
|
|
1237
|
-
"types": [
|
|
1238
|
-
{
|
|
1239
|
-
"type": "keyword",
|
|
1240
|
-
"value": "string"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"type": "keyword",
|
|
1244
|
-
"value": "number"
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"type": "keyword",
|
|
1248
|
-
"value": "boolean"
|
|
1249
1548
|
}
|
|
1250
|
-
|
|
1549
|
+
},
|
|
1550
|
+
"computed": false
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"type": "propertySignature",
|
|
1554
|
+
"key": {
|
|
1555
|
+
"type": "identifier",
|
|
1556
|
+
"name": "name"
|
|
1557
|
+
},
|
|
1558
|
+
"annotation": {
|
|
1559
|
+
"type": "keyword",
|
|
1560
|
+
"value": "string"
|
|
1561
|
+
},
|
|
1562
|
+
"computed": false
|
|
1251
1563
|
}
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"methods": [],
|
|
1570
|
+
"types": [
|
|
1571
|
+
{
|
|
1572
|
+
"type": "typeAlias",
|
|
1573
|
+
"name": "CheckboxValueType",
|
|
1574
|
+
"annotation": {
|
|
1575
|
+
"type": "union",
|
|
1576
|
+
"types": [
|
|
1577
|
+
{
|
|
1578
|
+
"type": "keyword",
|
|
1579
|
+
"value": "string"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"type": "keyword",
|
|
1583
|
+
"value": "number"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"type": "keyword",
|
|
1587
|
+
"value": "boolean"
|
|
1252
1588
|
}
|
|
1253
1589
|
]
|
|
1254
|
-
}
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "interface",
|
|
1594
|
+
"name": "CheckboxOptionType",
|
|
1255
1595
|
"body": [
|
|
1256
1596
|
{
|
|
1257
1597
|
"type": "propertySignature",
|
|
@@ -1260,8 +1600,18 @@
|
|
|
1260
1600
|
"name": "label"
|
|
1261
1601
|
},
|
|
1262
1602
|
"annotation": {
|
|
1263
|
-
"type": "
|
|
1264
|
-
"
|
|
1603
|
+
"type": "reference",
|
|
1604
|
+
"typeName": {
|
|
1605
|
+
"type": "qualifiedName",
|
|
1606
|
+
"left": {
|
|
1607
|
+
"type": "identifier",
|
|
1608
|
+
"name": "React"
|
|
1609
|
+
},
|
|
1610
|
+
"right": {
|
|
1611
|
+
"type": "identifier",
|
|
1612
|
+
"name": "ReactNode"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1265
1615
|
},
|
|
1266
1616
|
"computed": false
|
|
1267
1617
|
},
|
|
@@ -1271,20 +1621,66 @@
|
|
|
1271
1621
|
"type": "identifier",
|
|
1272
1622
|
"name": "value"
|
|
1273
1623
|
},
|
|
1624
|
+
"annotation": {
|
|
1625
|
+
"type": "keyword",
|
|
1626
|
+
"value": "any"
|
|
1627
|
+
},
|
|
1628
|
+
"computed": false
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"type": "propertySignature",
|
|
1632
|
+
"key": {
|
|
1633
|
+
"type": "identifier",
|
|
1634
|
+
"name": "style"
|
|
1635
|
+
},
|
|
1274
1636
|
"annotation": {
|
|
1275
1637
|
"type": "reference",
|
|
1276
1638
|
"typeName": {
|
|
1277
|
-
"type": "
|
|
1278
|
-
"
|
|
1639
|
+
"type": "qualifiedName",
|
|
1640
|
+
"left": {
|
|
1641
|
+
"type": "identifier",
|
|
1642
|
+
"name": "React"
|
|
1643
|
+
},
|
|
1644
|
+
"right": {
|
|
1645
|
+
"type": "identifier",
|
|
1646
|
+
"name": "CSSProperties"
|
|
1647
|
+
}
|
|
1279
1648
|
}
|
|
1280
1649
|
},
|
|
1650
|
+
"optional": true,
|
|
1651
|
+
"computed": false
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"type": "propertySignature",
|
|
1655
|
+
"key": {
|
|
1656
|
+
"type": "identifier",
|
|
1657
|
+
"name": "disabled"
|
|
1658
|
+
},
|
|
1659
|
+
"annotation": {
|
|
1660
|
+
"type": "keyword",
|
|
1661
|
+
"value": "boolean"
|
|
1662
|
+
},
|
|
1663
|
+
"optional": true,
|
|
1664
|
+
"computed": false
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"type": "propertySignature",
|
|
1668
|
+
"key": {
|
|
1669
|
+
"type": "identifier",
|
|
1670
|
+
"name": "checkboxColor"
|
|
1671
|
+
},
|
|
1672
|
+
"annotation": {
|
|
1673
|
+
"type": "keyword",
|
|
1674
|
+
"value": "string"
|
|
1675
|
+
},
|
|
1676
|
+
"optional": true,
|
|
1281
1677
|
"computed": false
|
|
1282
1678
|
},
|
|
1283
1679
|
{
|
|
1284
1680
|
"type": "indexSignature",
|
|
1285
1681
|
"parameter": {
|
|
1286
1682
|
"type": "identifier",
|
|
1287
|
-
"name": "
|
|
1683
|
+
"name": "propName",
|
|
1288
1684
|
"annotation": {
|
|
1289
1685
|
"type": "keyword",
|
|
1290
1686
|
"value": "string"
|
|
@@ -1297,15 +1693,32 @@
|
|
|
1297
1693
|
}
|
|
1298
1694
|
]
|
|
1299
1695
|
},
|
|
1696
|
+
{
|
|
1697
|
+
"type": "typeAlias",
|
|
1698
|
+
"name": "CheckboxType",
|
|
1699
|
+
"annotation": {
|
|
1700
|
+
"type": "union",
|
|
1701
|
+
"types": [
|
|
1702
|
+
{
|
|
1703
|
+
"type": "jsLiteral",
|
|
1704
|
+
"value": "default"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"type": "jsLiteral",
|
|
1708
|
+
"value": "icon"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1300
1713
|
{
|
|
1301
1714
|
"type": "interface",
|
|
1302
|
-
"name": "
|
|
1715
|
+
"name": "OptionGroup",
|
|
1303
1716
|
"body": [
|
|
1304
1717
|
{
|
|
1305
1718
|
"type": "propertySignature",
|
|
1306
1719
|
"key": {
|
|
1307
1720
|
"type": "identifier",
|
|
1308
|
-
"name": "
|
|
1721
|
+
"name": "name"
|
|
1309
1722
|
},
|
|
1310
1723
|
"annotation": {
|
|
1311
1724
|
"type": "keyword",
|
|
@@ -1317,48 +1730,11 @@
|
|
|
1317
1730
|
"type": "propertySignature",
|
|
1318
1731
|
"key": {
|
|
1319
1732
|
"type": "identifier",
|
|
1320
|
-
"name": "
|
|
1733
|
+
"name": "key"
|
|
1321
1734
|
},
|
|
1322
1735
|
"annotation": {
|
|
1323
|
-
"type": "
|
|
1324
|
-
"
|
|
1325
|
-
{
|
|
1326
|
-
"type": "array",
|
|
1327
|
-
"elementType": {
|
|
1328
|
-
"type": "keyword",
|
|
1329
|
-
"value": "any"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"type": "parenthesizedType",
|
|
1334
|
-
"annotation": {
|
|
1335
|
-
"type": "function",
|
|
1336
|
-
"parameters": [
|
|
1337
|
-
{
|
|
1338
|
-
"type": "restElement",
|
|
1339
|
-
"argument": {
|
|
1340
|
-
"type": "identifier",
|
|
1341
|
-
"name": "args"
|
|
1342
|
-
},
|
|
1343
|
-
"annotation": {
|
|
1344
|
-
"type": "array",
|
|
1345
|
-
"elementType": {
|
|
1346
|
-
"type": "keyword",
|
|
1347
|
-
"value": "any"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
],
|
|
1352
|
-
"annotation": {
|
|
1353
|
-
"type": "array",
|
|
1354
|
-
"elementType": {
|
|
1355
|
-
"type": "keyword",
|
|
1356
|
-
"value": "any"
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
]
|
|
1736
|
+
"type": "keyword",
|
|
1737
|
+
"value": "string"
|
|
1362
1738
|
},
|
|
1363
1739
|
"computed": false
|
|
1364
1740
|
},
|
|
@@ -1366,33 +1742,92 @@
|
|
|
1366
1742
|
"type": "propertySignature",
|
|
1367
1743
|
"key": {
|
|
1368
1744
|
"type": "identifier",
|
|
1369
|
-
"name": "
|
|
1745
|
+
"name": "options"
|
|
1370
1746
|
},
|
|
1371
1747
|
"annotation": {
|
|
1372
|
-
"type": "
|
|
1373
|
-
"
|
|
1374
|
-
|
|
1748
|
+
"type": "array",
|
|
1749
|
+
"elementType": {
|
|
1750
|
+
"type": "reference",
|
|
1751
|
+
"typeName": {
|
|
1375
1752
|
"type": "identifier",
|
|
1376
|
-
"name": "
|
|
1377
|
-
"annotation": {
|
|
1378
|
-
"type": "keyword",
|
|
1379
|
-
"value": "any"
|
|
1380
|
-
}
|
|
1753
|
+
"name": "CheckboxOptionType"
|
|
1381
1754
|
}
|
|
1382
|
-
],
|
|
1383
|
-
"annotation": {
|
|
1384
|
-
"type": "keyword",
|
|
1385
|
-
"value": "void"
|
|
1386
1755
|
}
|
|
1387
1756
|
},
|
|
1388
|
-
"optional": true,
|
|
1389
1757
|
"computed": false
|
|
1390
1758
|
}
|
|
1391
|
-
]
|
|
1759
|
+
]
|
|
1760
|
+
}
|
|
1761
|
+
]
|
|
1762
|
+
},
|
|
1763
|
+
"eo-search": {
|
|
1764
|
+
"properties": [
|
|
1765
|
+
{
|
|
1766
|
+
"name": "value",
|
|
1767
|
+
"annotation": {
|
|
1768
|
+
"type": "keyword",
|
|
1769
|
+
"value": "string"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "placeholder",
|
|
1774
|
+
"annotation": {
|
|
1775
|
+
"type": "keyword",
|
|
1776
|
+
"value": "string"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "autoFocus",
|
|
1781
|
+
"annotation": {
|
|
1782
|
+
"type": "keyword",
|
|
1783
|
+
"value": "boolean"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "clearable",
|
|
1788
|
+
"annotation": {
|
|
1789
|
+
"type": "keyword",
|
|
1790
|
+
"value": "boolean"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "trim",
|
|
1795
|
+
"annotation": {
|
|
1796
|
+
"type": "keyword",
|
|
1797
|
+
"value": "boolean"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "debounceTime",
|
|
1802
|
+
"annotation": {
|
|
1803
|
+
"type": "keyword",
|
|
1804
|
+
"value": "number"
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"events": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "change",
|
|
1811
|
+
"detail": {
|
|
1812
|
+
"annotation": {
|
|
1813
|
+
"type": "keyword",
|
|
1814
|
+
"value": "string"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "search",
|
|
1820
|
+
"detail": {
|
|
1821
|
+
"annotation": {
|
|
1822
|
+
"type": "keyword",
|
|
1823
|
+
"value": "string"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1392
1826
|
}
|
|
1393
|
-
]
|
|
1827
|
+
],
|
|
1828
|
+
"methods": []
|
|
1394
1829
|
},
|
|
1395
|
-
"eo-
|
|
1830
|
+
"eo-auto-complete": {
|
|
1396
1831
|
"properties": [
|
|
1397
1832
|
{
|
|
1398
1833
|
"name": "name",
|
|
@@ -1402,69 +1837,122 @@
|
|
|
1402
1837
|
}
|
|
1403
1838
|
},
|
|
1404
1839
|
{
|
|
1405
|
-
"name": "
|
|
1840
|
+
"name": "placeholder",
|
|
1406
1841
|
"annotation": {
|
|
1407
1842
|
"type": "keyword",
|
|
1408
1843
|
"value": "string"
|
|
1409
1844
|
}
|
|
1410
1845
|
},
|
|
1411
1846
|
{
|
|
1412
|
-
"name": "
|
|
1847
|
+
"name": "label",
|
|
1413
1848
|
"annotation": {
|
|
1414
|
-
"type": "
|
|
1415
|
-
"
|
|
1416
|
-
"type": "reference",
|
|
1417
|
-
"typeName": {
|
|
1418
|
-
"type": "identifier",
|
|
1419
|
-
"name": "CheckboxValueType"
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1849
|
+
"type": "keyword",
|
|
1850
|
+
"value": "string"
|
|
1422
1851
|
}
|
|
1423
1852
|
},
|
|
1424
1853
|
{
|
|
1425
|
-
"name": "
|
|
1854
|
+
"name": "inputStyle",
|
|
1426
1855
|
"annotation": {
|
|
1427
|
-
"type": "
|
|
1428
|
-
"
|
|
1429
|
-
"type": "
|
|
1430
|
-
"
|
|
1856
|
+
"type": "reference",
|
|
1857
|
+
"typeName": {
|
|
1858
|
+
"type": "qualifiedName",
|
|
1859
|
+
"left": {
|
|
1431
1860
|
"type": "identifier",
|
|
1432
|
-
"name": "
|
|
1861
|
+
"name": "React"
|
|
1862
|
+
},
|
|
1863
|
+
"right": {
|
|
1864
|
+
"type": "identifier",
|
|
1865
|
+
"name": "CSSProperties"
|
|
1433
1866
|
}
|
|
1434
1867
|
}
|
|
1435
1868
|
}
|
|
1436
1869
|
},
|
|
1437
1870
|
{
|
|
1438
|
-
"name": "
|
|
1871
|
+
"name": "disabled",
|
|
1439
1872
|
"annotation": {
|
|
1440
|
-
"type": "
|
|
1441
|
-
"
|
|
1442
|
-
"type": "identifier",
|
|
1443
|
-
"name": "CheckboxType"
|
|
1444
|
-
}
|
|
1873
|
+
"type": "keyword",
|
|
1874
|
+
"value": "boolean"
|
|
1445
1875
|
}
|
|
1446
1876
|
},
|
|
1447
1877
|
{
|
|
1448
|
-
"name": "
|
|
1878
|
+
"name": "required",
|
|
1449
1879
|
"annotation": {
|
|
1450
1880
|
"type": "keyword",
|
|
1451
1881
|
"value": "boolean"
|
|
1452
1882
|
}
|
|
1453
1883
|
},
|
|
1454
1884
|
{
|
|
1455
|
-
"name": "
|
|
1885
|
+
"name": "value",
|
|
1456
1886
|
"annotation": {
|
|
1457
1887
|
"type": "keyword",
|
|
1458
|
-
"value": "
|
|
1888
|
+
"value": "string"
|
|
1459
1889
|
}
|
|
1460
1890
|
},
|
|
1461
1891
|
{
|
|
1462
|
-
"name": "
|
|
1892
|
+
"name": "options",
|
|
1893
|
+
"annotation": {
|
|
1894
|
+
"type": "union",
|
|
1895
|
+
"types": [
|
|
1896
|
+
{
|
|
1897
|
+
"type": "array",
|
|
1898
|
+
"elementType": {
|
|
1899
|
+
"type": "keyword",
|
|
1900
|
+
"value": "string"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"type": "array",
|
|
1905
|
+
"elementType": {
|
|
1906
|
+
"type": "reference",
|
|
1907
|
+
"typeName": {
|
|
1908
|
+
"type": "identifier",
|
|
1909
|
+
"name": "OptionType"
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "filterByCaption",
|
|
1463
1918
|
"annotation": {
|
|
1464
1919
|
"type": "keyword",
|
|
1465
1920
|
"value": "boolean"
|
|
1466
1921
|
}
|
|
1467
1922
|
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "validator",
|
|
1925
|
+
"annotation": {
|
|
1926
|
+
"type": "parenthesizedType",
|
|
1927
|
+
"annotation": {
|
|
1928
|
+
"type": "function",
|
|
1929
|
+
"parameters": [
|
|
1930
|
+
{
|
|
1931
|
+
"type": "identifier",
|
|
1932
|
+
"name": "value",
|
|
1933
|
+
"annotation": {
|
|
1934
|
+
"type": "keyword",
|
|
1935
|
+
"value": "any"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1939
|
+
"annotation": {
|
|
1940
|
+
"type": "reference",
|
|
1941
|
+
"typeName": {
|
|
1942
|
+
"type": "identifier",
|
|
1943
|
+
"name": "MessageBody"
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "pattern",
|
|
1951
|
+
"annotation": {
|
|
1952
|
+
"type": "keyword",
|
|
1953
|
+
"value": "string"
|
|
1954
|
+
}
|
|
1955
|
+
},
|
|
1468
1956
|
{
|
|
1469
1957
|
"name": "message",
|
|
1470
1958
|
"annotation": {
|
|
@@ -1487,26 +1975,6 @@
|
|
|
1487
1975
|
]
|
|
1488
1976
|
}
|
|
1489
1977
|
}
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "isGroup",
|
|
1493
|
-
"annotation": {
|
|
1494
|
-
"type": "keyword",
|
|
1495
|
-
"value": "boolean"
|
|
1496
|
-
}
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "optionGroups",
|
|
1500
|
-
"annotation": {
|
|
1501
|
-
"type": "array",
|
|
1502
|
-
"elementType": {
|
|
1503
|
-
"type": "reference",
|
|
1504
|
-
"typeName": {
|
|
1505
|
-
"type": "identifier",
|
|
1506
|
-
"name": "OptionGroup"
|
|
1507
|
-
}
|
|
1508
|
-
}
|
|
1509
|
-
}
|
|
1510
1978
|
}
|
|
1511
1979
|
],
|
|
1512
1980
|
"events": [
|
|
@@ -1514,54 +1982,8 @@
|
|
|
1514
1982
|
"name": "change",
|
|
1515
1983
|
"detail": {
|
|
1516
1984
|
"annotation": {
|
|
1517
|
-
"type": "
|
|
1518
|
-
"
|
|
1519
|
-
"type": "reference",
|
|
1520
|
-
"typeName": {
|
|
1521
|
-
"type": "identifier",
|
|
1522
|
-
"name": "CheckboxOptionType"
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "options.change",
|
|
1530
|
-
"detail": {
|
|
1531
|
-
"annotation": {
|
|
1532
|
-
"type": "typeLiteral",
|
|
1533
|
-
"members": [
|
|
1534
|
-
{
|
|
1535
|
-
"type": "propertySignature",
|
|
1536
|
-
"key": {
|
|
1537
|
-
"type": "identifier",
|
|
1538
|
-
"name": "options"
|
|
1539
|
-
},
|
|
1540
|
-
"annotation": {
|
|
1541
|
-
"type": "array",
|
|
1542
|
-
"elementType": {
|
|
1543
|
-
"type": "reference",
|
|
1544
|
-
"typeName": {
|
|
1545
|
-
"type": "identifier",
|
|
1546
|
-
"name": "CheckboxOptionType"
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
"computed": false
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"type": "propertySignature",
|
|
1554
|
-
"key": {
|
|
1555
|
-
"type": "identifier",
|
|
1556
|
-
"name": "name"
|
|
1557
|
-
},
|
|
1558
|
-
"annotation": {
|
|
1559
|
-
"type": "keyword",
|
|
1560
|
-
"value": "string"
|
|
1561
|
-
},
|
|
1562
|
-
"computed": false
|
|
1563
|
-
}
|
|
1564
|
-
]
|
|
1985
|
+
"type": "keyword",
|
|
1986
|
+
"value": "string"
|
|
1565
1987
|
}
|
|
1566
1988
|
}
|
|
1567
1989
|
}
|
|
@@ -1570,104 +1992,48 @@
|
|
|
1570
1992
|
"types": [
|
|
1571
1993
|
{
|
|
1572
1994
|
"type": "typeAlias",
|
|
1573
|
-
"name": "
|
|
1995
|
+
"name": "OptionType",
|
|
1574
1996
|
"annotation": {
|
|
1575
1997
|
"type": "union",
|
|
1576
1998
|
"types": [
|
|
1577
1999
|
{
|
|
1578
|
-
"type": "keyword",
|
|
1579
|
-
"value": "string"
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"type": "keyword",
|
|
1583
|
-
"value": "number"
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"type": "keyword",
|
|
1587
|
-
"value": "boolean"
|
|
1588
|
-
}
|
|
1589
|
-
]
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"type": "interface",
|
|
1594
|
-
"name": "CheckboxOptionType",
|
|
1595
|
-
"body": [
|
|
1596
|
-
{
|
|
1597
|
-
"type": "propertySignature",
|
|
1598
|
-
"key": {
|
|
1599
|
-
"type": "identifier",
|
|
1600
|
-
"name": "label"
|
|
1601
|
-
},
|
|
1602
|
-
"annotation": {
|
|
1603
2000
|
"type": "reference",
|
|
1604
2001
|
"typeName": {
|
|
1605
|
-
"type": "
|
|
1606
|
-
"
|
|
1607
|
-
"type": "identifier",
|
|
1608
|
-
"name": "React"
|
|
1609
|
-
},
|
|
1610
|
-
"right": {
|
|
1611
|
-
"type": "identifier",
|
|
1612
|
-
"name": "ReactNode"
|
|
1613
|
-
}
|
|
2002
|
+
"type": "identifier",
|
|
2003
|
+
"name": "Option"
|
|
1614
2004
|
}
|
|
1615
2005
|
},
|
|
1616
|
-
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"type": "propertySignature",
|
|
1620
|
-
"key": {
|
|
1621
|
-
"type": "identifier",
|
|
1622
|
-
"name": "value"
|
|
1623
|
-
},
|
|
1624
|
-
"annotation": {
|
|
1625
|
-
"type": "keyword",
|
|
1626
|
-
"value": "any"
|
|
1627
|
-
},
|
|
1628
|
-
"computed": false
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"type": "propertySignature",
|
|
1632
|
-
"key": {
|
|
1633
|
-
"type": "identifier",
|
|
1634
|
-
"name": "style"
|
|
1635
|
-
},
|
|
1636
|
-
"annotation": {
|
|
2006
|
+
{
|
|
1637
2007
|
"type": "reference",
|
|
1638
|
-
"typeName": {
|
|
1639
|
-
"type": "
|
|
1640
|
-
"
|
|
1641
|
-
"type": "identifier",
|
|
1642
|
-
"name": "React"
|
|
1643
|
-
},
|
|
1644
|
-
"right": {
|
|
1645
|
-
"type": "identifier",
|
|
1646
|
-
"name": "CSSProperties"
|
|
1647
|
-
}
|
|
2008
|
+
"typeName": {
|
|
2009
|
+
"type": "identifier",
|
|
2010
|
+
"name": "OptionGroup"
|
|
1648
2011
|
}
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
2012
|
+
}
|
|
2013
|
+
]
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"type": "interface",
|
|
2018
|
+
"name": "Option",
|
|
2019
|
+
"body": [
|
|
1653
2020
|
{
|
|
1654
2021
|
"type": "propertySignature",
|
|
1655
2022
|
"key": {
|
|
1656
2023
|
"type": "identifier",
|
|
1657
|
-
"name": "
|
|
2024
|
+
"name": "label"
|
|
1658
2025
|
},
|
|
1659
2026
|
"annotation": {
|
|
1660
2027
|
"type": "keyword",
|
|
1661
|
-
"value": "
|
|
2028
|
+
"value": "string"
|
|
1662
2029
|
},
|
|
1663
|
-
"optional": true,
|
|
1664
2030
|
"computed": false
|
|
1665
2031
|
},
|
|
1666
2032
|
{
|
|
1667
2033
|
"type": "propertySignature",
|
|
1668
2034
|
"key": {
|
|
1669
2035
|
"type": "identifier",
|
|
1670
|
-
"name": "
|
|
2036
|
+
"name": "caption"
|
|
1671
2037
|
},
|
|
1672
2038
|
"annotation": {
|
|
1673
2039
|
"type": "keyword",
|
|
@@ -1677,39 +2043,19 @@
|
|
|
1677
2043
|
"computed": false
|
|
1678
2044
|
},
|
|
1679
2045
|
{
|
|
1680
|
-
"type": "
|
|
1681
|
-
"
|
|
2046
|
+
"type": "propertySignature",
|
|
2047
|
+
"key": {
|
|
1682
2048
|
"type": "identifier",
|
|
1683
|
-
"name": "
|
|
1684
|
-
"annotation": {
|
|
1685
|
-
"type": "keyword",
|
|
1686
|
-
"value": "string"
|
|
1687
|
-
}
|
|
2049
|
+
"name": "value"
|
|
1688
2050
|
},
|
|
1689
2051
|
"annotation": {
|
|
1690
2052
|
"type": "keyword",
|
|
1691
2053
|
"value": "any"
|
|
1692
|
-
}
|
|
2054
|
+
},
|
|
2055
|
+
"computed": false
|
|
1693
2056
|
}
|
|
1694
2057
|
]
|
|
1695
2058
|
},
|
|
1696
|
-
{
|
|
1697
|
-
"type": "typeAlias",
|
|
1698
|
-
"name": "CheckboxType",
|
|
1699
|
-
"annotation": {
|
|
1700
|
-
"type": "union",
|
|
1701
|
-
"types": [
|
|
1702
|
-
{
|
|
1703
|
-
"type": "jsLiteral",
|
|
1704
|
-
"value": "default"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"type": "jsLiteral",
|
|
1708
|
-
"value": "icon"
|
|
1709
|
-
}
|
|
1710
|
-
]
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
2059
|
{
|
|
1714
2060
|
"type": "interface",
|
|
1715
2061
|
"name": "OptionGroup",
|
|
@@ -1718,19 +2064,7 @@
|
|
|
1718
2064
|
"type": "propertySignature",
|
|
1719
2065
|
"key": {
|
|
1720
2066
|
"type": "identifier",
|
|
1721
|
-
"name": "
|
|
1722
|
-
},
|
|
1723
|
-
"annotation": {
|
|
1724
|
-
"type": "keyword",
|
|
1725
|
-
"value": "string"
|
|
1726
|
-
},
|
|
1727
|
-
"computed": false
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"type": "propertySignature",
|
|
1731
|
-
"key": {
|
|
1732
|
-
"type": "identifier",
|
|
1733
|
-
"name": "key"
|
|
2067
|
+
"name": "label"
|
|
1734
2068
|
},
|
|
1735
2069
|
"annotation": {
|
|
1736
2070
|
"type": "keyword",
|
|
@@ -1750,7 +2084,7 @@
|
|
|
1750
2084
|
"type": "reference",
|
|
1751
2085
|
"typeName": {
|
|
1752
2086
|
"type": "identifier",
|
|
1753
|
-
"name": "
|
|
2087
|
+
"name": "Option"
|
|
1754
2088
|
}
|
|
1755
2089
|
}
|
|
1756
2090
|
},
|
|
@@ -1760,77 +2094,75 @@
|
|
|
1760
2094
|
}
|
|
1761
2095
|
]
|
|
1762
2096
|
},
|
|
1763
|
-
"eo-
|
|
2097
|
+
"eo-input": {
|
|
1764
2098
|
"properties": [
|
|
1765
2099
|
{
|
|
1766
|
-
"name": "
|
|
2100
|
+
"name": "name",
|
|
1767
2101
|
"annotation": {
|
|
1768
2102
|
"type": "keyword",
|
|
1769
2103
|
"value": "string"
|
|
1770
2104
|
}
|
|
1771
2105
|
},
|
|
1772
2106
|
{
|
|
1773
|
-
"name": "
|
|
2107
|
+
"name": "label",
|
|
1774
2108
|
"annotation": {
|
|
1775
2109
|
"type": "keyword",
|
|
1776
2110
|
"value": "string"
|
|
1777
2111
|
}
|
|
1778
2112
|
},
|
|
1779
2113
|
{
|
|
1780
|
-
"name": "
|
|
2114
|
+
"name": "required",
|
|
1781
2115
|
"annotation": {
|
|
1782
2116
|
"type": "keyword",
|
|
1783
2117
|
"value": "boolean"
|
|
1784
2118
|
}
|
|
1785
2119
|
},
|
|
1786
2120
|
{
|
|
1787
|
-
"name": "
|
|
2121
|
+
"name": "pattern",
|
|
1788
2122
|
"annotation": {
|
|
1789
2123
|
"type": "keyword",
|
|
1790
|
-
"value": "
|
|
2124
|
+
"value": "string"
|
|
1791
2125
|
}
|
|
1792
2126
|
},
|
|
1793
2127
|
{
|
|
1794
|
-
"name": "
|
|
2128
|
+
"name": "max",
|
|
1795
2129
|
"annotation": {
|
|
1796
2130
|
"type": "keyword",
|
|
1797
|
-
"value": "
|
|
2131
|
+
"value": "number"
|
|
1798
2132
|
}
|
|
1799
2133
|
},
|
|
1800
2134
|
{
|
|
1801
|
-
"name": "
|
|
2135
|
+
"name": "min",
|
|
1802
2136
|
"annotation": {
|
|
1803
2137
|
"type": "keyword",
|
|
1804
2138
|
"value": "number"
|
|
1805
2139
|
}
|
|
1806
|
-
}
|
|
1807
|
-
],
|
|
1808
|
-
"events": [
|
|
1809
|
-
{
|
|
1810
|
-
"name": "change",
|
|
1811
|
-
"detail": {
|
|
1812
|
-
"annotation": {
|
|
1813
|
-
"type": "keyword",
|
|
1814
|
-
"value": "string"
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1817
2140
|
},
|
|
1818
2141
|
{
|
|
1819
|
-
"name": "
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
|
|
1823
|
-
"
|
|
2142
|
+
"name": "message",
|
|
2143
|
+
"annotation": {
|
|
2144
|
+
"type": "reference",
|
|
2145
|
+
"typeName": {
|
|
2146
|
+
"type": "identifier",
|
|
2147
|
+
"name": "Record"
|
|
2148
|
+
},
|
|
2149
|
+
"typeParameters": {
|
|
2150
|
+
"type": "typeParameterInstantiation",
|
|
2151
|
+
"params": [
|
|
2152
|
+
{
|
|
2153
|
+
"type": "keyword",
|
|
2154
|
+
"value": "string"
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"type": "keyword",
|
|
2158
|
+
"value": "string"
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
1824
2161
|
}
|
|
1825
2162
|
}
|
|
1826
|
-
}
|
|
1827
|
-
],
|
|
1828
|
-
"methods": []
|
|
1829
|
-
},
|
|
1830
|
-
"eo-auto-complete": {
|
|
1831
|
-
"properties": [
|
|
2163
|
+
},
|
|
1832
2164
|
{
|
|
1833
|
-
"name": "
|
|
2165
|
+
"name": "value",
|
|
1834
2166
|
"annotation": {
|
|
1835
2167
|
"type": "keyword",
|
|
1836
2168
|
"value": "string"
|
|
@@ -1844,135 +2176,107 @@
|
|
|
1844
2176
|
}
|
|
1845
2177
|
},
|
|
1846
2178
|
{
|
|
1847
|
-
"name": "
|
|
2179
|
+
"name": "disabled",
|
|
1848
2180
|
"annotation": {
|
|
1849
2181
|
"type": "keyword",
|
|
1850
|
-
"value": "
|
|
2182
|
+
"value": "boolean"
|
|
1851
2183
|
}
|
|
1852
2184
|
},
|
|
1853
2185
|
{
|
|
1854
|
-
"name": "
|
|
2186
|
+
"name": "readonly",
|
|
1855
2187
|
"annotation": {
|
|
1856
|
-
"type": "
|
|
1857
|
-
"
|
|
1858
|
-
"type": "qualifiedName",
|
|
1859
|
-
"left": {
|
|
1860
|
-
"type": "identifier",
|
|
1861
|
-
"name": "React"
|
|
1862
|
-
},
|
|
1863
|
-
"right": {
|
|
1864
|
-
"type": "identifier",
|
|
1865
|
-
"name": "CSSProperties"
|
|
1866
|
-
}
|
|
1867
|
-
}
|
|
2188
|
+
"type": "keyword",
|
|
2189
|
+
"value": "boolean"
|
|
1868
2190
|
}
|
|
1869
2191
|
},
|
|
1870
2192
|
{
|
|
1871
|
-
"name": "
|
|
2193
|
+
"name": "clearable",
|
|
1872
2194
|
"annotation": {
|
|
1873
2195
|
"type": "keyword",
|
|
1874
2196
|
"value": "boolean"
|
|
1875
2197
|
}
|
|
1876
2198
|
},
|
|
1877
2199
|
{
|
|
1878
|
-
"name": "
|
|
2200
|
+
"name": "autoFocus",
|
|
1879
2201
|
"annotation": {
|
|
1880
2202
|
"type": "keyword",
|
|
1881
2203
|
"value": "boolean"
|
|
1882
2204
|
}
|
|
1883
2205
|
},
|
|
1884
2206
|
{
|
|
1885
|
-
"name": "
|
|
2207
|
+
"name": "type",
|
|
1886
2208
|
"annotation": {
|
|
1887
|
-
"type": "
|
|
1888
|
-
"
|
|
2209
|
+
"type": "reference",
|
|
2210
|
+
"typeName": {
|
|
2211
|
+
"type": "identifier",
|
|
2212
|
+
"name": "InputType"
|
|
2213
|
+
}
|
|
1889
2214
|
}
|
|
1890
2215
|
},
|
|
1891
2216
|
{
|
|
1892
|
-
"name": "
|
|
2217
|
+
"name": "size",
|
|
1893
2218
|
"annotation": {
|
|
1894
|
-
"type": "
|
|
1895
|
-
"
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
"type": "keyword",
|
|
1900
|
-
"value": "string"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"type": "array",
|
|
1905
|
-
"elementType": {
|
|
1906
|
-
"type": "reference",
|
|
1907
|
-
"typeName": {
|
|
1908
|
-
"type": "identifier",
|
|
1909
|
-
"name": "OptionType"
|
|
1910
|
-
}
|
|
1911
|
-
}
|
|
1912
|
-
}
|
|
1913
|
-
]
|
|
2219
|
+
"type": "reference",
|
|
2220
|
+
"typeName": {
|
|
2221
|
+
"type": "identifier",
|
|
2222
|
+
"name": "ComponentSize"
|
|
2223
|
+
}
|
|
1914
2224
|
}
|
|
1915
2225
|
},
|
|
1916
2226
|
{
|
|
1917
|
-
"name": "
|
|
2227
|
+
"name": "minLength",
|
|
1918
2228
|
"annotation": {
|
|
1919
2229
|
"type": "keyword",
|
|
1920
|
-
"value": "
|
|
2230
|
+
"value": "number"
|
|
1921
2231
|
}
|
|
1922
2232
|
},
|
|
1923
2233
|
{
|
|
1924
|
-
"name": "
|
|
2234
|
+
"name": "maxLength",
|
|
1925
2235
|
"annotation": {
|
|
1926
|
-
"type": "
|
|
1927
|
-
"
|
|
1928
|
-
"type": "function",
|
|
1929
|
-
"parameters": [
|
|
1930
|
-
{
|
|
1931
|
-
"type": "identifier",
|
|
1932
|
-
"name": "value",
|
|
1933
|
-
"annotation": {
|
|
1934
|
-
"type": "keyword",
|
|
1935
|
-
"value": "any"
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"annotation": {
|
|
1940
|
-
"type": "reference",
|
|
1941
|
-
"typeName": {
|
|
1942
|
-
"type": "identifier",
|
|
1943
|
-
"name": "MessageBody"
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
2236
|
+
"type": "keyword",
|
|
2237
|
+
"value": "number"
|
|
1947
2238
|
}
|
|
1948
2239
|
},
|
|
1949
2240
|
{
|
|
1950
|
-
"name": "
|
|
2241
|
+
"name": "inputStyle",
|
|
1951
2242
|
"annotation": {
|
|
1952
|
-
"type": "
|
|
1953
|
-
"
|
|
2243
|
+
"type": "reference",
|
|
2244
|
+
"typeName": {
|
|
2245
|
+
"type": "qualifiedName",
|
|
2246
|
+
"left": {
|
|
2247
|
+
"type": "identifier",
|
|
2248
|
+
"name": "React"
|
|
2249
|
+
},
|
|
2250
|
+
"right": {
|
|
2251
|
+
"type": "identifier",
|
|
2252
|
+
"name": "CSSProperties"
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
1954
2255
|
}
|
|
1955
2256
|
},
|
|
1956
2257
|
{
|
|
1957
|
-
"name": "
|
|
2258
|
+
"name": "validator",
|
|
1958
2259
|
"annotation": {
|
|
1959
|
-
"type": "
|
|
1960
|
-
"
|
|
1961
|
-
"type": "
|
|
1962
|
-
"
|
|
1963
|
-
},
|
|
1964
|
-
"typeParameters": {
|
|
1965
|
-
"type": "typeParameterInstantiation",
|
|
1966
|
-
"params": [
|
|
1967
|
-
{
|
|
1968
|
-
"type": "keyword",
|
|
1969
|
-
"value": "string"
|
|
1970
|
-
},
|
|
2260
|
+
"type": "parenthesizedType",
|
|
2261
|
+
"annotation": {
|
|
2262
|
+
"type": "function",
|
|
2263
|
+
"parameters": [
|
|
1971
2264
|
{
|
|
1972
|
-
"type": "
|
|
1973
|
-
"
|
|
2265
|
+
"type": "identifier",
|
|
2266
|
+
"name": "value",
|
|
2267
|
+
"annotation": {
|
|
2268
|
+
"type": "keyword",
|
|
2269
|
+
"value": "any"
|
|
2270
|
+
}
|
|
1974
2271
|
}
|
|
1975
|
-
]
|
|
2272
|
+
],
|
|
2273
|
+
"annotation": {
|
|
2274
|
+
"type": "reference",
|
|
2275
|
+
"typeName": {
|
|
2276
|
+
"type": "identifier",
|
|
2277
|
+
"name": "MessageBody"
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
1976
2280
|
}
|
|
1977
2281
|
}
|
|
1978
2282
|
}
|
|
@@ -1988,154 +2292,184 @@
|
|
|
1988
2292
|
}
|
|
1989
2293
|
}
|
|
1990
2294
|
],
|
|
1991
|
-
"methods": [
|
|
2295
|
+
"methods": [
|
|
2296
|
+
{
|
|
2297
|
+
"name": "focusInput",
|
|
2298
|
+
"params": [],
|
|
2299
|
+
"returns": {}
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"name": "blurInput",
|
|
2303
|
+
"params": [],
|
|
2304
|
+
"returns": {}
|
|
2305
|
+
}
|
|
2306
|
+
],
|
|
1992
2307
|
"types": [
|
|
1993
2308
|
{
|
|
1994
2309
|
"type": "typeAlias",
|
|
1995
|
-
"name": "
|
|
2310
|
+
"name": "InputType",
|
|
1996
2311
|
"annotation": {
|
|
1997
2312
|
"type": "union",
|
|
1998
2313
|
"types": [
|
|
1999
2314
|
{
|
|
2000
|
-
"type": "
|
|
2001
|
-
"
|
|
2002
|
-
"type": "identifier",
|
|
2003
|
-
"name": "Option"
|
|
2004
|
-
}
|
|
2315
|
+
"type": "jsLiteral",
|
|
2316
|
+
"value": "button"
|
|
2005
2317
|
},
|
|
2006
2318
|
{
|
|
2007
|
-
"type": "
|
|
2008
|
-
"
|
|
2009
|
-
"type": "identifier",
|
|
2010
|
-
"name": "OptionGroup"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"type": "interface",
|
|
2018
|
-
"name": "Option",
|
|
2019
|
-
"body": [
|
|
2020
|
-
{
|
|
2021
|
-
"type": "propertySignature",
|
|
2022
|
-
"key": {
|
|
2023
|
-
"type": "identifier",
|
|
2024
|
-
"name": "label"
|
|
2319
|
+
"type": "jsLiteral",
|
|
2320
|
+
"value": "checkbox"
|
|
2025
2321
|
},
|
|
2026
|
-
|
|
2027
|
-
"type": "
|
|
2028
|
-
"value": "
|
|
2322
|
+
{
|
|
2323
|
+
"type": "jsLiteral",
|
|
2324
|
+
"value": "color"
|
|
2029
2325
|
},
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
"type": "propertySignature",
|
|
2034
|
-
"key": {
|
|
2035
|
-
"type": "identifier",
|
|
2036
|
-
"name": "caption"
|
|
2326
|
+
{
|
|
2327
|
+
"type": "jsLiteral",
|
|
2328
|
+
"value": "date"
|
|
2037
2329
|
},
|
|
2038
|
-
|
|
2039
|
-
"type": "
|
|
2040
|
-
"value": "
|
|
2330
|
+
{
|
|
2331
|
+
"type": "jsLiteral",
|
|
2332
|
+
"value": "datetime-local"
|
|
2041
2333
|
},
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
{
|
|
2046
|
-
"type": "propertySignature",
|
|
2047
|
-
"key": {
|
|
2048
|
-
"type": "identifier",
|
|
2049
|
-
"name": "value"
|
|
2334
|
+
{
|
|
2335
|
+
"type": "jsLiteral",
|
|
2336
|
+
"value": "email"
|
|
2050
2337
|
},
|
|
2051
|
-
|
|
2052
|
-
"type": "
|
|
2053
|
-
"value": "
|
|
2338
|
+
{
|
|
2339
|
+
"type": "jsLiteral",
|
|
2340
|
+
"value": "file"
|
|
2054
2341
|
},
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2342
|
+
{
|
|
2343
|
+
"type": "jsLiteral",
|
|
2344
|
+
"value": "hidden"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"type": "jsLiteral",
|
|
2348
|
+
"value": "image"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"type": "jsLiteral",
|
|
2352
|
+
"value": "month"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"type": "jsLiteral",
|
|
2356
|
+
"value": "number"
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"type": "jsLiteral",
|
|
2360
|
+
"value": "password"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"type": "jsLiteral",
|
|
2364
|
+
"value": "radio"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"type": "jsLiteral",
|
|
2368
|
+
"value": "range"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"type": "jsLiteral",
|
|
2372
|
+
"value": "reset"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"type": "jsLiteral",
|
|
2376
|
+
"value": "search"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"type": "jsLiteral",
|
|
2380
|
+
"value": "submit"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"type": "jsLiteral",
|
|
2384
|
+
"value": "tel"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"type": "jsLiteral",
|
|
2388
|
+
"value": "text"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"type": "jsLiteral",
|
|
2392
|
+
"value": "time"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"type": "jsLiteral",
|
|
2396
|
+
"value": "url"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"type": "jsLiteral",
|
|
2400
|
+
"value": "week"
|
|
2401
|
+
}
|
|
2402
|
+
]
|
|
2403
|
+
}
|
|
2058
2404
|
},
|
|
2059
2405
|
{
|
|
2060
|
-
"type": "
|
|
2061
|
-
"name": "
|
|
2062
|
-
"
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
"type": "
|
|
2067
|
-
"
|
|
2068
|
-
},
|
|
2069
|
-
"annotation": {
|
|
2070
|
-
"type": "keyword",
|
|
2071
|
-
"value": "string"
|
|
2406
|
+
"type": "typeAlias",
|
|
2407
|
+
"name": "ComponentSize",
|
|
2408
|
+
"annotation": {
|
|
2409
|
+
"type": "union",
|
|
2410
|
+
"types": [
|
|
2411
|
+
{
|
|
2412
|
+
"type": "jsLiteral",
|
|
2413
|
+
"value": "large"
|
|
2072
2414
|
},
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
"type": "propertySignature",
|
|
2077
|
-
"key": {
|
|
2078
|
-
"type": "identifier",
|
|
2079
|
-
"name": "options"
|
|
2415
|
+
{
|
|
2416
|
+
"type": "jsLiteral",
|
|
2417
|
+
"value": "medium"
|
|
2080
2418
|
},
|
|
2081
|
-
|
|
2082
|
-
"type": "
|
|
2083
|
-
"
|
|
2084
|
-
"type": "reference",
|
|
2085
|
-
"typeName": {
|
|
2086
|
-
"type": "identifier",
|
|
2087
|
-
"name": "Option"
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2419
|
+
{
|
|
2420
|
+
"type": "jsLiteral",
|
|
2421
|
+
"value": "small"
|
|
2090
2422
|
},
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2423
|
+
{
|
|
2424
|
+
"type": "jsLiteral",
|
|
2425
|
+
"value": "xs"
|
|
2426
|
+
}
|
|
2427
|
+
]
|
|
2428
|
+
}
|
|
2094
2429
|
}
|
|
2095
2430
|
]
|
|
2096
2431
|
},
|
|
2097
|
-
"eo-
|
|
2432
|
+
"eo-form-item": {
|
|
2098
2433
|
"properties": [
|
|
2099
2434
|
{
|
|
2100
|
-
"name": "
|
|
2101
|
-
"annotation": {
|
|
2102
|
-
"type": "keyword",
|
|
2103
|
-
"value": "string"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"name": "label",
|
|
2435
|
+
"name": "formElement",
|
|
2108
2436
|
"annotation": {
|
|
2109
|
-
"type": "
|
|
2110
|
-
"
|
|
2437
|
+
"type": "reference",
|
|
2438
|
+
"typeName": {
|
|
2439
|
+
"type": "identifier",
|
|
2440
|
+
"name": "Form"
|
|
2441
|
+
}
|
|
2111
2442
|
}
|
|
2112
2443
|
},
|
|
2113
2444
|
{
|
|
2114
|
-
"name": "
|
|
2445
|
+
"name": "curElement",
|
|
2115
2446
|
"annotation": {
|
|
2116
|
-
"type": "
|
|
2117
|
-
"
|
|
2447
|
+
"type": "reference",
|
|
2448
|
+
"typeName": {
|
|
2449
|
+
"type": "identifier",
|
|
2450
|
+
"name": "HTMLElement"
|
|
2451
|
+
}
|
|
2118
2452
|
}
|
|
2119
2453
|
},
|
|
2120
2454
|
{
|
|
2121
|
-
"name": "
|
|
2455
|
+
"name": "name",
|
|
2122
2456
|
"annotation": {
|
|
2123
2457
|
"type": "keyword",
|
|
2124
2458
|
"value": "string"
|
|
2125
2459
|
}
|
|
2126
2460
|
},
|
|
2127
2461
|
{
|
|
2128
|
-
"name": "
|
|
2462
|
+
"name": "label",
|
|
2129
2463
|
"annotation": {
|
|
2130
2464
|
"type": "keyword",
|
|
2131
|
-
"value": "
|
|
2465
|
+
"value": "string"
|
|
2132
2466
|
}
|
|
2133
2467
|
},
|
|
2134
2468
|
{
|
|
2135
|
-
"name": "
|
|
2469
|
+
"name": "pattern",
|
|
2136
2470
|
"annotation": {
|
|
2137
2471
|
"type": "keyword",
|
|
2138
|
-
"value": "
|
|
2472
|
+
"value": "string"
|
|
2139
2473
|
}
|
|
2140
2474
|
},
|
|
2141
2475
|
{
|
|
@@ -2162,54 +2496,47 @@
|
|
|
2162
2496
|
}
|
|
2163
2497
|
},
|
|
2164
2498
|
{
|
|
2165
|
-
"name": "
|
|
2166
|
-
"annotation": {
|
|
2167
|
-
"type": "keyword",
|
|
2168
|
-
"value": "string"
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"name": "placeholder",
|
|
2499
|
+
"name": "max",
|
|
2173
2500
|
"annotation": {
|
|
2174
2501
|
"type": "keyword",
|
|
2175
|
-
"value": "
|
|
2502
|
+
"value": "number"
|
|
2176
2503
|
}
|
|
2177
2504
|
},
|
|
2178
2505
|
{
|
|
2179
|
-
"name": "
|
|
2506
|
+
"name": "min",
|
|
2180
2507
|
"annotation": {
|
|
2181
2508
|
"type": "keyword",
|
|
2182
|
-
"value": "
|
|
2509
|
+
"value": "number"
|
|
2183
2510
|
}
|
|
2184
2511
|
},
|
|
2185
2512
|
{
|
|
2186
|
-
"name": "
|
|
2513
|
+
"name": "required",
|
|
2187
2514
|
"annotation": {
|
|
2188
2515
|
"type": "keyword",
|
|
2189
2516
|
"value": "boolean"
|
|
2190
2517
|
}
|
|
2191
2518
|
},
|
|
2192
2519
|
{
|
|
2193
|
-
"name": "
|
|
2520
|
+
"name": "value",
|
|
2194
2521
|
"annotation": {
|
|
2195
2522
|
"type": "keyword",
|
|
2196
|
-
"value": "
|
|
2523
|
+
"value": "string"
|
|
2197
2524
|
}
|
|
2198
2525
|
},
|
|
2199
2526
|
{
|
|
2200
|
-
"name": "
|
|
2527
|
+
"name": "valuePropsName",
|
|
2201
2528
|
"annotation": {
|
|
2202
2529
|
"type": "keyword",
|
|
2203
|
-
"value": "
|
|
2530
|
+
"value": "string"
|
|
2204
2531
|
}
|
|
2205
2532
|
},
|
|
2206
2533
|
{
|
|
2207
|
-
"name": "
|
|
2534
|
+
"name": "layout",
|
|
2208
2535
|
"annotation": {
|
|
2209
2536
|
"type": "reference",
|
|
2210
2537
|
"typeName": {
|
|
2211
2538
|
"type": "identifier",
|
|
2212
|
-
"name": "
|
|
2539
|
+
"name": "Layout"
|
|
2213
2540
|
}
|
|
2214
2541
|
}
|
|
2215
2542
|
},
|
|
@@ -2224,34 +2551,17 @@
|
|
|
2224
2551
|
}
|
|
2225
2552
|
},
|
|
2226
2553
|
{
|
|
2227
|
-
"name": "
|
|
2554
|
+
"name": "trim",
|
|
2228
2555
|
"annotation": {
|
|
2229
2556
|
"type": "keyword",
|
|
2230
|
-
"value": "
|
|
2557
|
+
"value": "boolean"
|
|
2231
2558
|
}
|
|
2232
2559
|
},
|
|
2233
2560
|
{
|
|
2234
|
-
"name": "
|
|
2561
|
+
"name": "trigger",
|
|
2235
2562
|
"annotation": {
|
|
2236
2563
|
"type": "keyword",
|
|
2237
|
-
"value": "
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"name": "inputStyle",
|
|
2242
|
-
"annotation": {
|
|
2243
|
-
"type": "reference",
|
|
2244
|
-
"typeName": {
|
|
2245
|
-
"type": "qualifiedName",
|
|
2246
|
-
"left": {
|
|
2247
|
-
"type": "identifier",
|
|
2248
|
-
"name": "React"
|
|
2249
|
-
},
|
|
2250
|
-
"right": {
|
|
2251
|
-
"type": "identifier",
|
|
2252
|
-
"name": "CSSProperties"
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2564
|
+
"value": "string"
|
|
2255
2565
|
}
|
|
2256
2566
|
},
|
|
2257
2567
|
{
|
|
@@ -2279,125 +2589,35 @@
|
|
|
2279
2589
|
}
|
|
2280
2590
|
}
|
|
2281
2591
|
}
|
|
2282
|
-
}
|
|
2283
|
-
],
|
|
2284
|
-
"events": [
|
|
2285
|
-
{
|
|
2286
|
-
"name": "change",
|
|
2287
|
-
"detail": {
|
|
2288
|
-
"annotation": {
|
|
2289
|
-
"type": "keyword",
|
|
2290
|
-
"value": "string"
|
|
2291
|
-
}
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
],
|
|
2295
|
-
"methods": [
|
|
2296
|
-
{
|
|
2297
|
-
"name": "focusInput",
|
|
2298
|
-
"params": [],
|
|
2299
|
-
"returns": {}
|
|
2300
2592
|
},
|
|
2301
2593
|
{
|
|
2302
|
-
"name": "
|
|
2303
|
-
"
|
|
2304
|
-
|
|
2594
|
+
"name": "needValidate",
|
|
2595
|
+
"annotation": {
|
|
2596
|
+
"type": "keyword",
|
|
2597
|
+
"value": "boolean"
|
|
2598
|
+
}
|
|
2305
2599
|
}
|
|
2306
2600
|
],
|
|
2601
|
+
"events": [],
|
|
2602
|
+
"methods": [],
|
|
2307
2603
|
"types": [
|
|
2308
2604
|
{
|
|
2309
2605
|
"type": "typeAlias",
|
|
2310
|
-
"name": "
|
|
2606
|
+
"name": "Layout",
|
|
2311
2607
|
"annotation": {
|
|
2312
2608
|
"type": "union",
|
|
2313
2609
|
"types": [
|
|
2314
2610
|
{
|
|
2315
2611
|
"type": "jsLiteral",
|
|
2316
|
-
"value": "
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"type": "jsLiteral",
|
|
2320
|
-
"value": "checkbox"
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"type": "jsLiteral",
|
|
2324
|
-
"value": "color"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"type": "jsLiteral",
|
|
2328
|
-
"value": "date"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"type": "jsLiteral",
|
|
2332
|
-
"value": "datetime-local"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"type": "jsLiteral",
|
|
2336
|
-
"value": "email"
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"type": "jsLiteral",
|
|
2340
|
-
"value": "file"
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"type": "jsLiteral",
|
|
2344
|
-
"value": "hidden"
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"type": "jsLiteral",
|
|
2348
|
-
"value": "image"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"type": "jsLiteral",
|
|
2352
|
-
"value": "month"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"type": "jsLiteral",
|
|
2356
|
-
"value": "number"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"type": "jsLiteral",
|
|
2360
|
-
"value": "password"
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"type": "jsLiteral",
|
|
2364
|
-
"value": "radio"
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"type": "jsLiteral",
|
|
2368
|
-
"value": "range"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"type": "jsLiteral",
|
|
2372
|
-
"value": "reset"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"type": "jsLiteral",
|
|
2376
|
-
"value": "search"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"type": "jsLiteral",
|
|
2380
|
-
"value": "submit"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"type": "jsLiteral",
|
|
2384
|
-
"value": "tel"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"type": "jsLiteral",
|
|
2388
|
-
"value": "text"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"type": "jsLiteral",
|
|
2392
|
-
"value": "time"
|
|
2612
|
+
"value": "horizontal"
|
|
2393
2613
|
},
|
|
2394
2614
|
{
|
|
2395
2615
|
"type": "jsLiteral",
|
|
2396
|
-
"value": "
|
|
2616
|
+
"value": "vertical"
|
|
2397
2617
|
},
|
|
2398
2618
|
{
|
|
2399
2619
|
"type": "jsLiteral",
|
|
2400
|
-
"value": "
|
|
2620
|
+
"value": "inline"
|
|
2401
2621
|
}
|
|
2402
2622
|
]
|
|
2403
2623
|
}
|
|
@@ -2609,28 +2829,8 @@
|
|
|
2609
2829
|
}
|
|
2610
2830
|
]
|
|
2611
2831
|
},
|
|
2612
|
-
"eo-
|
|
2832
|
+
"eo-icon-select": {
|
|
2613
2833
|
"properties": [
|
|
2614
|
-
{
|
|
2615
|
-
"name": "formElement",
|
|
2616
|
-
"annotation": {
|
|
2617
|
-
"type": "reference",
|
|
2618
|
-
"typeName": {
|
|
2619
|
-
"type": "identifier",
|
|
2620
|
-
"name": "Form"
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"name": "curElement",
|
|
2626
|
-
"annotation": {
|
|
2627
|
-
"type": "reference",
|
|
2628
|
-
"typeName": {
|
|
2629
|
-
"type": "identifier",
|
|
2630
|
-
"name": "HTMLElement"
|
|
2631
|
-
}
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
2834
|
{
|
|
2635
2835
|
"name": "name",
|
|
2636
2836
|
"annotation": {
|
|
@@ -2642,187 +2842,112 @@
|
|
|
2642
2842
|
"name": "label",
|
|
2643
2843
|
"annotation": {
|
|
2644
2844
|
"type": "keyword",
|
|
2645
|
-
"value": "string"
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "pattern",
|
|
2650
|
-
"annotation": {
|
|
2651
|
-
"type": "keyword",
|
|
2652
|
-
"value": "string"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"name": "message",
|
|
2657
|
-
"annotation": {
|
|
2658
|
-
"type": "reference",
|
|
2659
|
-
"typeName": {
|
|
2660
|
-
"type": "identifier",
|
|
2661
|
-
"name": "Record"
|
|
2662
|
-
},
|
|
2663
|
-
"typeParameters": {
|
|
2664
|
-
"type": "typeParameterInstantiation",
|
|
2665
|
-
"params": [
|
|
2666
|
-
{
|
|
2667
|
-
"type": "keyword",
|
|
2668
|
-
"value": "string"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"type": "keyword",
|
|
2672
|
-
"value": "string"
|
|
2673
|
-
}
|
|
2674
|
-
]
|
|
2675
|
-
}
|
|
2676
|
-
}
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"name": "max",
|
|
2680
|
-
"annotation": {
|
|
2681
|
-
"type": "keyword",
|
|
2682
|
-
"value": "number"
|
|
2683
|
-
}
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"name": "min",
|
|
2687
|
-
"annotation": {
|
|
2688
|
-
"type": "keyword",
|
|
2689
|
-
"value": "number"
|
|
2690
|
-
}
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"name": "required",
|
|
2694
|
-
"annotation": {
|
|
2695
|
-
"type": "keyword",
|
|
2696
|
-
"value": "boolean"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"name": "value",
|
|
2701
|
-
"annotation": {
|
|
2702
|
-
"type": "keyword",
|
|
2703
|
-
"value": "string"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"name": "valuePropsName",
|
|
2708
|
-
"annotation": {
|
|
2709
|
-
"type": "keyword",
|
|
2710
|
-
"value": "string"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"name": "layout",
|
|
2715
|
-
"annotation": {
|
|
2716
|
-
"type": "reference",
|
|
2717
|
-
"typeName": {
|
|
2718
|
-
"type": "identifier",
|
|
2719
|
-
"name": "Layout"
|
|
2720
|
-
}
|
|
2845
|
+
"value": "string"
|
|
2721
2846
|
}
|
|
2722
2847
|
},
|
|
2723
2848
|
{
|
|
2724
|
-
"name": "
|
|
2849
|
+
"name": "value",
|
|
2725
2850
|
"annotation": {
|
|
2726
2851
|
"type": "reference",
|
|
2727
2852
|
"typeName": {
|
|
2728
2853
|
"type": "identifier",
|
|
2729
|
-
"name": "
|
|
2854
|
+
"name": "Icon"
|
|
2730
2855
|
}
|
|
2731
2856
|
}
|
|
2732
2857
|
},
|
|
2733
2858
|
{
|
|
2734
|
-
"name": "
|
|
2859
|
+
"name": "disabled",
|
|
2735
2860
|
"annotation": {
|
|
2736
2861
|
"type": "keyword",
|
|
2737
2862
|
"value": "boolean"
|
|
2738
2863
|
}
|
|
2739
2864
|
},
|
|
2740
2865
|
{
|
|
2741
|
-
"name": "
|
|
2866
|
+
"name": "required",
|
|
2742
2867
|
"annotation": {
|
|
2743
2868
|
"type": "keyword",
|
|
2744
|
-
"value": "
|
|
2869
|
+
"value": "boolean"
|
|
2745
2870
|
}
|
|
2746
2871
|
},
|
|
2747
2872
|
{
|
|
2748
|
-
"name": "
|
|
2873
|
+
"name": "message",
|
|
2749
2874
|
"annotation": {
|
|
2750
|
-
"type": "
|
|
2751
|
-
"
|
|
2752
|
-
"type": "
|
|
2753
|
-
"
|
|
2875
|
+
"type": "reference",
|
|
2876
|
+
"typeName": {
|
|
2877
|
+
"type": "identifier",
|
|
2878
|
+
"name": "Record"
|
|
2879
|
+
},
|
|
2880
|
+
"typeParameters": {
|
|
2881
|
+
"type": "typeParameterInstantiation",
|
|
2882
|
+
"params": [
|
|
2754
2883
|
{
|
|
2755
|
-
"type": "
|
|
2756
|
-
"
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
}
|
|
2762
|
-
],
|
|
2763
|
-
"annotation": {
|
|
2764
|
-
"type": "reference",
|
|
2765
|
-
"typeName": {
|
|
2766
|
-
"type": "identifier",
|
|
2767
|
-
"name": "MessageBody"
|
|
2884
|
+
"type": "keyword",
|
|
2885
|
+
"value": "string"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"type": "keyword",
|
|
2889
|
+
"value": "string"
|
|
2768
2890
|
}
|
|
2769
|
-
|
|
2891
|
+
]
|
|
2770
2892
|
}
|
|
2771
2893
|
}
|
|
2772
|
-
}
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"events": [
|
|
2773
2897
|
{
|
|
2774
|
-
"name": "
|
|
2775
|
-
"
|
|
2776
|
-
"
|
|
2777
|
-
|
|
2898
|
+
"name": "change",
|
|
2899
|
+
"detail": {
|
|
2900
|
+
"annotation": {
|
|
2901
|
+
"type": "union",
|
|
2902
|
+
"types": [
|
|
2903
|
+
{
|
|
2904
|
+
"type": "reference",
|
|
2905
|
+
"typeName": {
|
|
2906
|
+
"type": "identifier",
|
|
2907
|
+
"name": "Icon"
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"type": "keyword",
|
|
2912
|
+
"value": "undefined"
|
|
2913
|
+
}
|
|
2914
|
+
]
|
|
2915
|
+
}
|
|
2778
2916
|
}
|
|
2779
2917
|
}
|
|
2780
2918
|
],
|
|
2781
|
-
"events": [],
|
|
2782
2919
|
"methods": [],
|
|
2783
2920
|
"types": [
|
|
2784
2921
|
{
|
|
2785
2922
|
"type": "typeAlias",
|
|
2786
|
-
"name": "
|
|
2787
|
-
"annotation": {
|
|
2788
|
-
"type": "union",
|
|
2789
|
-
"types": [
|
|
2790
|
-
{
|
|
2791
|
-
"type": "jsLiteral",
|
|
2792
|
-
"value": "horizontal"
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
"type": "jsLiteral",
|
|
2796
|
-
"value": "vertical"
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"type": "jsLiteral",
|
|
2800
|
-
"value": "inline"
|
|
2801
|
-
}
|
|
2802
|
-
]
|
|
2803
|
-
}
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"type": "typeAlias",
|
|
2807
|
-
"name": "ComponentSize",
|
|
2923
|
+
"name": "Icon",
|
|
2808
2924
|
"annotation": {
|
|
2809
|
-
"type": "
|
|
2925
|
+
"type": "intersection",
|
|
2810
2926
|
"types": [
|
|
2811
2927
|
{
|
|
2812
|
-
"type": "
|
|
2813
|
-
"
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
"value": "medium"
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"type": "jsLiteral",
|
|
2821
|
-
"value": "small"
|
|
2928
|
+
"type": "reference",
|
|
2929
|
+
"typeName": {
|
|
2930
|
+
"type": "identifier",
|
|
2931
|
+
"name": "LibIconProps"
|
|
2932
|
+
}
|
|
2822
2933
|
},
|
|
2823
2934
|
{
|
|
2824
|
-
"type": "
|
|
2825
|
-
"
|
|
2935
|
+
"type": "typeLiteral",
|
|
2936
|
+
"members": [
|
|
2937
|
+
{
|
|
2938
|
+
"type": "propertySignature",
|
|
2939
|
+
"key": {
|
|
2940
|
+
"type": "identifier",
|
|
2941
|
+
"name": "color"
|
|
2942
|
+
},
|
|
2943
|
+
"annotation": {
|
|
2944
|
+
"type": "keyword",
|
|
2945
|
+
"value": "string"
|
|
2946
|
+
},
|
|
2947
|
+
"optional": true,
|
|
2948
|
+
"computed": false
|
|
2949
|
+
}
|
|
2950
|
+
]
|
|
2826
2951
|
}
|
|
2827
2952
|
]
|
|
2828
2953
|
}
|
|
@@ -3228,131 +3353,6 @@
|
|
|
3228
3353
|
}
|
|
3229
3354
|
]
|
|
3230
3355
|
},
|
|
3231
|
-
"eo-icon-select": {
|
|
3232
|
-
"properties": [
|
|
3233
|
-
{
|
|
3234
|
-
"name": "name",
|
|
3235
|
-
"annotation": {
|
|
3236
|
-
"type": "keyword",
|
|
3237
|
-
"value": "string"
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"name": "label",
|
|
3242
|
-
"annotation": {
|
|
3243
|
-
"type": "keyword",
|
|
3244
|
-
"value": "string"
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"name": "value",
|
|
3249
|
-
"annotation": {
|
|
3250
|
-
"type": "reference",
|
|
3251
|
-
"typeName": {
|
|
3252
|
-
"type": "identifier",
|
|
3253
|
-
"name": "Icon"
|
|
3254
|
-
}
|
|
3255
|
-
}
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "disabled",
|
|
3259
|
-
"annotation": {
|
|
3260
|
-
"type": "keyword",
|
|
3261
|
-
"value": "boolean"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"name": "required",
|
|
3266
|
-
"annotation": {
|
|
3267
|
-
"type": "keyword",
|
|
3268
|
-
"value": "boolean"
|
|
3269
|
-
}
|
|
3270
|
-
},
|
|
3271
|
-
{
|
|
3272
|
-
"name": "message",
|
|
3273
|
-
"annotation": {
|
|
3274
|
-
"type": "reference",
|
|
3275
|
-
"typeName": {
|
|
3276
|
-
"type": "identifier",
|
|
3277
|
-
"name": "Record"
|
|
3278
|
-
},
|
|
3279
|
-
"typeParameters": {
|
|
3280
|
-
"type": "typeParameterInstantiation",
|
|
3281
|
-
"params": [
|
|
3282
|
-
{
|
|
3283
|
-
"type": "keyword",
|
|
3284
|
-
"value": "string"
|
|
3285
|
-
},
|
|
3286
|
-
{
|
|
3287
|
-
"type": "keyword",
|
|
3288
|
-
"value": "string"
|
|
3289
|
-
}
|
|
3290
|
-
]
|
|
3291
|
-
}
|
|
3292
|
-
}
|
|
3293
|
-
}
|
|
3294
|
-
],
|
|
3295
|
-
"events": [
|
|
3296
|
-
{
|
|
3297
|
-
"name": "change",
|
|
3298
|
-
"detail": {
|
|
3299
|
-
"annotation": {
|
|
3300
|
-
"type": "union",
|
|
3301
|
-
"types": [
|
|
3302
|
-
{
|
|
3303
|
-
"type": "reference",
|
|
3304
|
-
"typeName": {
|
|
3305
|
-
"type": "identifier",
|
|
3306
|
-
"name": "Icon"
|
|
3307
|
-
}
|
|
3308
|
-
},
|
|
3309
|
-
{
|
|
3310
|
-
"type": "keyword",
|
|
3311
|
-
"value": "undefined"
|
|
3312
|
-
}
|
|
3313
|
-
]
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
}
|
|
3317
|
-
],
|
|
3318
|
-
"methods": [],
|
|
3319
|
-
"types": [
|
|
3320
|
-
{
|
|
3321
|
-
"type": "typeAlias",
|
|
3322
|
-
"name": "Icon",
|
|
3323
|
-
"annotation": {
|
|
3324
|
-
"type": "intersection",
|
|
3325
|
-
"types": [
|
|
3326
|
-
{
|
|
3327
|
-
"type": "reference",
|
|
3328
|
-
"typeName": {
|
|
3329
|
-
"type": "identifier",
|
|
3330
|
-
"name": "LibIconProps"
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"type": "typeLiteral",
|
|
3335
|
-
"members": [
|
|
3336
|
-
{
|
|
3337
|
-
"type": "propertySignature",
|
|
3338
|
-
"key": {
|
|
3339
|
-
"type": "identifier",
|
|
3340
|
-
"name": "color"
|
|
3341
|
-
},
|
|
3342
|
-
"annotation": {
|
|
3343
|
-
"type": "keyword",
|
|
3344
|
-
"value": "string"
|
|
3345
|
-
},
|
|
3346
|
-
"optional": true,
|
|
3347
|
-
"computed": false
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
}
|
|
3351
|
-
]
|
|
3352
|
-
}
|
|
3353
|
-
}
|
|
3354
|
-
]
|
|
3355
|
-
},
|
|
3356
3356
|
"eo-date-picker": {
|
|
3357
3357
|
"properties": [
|
|
3358
3358
|
{
|