@next-bricks/form 0.17.19 → 0.18.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/dist/bricks.json +17 -15
- package/dist/chunks/6160.ae8e3d5c.js +2 -0
- package/dist/chunks/6160.ae8e3d5c.js.map +1 -0
- package/dist/chunks/eo-form-item.be078872.js +3 -0
- package/dist/chunks/eo-form-item.be078872.js.map +1 -0
- package/dist/chunks/eo-select.e39fa166.js +3 -0
- package/dist/chunks/eo-select.e39fa166.js.map +1 -0
- package/dist/chunks/{main.d65cf41d.js → main.2fe5a694.js} +2 -2
- package/dist/chunks/{main.d65cf41d.js.map → main.2fe5a694.js.map} +1 -1
- package/dist/examples.json +7 -7
- package/dist/index.fa49b25f.js +2 -0
- package/dist/index.fa49b25f.js.map +1 -0
- package/dist/manifest.json +246 -208
- package/dist/types.json +700 -513
- package/dist-types/select/index.d.ts +54 -9
- package/docs/eo-select.md +141 -1
- package/package.json +2 -2
- package/dist/chunks/6160.0a12986f.js +0 -2
- package/dist/chunks/6160.0a12986f.js.map +0 -1
- package/dist/chunks/eo-form-item.cd5cfb7a.js +0 -3
- package/dist/chunks/eo-form-item.cd5cfb7a.js.map +0 -1
- package/dist/chunks/eo-select.dc7674e9.js +0 -3
- package/dist/chunks/eo-select.dc7674e9.js.map +0 -1
- package/dist/index.0682e27a.js +0 -2
- package/dist/index.0682e27a.js.map +0 -1
- /package/dist/chunks/{eo-form-item.cd5cfb7a.js.LICENSE.txt → eo-form-item.be078872.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.dc7674e9.js.LICENSE.txt → eo-select.e39fa166.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -577,364 +577,192 @@
|
|
|
577
577
|
],
|
|
578
578
|
"methods": []
|
|
579
579
|
},
|
|
580
|
-
"eo-
|
|
580
|
+
"eo-select": {
|
|
581
581
|
"properties": [
|
|
582
582
|
{
|
|
583
|
-
"name": "
|
|
583
|
+
"name": "name",
|
|
584
584
|
"annotation": {
|
|
585
|
-
"type": "
|
|
586
|
-
"
|
|
587
|
-
"type": "identifier",
|
|
588
|
-
"name": "Layout"
|
|
589
|
-
}
|
|
585
|
+
"type": "keyword",
|
|
586
|
+
"value": "string"
|
|
590
587
|
}
|
|
591
588
|
},
|
|
592
589
|
{
|
|
593
|
-
"name": "
|
|
590
|
+
"name": "placeholder",
|
|
594
591
|
"annotation": {
|
|
595
|
-
"type": "
|
|
596
|
-
"
|
|
597
|
-
"type": "identifier",
|
|
598
|
-
"name": "ComponentSize"
|
|
599
|
-
}
|
|
592
|
+
"type": "keyword",
|
|
593
|
+
"value": "string"
|
|
600
594
|
}
|
|
601
595
|
},
|
|
602
596
|
{
|
|
603
|
-
"name": "
|
|
597
|
+
"name": "label",
|
|
604
598
|
"annotation": {
|
|
605
|
-
"type": "
|
|
606
|
-
"
|
|
607
|
-
"type": "qualifiedName",
|
|
608
|
-
"left": {
|
|
609
|
-
"type": "identifier",
|
|
610
|
-
"name": "React"
|
|
611
|
-
},
|
|
612
|
-
"right": {
|
|
613
|
-
"type": "identifier",
|
|
614
|
-
"name": "CSSProperties"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
599
|
+
"type": "keyword",
|
|
600
|
+
"value": "string"
|
|
617
601
|
}
|
|
618
|
-
}
|
|
619
|
-
],
|
|
620
|
-
"events": [
|
|
602
|
+
},
|
|
621
603
|
{
|
|
622
|
-
"name": "
|
|
623
|
-
"
|
|
624
|
-
"
|
|
604
|
+
"name": "options",
|
|
605
|
+
"annotation": {
|
|
606
|
+
"type": "array",
|
|
607
|
+
"elementType": {
|
|
625
608
|
"type": "reference",
|
|
626
609
|
"typeName": {
|
|
627
610
|
"type": "identifier",
|
|
628
|
-
"name": "
|
|
629
|
-
},
|
|
630
|
-
"typeParameters": {
|
|
631
|
-
"type": "typeParameterInstantiation",
|
|
632
|
-
"params": [
|
|
633
|
-
{
|
|
634
|
-
"type": "keyword",
|
|
635
|
-
"value": "string"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "keyword",
|
|
639
|
-
"value": "unknown"
|
|
640
|
-
}
|
|
641
|
-
]
|
|
611
|
+
"name": "GeneralComplexOption"
|
|
642
612
|
}
|
|
643
613
|
}
|
|
644
614
|
}
|
|
645
615
|
},
|
|
646
616
|
{
|
|
647
|
-
"name": "
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
|
|
651
|
-
"typeName": {
|
|
652
|
-
"type": "identifier",
|
|
653
|
-
"name": "Record"
|
|
654
|
-
},
|
|
655
|
-
"typeParameters": {
|
|
656
|
-
"type": "typeParameterInstantiation",
|
|
657
|
-
"params": [
|
|
658
|
-
{
|
|
659
|
-
"type": "keyword",
|
|
660
|
-
"value": "string"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "keyword",
|
|
664
|
-
"value": "unknown"
|
|
665
|
-
}
|
|
666
|
-
]
|
|
667
|
-
}
|
|
668
|
-
}
|
|
617
|
+
"name": "value",
|
|
618
|
+
"annotation": {
|
|
619
|
+
"type": "keyword",
|
|
620
|
+
"value": "any"
|
|
669
621
|
}
|
|
670
622
|
},
|
|
671
623
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
|
|
676
|
-
"elementType": {
|
|
677
|
-
"type": "reference",
|
|
678
|
-
"typeName": {
|
|
679
|
-
"type": "identifier",
|
|
680
|
-
"name": "MessageBody"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
}
|
|
624
|
+
"name": "required",
|
|
625
|
+
"annotation": {
|
|
626
|
+
"type": "keyword",
|
|
627
|
+
"value": "boolean"
|
|
684
628
|
}
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"methods": [
|
|
629
|
+
},
|
|
688
630
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
"
|
|
693
|
-
"type": "
|
|
694
|
-
"
|
|
631
|
+
"name": "message",
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"typeName": {
|
|
635
|
+
"type": "identifier",
|
|
636
|
+
"name": "Record"
|
|
637
|
+
},
|
|
638
|
+
"typeParameters": {
|
|
639
|
+
"type": "typeParameterInstantiation",
|
|
640
|
+
"params": [
|
|
695
641
|
{
|
|
696
642
|
"type": "keyword",
|
|
697
|
-
"value": "
|
|
643
|
+
"value": "string"
|
|
698
644
|
},
|
|
699
645
|
{
|
|
700
|
-
"type": "
|
|
701
|
-
"
|
|
702
|
-
"type": "identifier",
|
|
703
|
-
"name": "Record"
|
|
704
|
-
},
|
|
705
|
-
"typeParameters": {
|
|
706
|
-
"type": "typeParameterInstantiation",
|
|
707
|
-
"params": [
|
|
708
|
-
{
|
|
709
|
-
"type": "keyword",
|
|
710
|
-
"value": "string"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "keyword",
|
|
714
|
-
"value": "unknown"
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
}
|
|
646
|
+
"type": "keyword",
|
|
647
|
+
"value": "string"
|
|
718
648
|
}
|
|
719
649
|
]
|
|
720
650
|
}
|
|
721
651
|
}
|
|
722
652
|
},
|
|
723
653
|
{
|
|
724
|
-
"name": "
|
|
725
|
-
"params": [
|
|
726
|
-
{
|
|
727
|
-
"name": "values",
|
|
728
|
-
"annotation": {
|
|
729
|
-
"type": "reference",
|
|
730
|
-
"typeName": {
|
|
731
|
-
"type": "identifier",
|
|
732
|
-
"name": "Record"
|
|
733
|
-
},
|
|
734
|
-
"typeParameters": {
|
|
735
|
-
"type": "typeParameterInstantiation",
|
|
736
|
-
"params": [
|
|
737
|
-
{
|
|
738
|
-
"type": "keyword",
|
|
739
|
-
"value": "string"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"type": "keyword",
|
|
743
|
-
"value": "unknown"
|
|
744
|
-
}
|
|
745
|
-
]
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"returns": {}
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"name": "resetFields",
|
|
754
|
-
"params": [
|
|
755
|
-
{
|
|
756
|
-
"name": "name",
|
|
757
|
-
"annotation": {
|
|
758
|
-
"type": "keyword",
|
|
759
|
-
"value": "string"
|
|
760
|
-
}
|
|
761
|
-
}
|
|
762
|
-
],
|
|
763
|
-
"returns": {}
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"name": "getFieldsValue",
|
|
767
|
-
"params": [
|
|
768
|
-
{
|
|
769
|
-
"name": "name",
|
|
770
|
-
"annotation": {
|
|
771
|
-
"type": "keyword",
|
|
772
|
-
"value": "string"
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
],
|
|
776
|
-
"returns": {}
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"name": "validateField",
|
|
780
|
-
"params": [
|
|
781
|
-
{
|
|
782
|
-
"name": "name",
|
|
783
|
-
"annotation": {
|
|
784
|
-
"type": "keyword",
|
|
785
|
-
"value": "string"
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
],
|
|
789
|
-
"returns": {}
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"name": "resetValidateState",
|
|
793
|
-
"params": [],
|
|
794
|
-
"returns": {}
|
|
795
|
-
}
|
|
796
|
-
],
|
|
797
|
-
"types": [
|
|
798
|
-
{
|
|
799
|
-
"type": "typeAlias",
|
|
800
|
-
"name": "Layout",
|
|
654
|
+
"name": "disabled",
|
|
801
655
|
"annotation": {
|
|
802
|
-
"type": "
|
|
803
|
-
"
|
|
804
|
-
{
|
|
805
|
-
"type": "jsLiteral",
|
|
806
|
-
"value": "horizontal"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"type": "jsLiteral",
|
|
810
|
-
"value": "vertical"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "jsLiteral",
|
|
814
|
-
"value": "inline"
|
|
815
|
-
}
|
|
816
|
-
]
|
|
656
|
+
"type": "keyword",
|
|
657
|
+
"value": "boolean"
|
|
817
658
|
}
|
|
818
659
|
},
|
|
819
660
|
{
|
|
820
|
-
"
|
|
821
|
-
"name": "ComponentSize",
|
|
661
|
+
"name": "mode",
|
|
822
662
|
"annotation": {
|
|
823
663
|
"type": "union",
|
|
824
664
|
"types": [
|
|
825
665
|
{
|
|
826
666
|
"type": "jsLiteral",
|
|
827
|
-
"value": "
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"type": "jsLiteral",
|
|
831
|
-
"value": "medium"
|
|
667
|
+
"value": "tags"
|
|
832
668
|
},
|
|
833
669
|
{
|
|
834
670
|
"type": "jsLiteral",
|
|
835
|
-
"value": "
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"type": "jsLiteral",
|
|
839
|
-
"value": "xs"
|
|
671
|
+
"value": "multiple"
|
|
840
672
|
}
|
|
841
673
|
]
|
|
842
674
|
}
|
|
843
|
-
}
|
|
844
|
-
]
|
|
845
|
-
},
|
|
846
|
-
"eo-select": {
|
|
847
|
-
"properties": [
|
|
675
|
+
},
|
|
848
676
|
{
|
|
849
|
-
"name": "
|
|
677
|
+
"name": "tokenSeparators",
|
|
850
678
|
"annotation": {
|
|
851
|
-
"type": "
|
|
852
|
-
"
|
|
679
|
+
"type": "array",
|
|
680
|
+
"elementType": {
|
|
681
|
+
"type": "keyword",
|
|
682
|
+
"value": "string"
|
|
683
|
+
}
|
|
853
684
|
}
|
|
854
685
|
},
|
|
855
686
|
{
|
|
856
|
-
"name": "
|
|
687
|
+
"name": "maxTagCount",
|
|
857
688
|
"annotation": {
|
|
858
689
|
"type": "keyword",
|
|
859
|
-
"value": "
|
|
690
|
+
"value": "number"
|
|
860
691
|
}
|
|
861
692
|
},
|
|
862
693
|
{
|
|
863
|
-
"name": "
|
|
694
|
+
"name": "groupBy",
|
|
864
695
|
"annotation": {
|
|
865
696
|
"type": "keyword",
|
|
866
697
|
"value": "string"
|
|
867
698
|
}
|
|
868
699
|
},
|
|
869
700
|
{
|
|
870
|
-
"name": "
|
|
701
|
+
"name": "suffix",
|
|
871
702
|
"annotation": {
|
|
872
|
-
"type": "
|
|
873
|
-
"
|
|
874
|
-
"type": "
|
|
875
|
-
"
|
|
876
|
-
"type": "identifier",
|
|
877
|
-
"name": "GeneralComplexOption"
|
|
878
|
-
}
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"typeName": {
|
|
705
|
+
"type": "identifier",
|
|
706
|
+
"name": "UseSingleBrickConf"
|
|
879
707
|
}
|
|
880
708
|
}
|
|
881
709
|
},
|
|
882
710
|
{
|
|
883
|
-
"name": "
|
|
884
|
-
"annotation": {
|
|
885
|
-
"type": "keyword",
|
|
886
|
-
"value": "any"
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "required",
|
|
711
|
+
"name": "clearable",
|
|
891
712
|
"annotation": {
|
|
892
713
|
"type": "keyword",
|
|
893
714
|
"value": "boolean"
|
|
894
715
|
}
|
|
895
716
|
},
|
|
896
717
|
{
|
|
897
|
-
"name": "
|
|
718
|
+
"name": "fields",
|
|
898
719
|
"annotation": {
|
|
899
|
-
"type": "
|
|
900
|
-
"
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
{
|
|
720
|
+
"type": "typeLiteral",
|
|
721
|
+
"members": [
|
|
722
|
+
{
|
|
723
|
+
"type": "propertySignature",
|
|
724
|
+
"key": {
|
|
725
|
+
"type": "identifier",
|
|
726
|
+
"name": "label"
|
|
727
|
+
},
|
|
728
|
+
"annotation": {
|
|
908
729
|
"type": "keyword",
|
|
909
730
|
"value": "string"
|
|
910
731
|
},
|
|
911
|
-
|
|
732
|
+
"optional": true,
|
|
733
|
+
"computed": false
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"type": "propertySignature",
|
|
737
|
+
"key": {
|
|
738
|
+
"type": "identifier",
|
|
739
|
+
"name": "value"
|
|
740
|
+
},
|
|
741
|
+
"annotation": {
|
|
912
742
|
"type": "keyword",
|
|
913
743
|
"value": "string"
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
{
|
|
920
|
-
"name": "disabled",
|
|
921
|
-
"annotation": {
|
|
922
|
-
"type": "keyword",
|
|
923
|
-
"value": "boolean"
|
|
744
|
+
},
|
|
745
|
+
"optional": true,
|
|
746
|
+
"computed": false
|
|
747
|
+
}
|
|
748
|
+
]
|
|
924
749
|
}
|
|
925
750
|
},
|
|
926
751
|
{
|
|
927
|
-
"name": "
|
|
752
|
+
"name": "useBackend",
|
|
928
753
|
"annotation": {
|
|
929
|
-
"type": "
|
|
930
|
-
"
|
|
754
|
+
"type": "reference",
|
|
755
|
+
"typeName": {
|
|
756
|
+
"type": "identifier",
|
|
757
|
+
"name": "UseBackendConf"
|
|
758
|
+
}
|
|
931
759
|
}
|
|
932
760
|
},
|
|
933
761
|
{
|
|
934
|
-
"name": "
|
|
762
|
+
"name": "debounceSearchDelay",
|
|
935
763
|
"annotation": {
|
|
936
764
|
"type": "keyword",
|
|
937
|
-
"value": "
|
|
765
|
+
"value": "number"
|
|
938
766
|
}
|
|
939
767
|
},
|
|
940
768
|
{
|
|
@@ -1180,13 +1008,106 @@
|
|
|
1180
1008
|
"name": "key",
|
|
1181
1009
|
"annotation": {
|
|
1182
1010
|
"type": "keyword",
|
|
1183
|
-
"value": "string"
|
|
1011
|
+
"value": "string"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"annotation": {
|
|
1015
|
+
"type": "keyword",
|
|
1016
|
+
"value": "any"
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"type": "interface",
|
|
1023
|
+
"name": "UseBackendConf",
|
|
1024
|
+
"body": [
|
|
1025
|
+
{
|
|
1026
|
+
"type": "propertySignature",
|
|
1027
|
+
"key": {
|
|
1028
|
+
"type": "identifier",
|
|
1029
|
+
"name": "provider"
|
|
1030
|
+
},
|
|
1031
|
+
"annotation": {
|
|
1032
|
+
"type": "keyword",
|
|
1033
|
+
"value": "string"
|
|
1034
|
+
},
|
|
1035
|
+
"computed": false
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"type": "propertySignature",
|
|
1039
|
+
"key": {
|
|
1040
|
+
"type": "identifier",
|
|
1041
|
+
"name": "args"
|
|
1042
|
+
},
|
|
1043
|
+
"annotation": {
|
|
1044
|
+
"type": "union",
|
|
1045
|
+
"types": [
|
|
1046
|
+
{
|
|
1047
|
+
"type": "array",
|
|
1048
|
+
"elementType": {
|
|
1049
|
+
"type": "keyword",
|
|
1050
|
+
"value": "any"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"type": "parenthesizedType",
|
|
1055
|
+
"annotation": {
|
|
1056
|
+
"type": "function",
|
|
1057
|
+
"parameters": [
|
|
1058
|
+
{
|
|
1059
|
+
"type": "restElement",
|
|
1060
|
+
"argument": {
|
|
1061
|
+
"type": "identifier",
|
|
1062
|
+
"name": "args"
|
|
1063
|
+
},
|
|
1064
|
+
"annotation": {
|
|
1065
|
+
"type": "array",
|
|
1066
|
+
"elementType": {
|
|
1067
|
+
"type": "keyword",
|
|
1068
|
+
"value": "any"
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"annotation": {
|
|
1074
|
+
"type": "array",
|
|
1075
|
+
"elementType": {
|
|
1076
|
+
"type": "keyword",
|
|
1077
|
+
"value": "any"
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
"computed": false
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"type": "propertySignature",
|
|
1088
|
+
"key": {
|
|
1089
|
+
"type": "identifier",
|
|
1090
|
+
"name": "transform"
|
|
1091
|
+
},
|
|
1092
|
+
"annotation": {
|
|
1093
|
+
"type": "function",
|
|
1094
|
+
"parameters": [
|
|
1095
|
+
{
|
|
1096
|
+
"type": "identifier",
|
|
1097
|
+
"name": "data",
|
|
1098
|
+
"annotation": {
|
|
1099
|
+
"type": "keyword",
|
|
1100
|
+
"value": "any"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"annotation": {
|
|
1105
|
+
"type": "keyword",
|
|
1106
|
+
"value": "void"
|
|
1184
1107
|
}
|
|
1185
1108
|
},
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1188
|
-
"value": "any"
|
|
1189
|
-
}
|
|
1109
|
+
"optional": true,
|
|
1110
|
+
"computed": false
|
|
1190
1111
|
}
|
|
1191
1112
|
]
|
|
1192
1113
|
}
|
|
@@ -1843,54 +1764,320 @@
|
|
|
1843
1764
|
"computed": false
|
|
1844
1765
|
},
|
|
1845
1766
|
{
|
|
1846
|
-
"type": "propertySignature",
|
|
1847
|
-
"key": {
|
|
1848
|
-
"type": "identifier",
|
|
1849
|
-
"name": "value"
|
|
1850
|
-
},
|
|
1767
|
+
"type": "propertySignature",
|
|
1768
|
+
"key": {
|
|
1769
|
+
"type": "identifier",
|
|
1770
|
+
"name": "value"
|
|
1771
|
+
},
|
|
1772
|
+
"annotation": {
|
|
1773
|
+
"type": "keyword",
|
|
1774
|
+
"value": "any"
|
|
1775
|
+
},
|
|
1776
|
+
"computed": false
|
|
1777
|
+
}
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"type": "interface",
|
|
1782
|
+
"name": "OptionGroup",
|
|
1783
|
+
"body": [
|
|
1784
|
+
{
|
|
1785
|
+
"type": "propertySignature",
|
|
1786
|
+
"key": {
|
|
1787
|
+
"type": "identifier",
|
|
1788
|
+
"name": "label"
|
|
1789
|
+
},
|
|
1790
|
+
"annotation": {
|
|
1791
|
+
"type": "keyword",
|
|
1792
|
+
"value": "string"
|
|
1793
|
+
},
|
|
1794
|
+
"computed": false
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"type": "propertySignature",
|
|
1798
|
+
"key": {
|
|
1799
|
+
"type": "identifier",
|
|
1800
|
+
"name": "options"
|
|
1801
|
+
},
|
|
1802
|
+
"annotation": {
|
|
1803
|
+
"type": "array",
|
|
1804
|
+
"elementType": {
|
|
1805
|
+
"type": "reference",
|
|
1806
|
+
"typeName": {
|
|
1807
|
+
"type": "identifier",
|
|
1808
|
+
"name": "Option"
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"computed": false
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
"eo-form": {
|
|
1819
|
+
"properties": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "layout",
|
|
1822
|
+
"annotation": {
|
|
1823
|
+
"type": "reference",
|
|
1824
|
+
"typeName": {
|
|
1825
|
+
"type": "identifier",
|
|
1826
|
+
"name": "Layout"
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "size",
|
|
1832
|
+
"annotation": {
|
|
1833
|
+
"type": "reference",
|
|
1834
|
+
"typeName": {
|
|
1835
|
+
"type": "identifier",
|
|
1836
|
+
"name": "ComponentSize"
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "formStyle",
|
|
1842
|
+
"annotation": {
|
|
1843
|
+
"type": "reference",
|
|
1844
|
+
"typeName": {
|
|
1845
|
+
"type": "qualifiedName",
|
|
1846
|
+
"left": {
|
|
1847
|
+
"type": "identifier",
|
|
1848
|
+
"name": "React"
|
|
1849
|
+
},
|
|
1850
|
+
"right": {
|
|
1851
|
+
"type": "identifier",
|
|
1852
|
+
"name": "CSSProperties"
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"events": [
|
|
1859
|
+
{
|
|
1860
|
+
"name": "values.change",
|
|
1861
|
+
"detail": {
|
|
1862
|
+
"annotation": {
|
|
1863
|
+
"type": "reference",
|
|
1864
|
+
"typeName": {
|
|
1865
|
+
"type": "identifier",
|
|
1866
|
+
"name": "Record"
|
|
1867
|
+
},
|
|
1868
|
+
"typeParameters": {
|
|
1869
|
+
"type": "typeParameterInstantiation",
|
|
1870
|
+
"params": [
|
|
1871
|
+
{
|
|
1872
|
+
"type": "keyword",
|
|
1873
|
+
"value": "string"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"type": "keyword",
|
|
1877
|
+
"value": "unknown"
|
|
1878
|
+
}
|
|
1879
|
+
]
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "validate.success",
|
|
1886
|
+
"detail": {
|
|
1887
|
+
"annotation": {
|
|
1888
|
+
"type": "reference",
|
|
1889
|
+
"typeName": {
|
|
1890
|
+
"type": "identifier",
|
|
1891
|
+
"name": "Record"
|
|
1892
|
+
},
|
|
1893
|
+
"typeParameters": {
|
|
1894
|
+
"type": "typeParameterInstantiation",
|
|
1895
|
+
"params": [
|
|
1896
|
+
{
|
|
1897
|
+
"type": "keyword",
|
|
1898
|
+
"value": "string"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"type": "keyword",
|
|
1902
|
+
"value": "unknown"
|
|
1903
|
+
}
|
|
1904
|
+
]
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "validate.error",
|
|
1911
|
+
"detail": {
|
|
1912
|
+
"annotation": {
|
|
1913
|
+
"type": "array",
|
|
1914
|
+
"elementType": {
|
|
1915
|
+
"type": "reference",
|
|
1916
|
+
"typeName": {
|
|
1917
|
+
"type": "identifier",
|
|
1918
|
+
"name": "MessageBody"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"methods": [
|
|
1926
|
+
{
|
|
1927
|
+
"name": "validate",
|
|
1928
|
+
"params": [],
|
|
1929
|
+
"returns": {
|
|
1930
|
+
"annotation": {
|
|
1931
|
+
"type": "union",
|
|
1932
|
+
"types": [
|
|
1933
|
+
{
|
|
1934
|
+
"type": "keyword",
|
|
1935
|
+
"value": "boolean"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "reference",
|
|
1939
|
+
"typeName": {
|
|
1940
|
+
"type": "identifier",
|
|
1941
|
+
"name": "Record"
|
|
1942
|
+
},
|
|
1943
|
+
"typeParameters": {
|
|
1944
|
+
"type": "typeParameterInstantiation",
|
|
1945
|
+
"params": [
|
|
1946
|
+
{
|
|
1947
|
+
"type": "keyword",
|
|
1948
|
+
"value": "string"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"type": "keyword",
|
|
1952
|
+
"value": "unknown"
|
|
1953
|
+
}
|
|
1954
|
+
]
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "setInitValue",
|
|
1963
|
+
"params": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "values",
|
|
1966
|
+
"annotation": {
|
|
1967
|
+
"type": "reference",
|
|
1968
|
+
"typeName": {
|
|
1969
|
+
"type": "identifier",
|
|
1970
|
+
"name": "Record"
|
|
1971
|
+
},
|
|
1972
|
+
"typeParameters": {
|
|
1973
|
+
"type": "typeParameterInstantiation",
|
|
1974
|
+
"params": [
|
|
1975
|
+
{
|
|
1976
|
+
"type": "keyword",
|
|
1977
|
+
"value": "string"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"type": "keyword",
|
|
1981
|
+
"value": "unknown"
|
|
1982
|
+
}
|
|
1983
|
+
]
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"returns": {}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "resetFields",
|
|
1992
|
+
"params": [
|
|
1993
|
+
{
|
|
1994
|
+
"name": "name",
|
|
1995
|
+
"annotation": {
|
|
1996
|
+
"type": "keyword",
|
|
1997
|
+
"value": "string"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"returns": {}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "getFieldsValue",
|
|
2005
|
+
"params": [
|
|
2006
|
+
{
|
|
2007
|
+
"name": "name",
|
|
1851
2008
|
"annotation": {
|
|
1852
2009
|
"type": "keyword",
|
|
1853
|
-
"value": "
|
|
1854
|
-
}
|
|
1855
|
-
"computed": false
|
|
2010
|
+
"value": "string"
|
|
2011
|
+
}
|
|
1856
2012
|
}
|
|
1857
|
-
]
|
|
2013
|
+
],
|
|
2014
|
+
"returns": {}
|
|
1858
2015
|
},
|
|
1859
2016
|
{
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1862
|
-
"body": [
|
|
2017
|
+
"name": "validateField",
|
|
2018
|
+
"params": [
|
|
1863
2019
|
{
|
|
1864
|
-
"
|
|
1865
|
-
"key": {
|
|
1866
|
-
"type": "identifier",
|
|
1867
|
-
"name": "label"
|
|
1868
|
-
},
|
|
2020
|
+
"name": "name",
|
|
1869
2021
|
"annotation": {
|
|
1870
2022
|
"type": "keyword",
|
|
1871
2023
|
"value": "string"
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"returns": {}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "resetValidateState",
|
|
2031
|
+
"params": [],
|
|
2032
|
+
"returns": {}
|
|
2033
|
+
}
|
|
2034
|
+
],
|
|
2035
|
+
"types": [
|
|
2036
|
+
{
|
|
2037
|
+
"type": "typeAlias",
|
|
2038
|
+
"name": "Layout",
|
|
2039
|
+
"annotation": {
|
|
2040
|
+
"type": "union",
|
|
2041
|
+
"types": [
|
|
2042
|
+
{
|
|
2043
|
+
"type": "jsLiteral",
|
|
2044
|
+
"value": "horizontal"
|
|
1872
2045
|
},
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
"type": "propertySignature",
|
|
1877
|
-
"key": {
|
|
1878
|
-
"type": "identifier",
|
|
1879
|
-
"name": "options"
|
|
2046
|
+
{
|
|
2047
|
+
"type": "jsLiteral",
|
|
2048
|
+
"value": "vertical"
|
|
1880
2049
|
},
|
|
1881
|
-
|
|
1882
|
-
"type": "
|
|
1883
|
-
"
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
2050
|
+
{
|
|
2051
|
+
"type": "jsLiteral",
|
|
2052
|
+
"value": "inline"
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"type": "typeAlias",
|
|
2059
|
+
"name": "ComponentSize",
|
|
2060
|
+
"annotation": {
|
|
2061
|
+
"type": "union",
|
|
2062
|
+
"types": [
|
|
2063
|
+
{
|
|
2064
|
+
"type": "jsLiteral",
|
|
2065
|
+
"value": "large"
|
|
1890
2066
|
},
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
2067
|
+
{
|
|
2068
|
+
"type": "jsLiteral",
|
|
2069
|
+
"value": "medium"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "jsLiteral",
|
|
2073
|
+
"value": "small"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "jsLiteral",
|
|
2077
|
+
"value": "xs"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
}
|
|
1894
2081
|
}
|
|
1895
2082
|
]
|
|
1896
2083
|
},
|
|
@@ -2185,224 +2372,44 @@
|
|
|
2185
2372
|
},
|
|
2186
2373
|
{
|
|
2187
2374
|
"type": "jsLiteral",
|
|
2188
|
-
"value": "text"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"type": "jsLiteral",
|
|
2192
|
-
"value": "time"
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"type": "jsLiteral",
|
|
2196
|
-
"value": "url"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"type": "jsLiteral",
|
|
2200
|
-
"value": "week"
|
|
2201
|
-
}
|
|
2202
|
-
]
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"type": "typeAlias",
|
|
2207
|
-
"name": "ComponentSize",
|
|
2208
|
-
"annotation": {
|
|
2209
|
-
"type": "union",
|
|
2210
|
-
"types": [
|
|
2211
|
-
{
|
|
2212
|
-
"type": "jsLiteral",
|
|
2213
|
-
"value": "large"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"type": "jsLiteral",
|
|
2217
|
-
"value": "medium"
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"type": "jsLiteral",
|
|
2221
|
-
"value": "small"
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"type": "jsLiteral",
|
|
2225
|
-
"value": "xs"
|
|
2226
|
-
}
|
|
2227
|
-
]
|
|
2228
|
-
}
|
|
2229
|
-
}
|
|
2230
|
-
]
|
|
2231
|
-
},
|
|
2232
|
-
"eo-textarea": {
|
|
2233
|
-
"properties": [
|
|
2234
|
-
{
|
|
2235
|
-
"name": "name",
|
|
2236
|
-
"annotation": {
|
|
2237
|
-
"type": "keyword",
|
|
2238
|
-
"value": "string"
|
|
2239
|
-
}
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"name": "label",
|
|
2243
|
-
"annotation": {
|
|
2244
|
-
"type": "keyword",
|
|
2245
|
-
"value": "string"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "value",
|
|
2250
|
-
"annotation": {
|
|
2251
|
-
"type": "keyword",
|
|
2252
|
-
"value": "string"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"name": "placeholder",
|
|
2257
|
-
"annotation": {
|
|
2258
|
-
"type": "keyword",
|
|
2259
|
-
"value": "string"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"name": "disabled",
|
|
2264
|
-
"annotation": {
|
|
2265
|
-
"type": "keyword",
|
|
2266
|
-
"value": "boolean"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"name": "minLength",
|
|
2271
|
-
"annotation": {
|
|
2272
|
-
"type": "keyword",
|
|
2273
|
-
"value": "number"
|
|
2274
|
-
}
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"name": "maxLength",
|
|
2278
|
-
"annotation": {
|
|
2279
|
-
"type": "keyword",
|
|
2280
|
-
"value": "number"
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
"name": "autoSize",
|
|
2285
|
-
"annotation": {
|
|
2286
|
-
"type": "reference",
|
|
2287
|
-
"typeName": {
|
|
2288
|
-
"type": "identifier",
|
|
2289
|
-
"name": "AutoSize"
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "required",
|
|
2295
|
-
"annotation": {
|
|
2296
|
-
"type": "keyword",
|
|
2297
|
-
"value": "boolean"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"name": "max",
|
|
2302
|
-
"annotation": {
|
|
2303
|
-
"type": "keyword",
|
|
2304
|
-
"value": "number"
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"name": "min",
|
|
2309
|
-
"annotation": {
|
|
2310
|
-
"type": "keyword",
|
|
2311
|
-
"value": "number"
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"name": "message",
|
|
2316
|
-
"annotation": {
|
|
2317
|
-
"type": "reference",
|
|
2318
|
-
"typeName": {
|
|
2319
|
-
"type": "identifier",
|
|
2320
|
-
"name": "Record"
|
|
2321
|
-
},
|
|
2322
|
-
"typeParameters": {
|
|
2323
|
-
"type": "typeParameterInstantiation",
|
|
2324
|
-
"params": [
|
|
2325
|
-
{
|
|
2326
|
-
"type": "keyword",
|
|
2327
|
-
"value": "string"
|
|
2328
|
-
},
|
|
2329
|
-
{
|
|
2330
|
-
"type": "keyword",
|
|
2331
|
-
"value": "string"
|
|
2332
|
-
}
|
|
2333
|
-
]
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "textareaStyle",
|
|
2339
|
-
"annotation": {
|
|
2340
|
-
"type": "reference",
|
|
2341
|
-
"typeName": {
|
|
2342
|
-
"type": "qualifiedName",
|
|
2343
|
-
"left": {
|
|
2344
|
-
"type": "identifier",
|
|
2345
|
-
"name": "React"
|
|
2375
|
+
"value": "text"
|
|
2346
2376
|
},
|
|
2347
|
-
|
|
2348
|
-
"type": "
|
|
2349
|
-
"
|
|
2377
|
+
{
|
|
2378
|
+
"type": "jsLiteral",
|
|
2379
|
+
"value": "time"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"type": "jsLiteral",
|
|
2383
|
+
"value": "url"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"type": "jsLiteral",
|
|
2387
|
+
"value": "week"
|
|
2350
2388
|
}
|
|
2351
|
-
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2354
|
-
],
|
|
2355
|
-
"events": [
|
|
2356
|
-
{
|
|
2357
|
-
"name": "change",
|
|
2358
|
-
"detail": {
|
|
2359
|
-
"annotation": {
|
|
2360
|
-
"type": "keyword",
|
|
2361
|
-
"value": "string"
|
|
2362
|
-
}
|
|
2389
|
+
]
|
|
2363
2390
|
}
|
|
2364
|
-
}
|
|
2365
|
-
],
|
|
2366
|
-
"methods": [],
|
|
2367
|
-
"types": [
|
|
2391
|
+
},
|
|
2368
2392
|
{
|
|
2369
2393
|
"type": "typeAlias",
|
|
2370
|
-
"name": "
|
|
2394
|
+
"name": "ComponentSize",
|
|
2371
2395
|
"annotation": {
|
|
2372
2396
|
"type": "union",
|
|
2373
2397
|
"types": [
|
|
2374
2398
|
{
|
|
2375
|
-
"type": "
|
|
2376
|
-
"value": "
|
|
2399
|
+
"type": "jsLiteral",
|
|
2400
|
+
"value": "large"
|
|
2377
2401
|
},
|
|
2378
2402
|
{
|
|
2379
|
-
"type": "
|
|
2380
|
-
"
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
"value": "number"
|
|
2390
|
-
},
|
|
2391
|
-
"computed": false
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
"type": "propertySignature",
|
|
2395
|
-
"key": {
|
|
2396
|
-
"type": "identifier",
|
|
2397
|
-
"name": "maxRows"
|
|
2398
|
-
},
|
|
2399
|
-
"annotation": {
|
|
2400
|
-
"type": "keyword",
|
|
2401
|
-
"value": "number"
|
|
2402
|
-
},
|
|
2403
|
-
"computed": false
|
|
2404
|
-
}
|
|
2405
|
-
]
|
|
2403
|
+
"type": "jsLiteral",
|
|
2404
|
+
"value": "medium"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"type": "jsLiteral",
|
|
2408
|
+
"value": "small"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"type": "jsLiteral",
|
|
2412
|
+
"value": "xs"
|
|
2406
2413
|
}
|
|
2407
2414
|
]
|
|
2408
2415
|
}
|
|
@@ -3318,6 +3325,186 @@
|
|
|
3318
3325
|
}
|
|
3319
3326
|
]
|
|
3320
3327
|
},
|
|
3328
|
+
"eo-textarea": {
|
|
3329
|
+
"properties": [
|
|
3330
|
+
{
|
|
3331
|
+
"name": "name",
|
|
3332
|
+
"annotation": {
|
|
3333
|
+
"type": "keyword",
|
|
3334
|
+
"value": "string"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "label",
|
|
3339
|
+
"annotation": {
|
|
3340
|
+
"type": "keyword",
|
|
3341
|
+
"value": "string"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"name": "value",
|
|
3346
|
+
"annotation": {
|
|
3347
|
+
"type": "keyword",
|
|
3348
|
+
"value": "string"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"name": "placeholder",
|
|
3353
|
+
"annotation": {
|
|
3354
|
+
"type": "keyword",
|
|
3355
|
+
"value": "string"
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"name": "disabled",
|
|
3360
|
+
"annotation": {
|
|
3361
|
+
"type": "keyword",
|
|
3362
|
+
"value": "boolean"
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"name": "minLength",
|
|
3367
|
+
"annotation": {
|
|
3368
|
+
"type": "keyword",
|
|
3369
|
+
"value": "number"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"name": "maxLength",
|
|
3374
|
+
"annotation": {
|
|
3375
|
+
"type": "keyword",
|
|
3376
|
+
"value": "number"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "autoSize",
|
|
3381
|
+
"annotation": {
|
|
3382
|
+
"type": "reference",
|
|
3383
|
+
"typeName": {
|
|
3384
|
+
"type": "identifier",
|
|
3385
|
+
"name": "AutoSize"
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"name": "required",
|
|
3391
|
+
"annotation": {
|
|
3392
|
+
"type": "keyword",
|
|
3393
|
+
"value": "boolean"
|
|
3394
|
+
}
|
|
3395
|
+
},
|
|
3396
|
+
{
|
|
3397
|
+
"name": "max",
|
|
3398
|
+
"annotation": {
|
|
3399
|
+
"type": "keyword",
|
|
3400
|
+
"value": "number"
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"name": "min",
|
|
3405
|
+
"annotation": {
|
|
3406
|
+
"type": "keyword",
|
|
3407
|
+
"value": "number"
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"name": "message",
|
|
3412
|
+
"annotation": {
|
|
3413
|
+
"type": "reference",
|
|
3414
|
+
"typeName": {
|
|
3415
|
+
"type": "identifier",
|
|
3416
|
+
"name": "Record"
|
|
3417
|
+
},
|
|
3418
|
+
"typeParameters": {
|
|
3419
|
+
"type": "typeParameterInstantiation",
|
|
3420
|
+
"params": [
|
|
3421
|
+
{
|
|
3422
|
+
"type": "keyword",
|
|
3423
|
+
"value": "string"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"type": "keyword",
|
|
3427
|
+
"value": "string"
|
|
3428
|
+
}
|
|
3429
|
+
]
|
|
3430
|
+
}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "textareaStyle",
|
|
3435
|
+
"annotation": {
|
|
3436
|
+
"type": "reference",
|
|
3437
|
+
"typeName": {
|
|
3438
|
+
"type": "qualifiedName",
|
|
3439
|
+
"left": {
|
|
3440
|
+
"type": "identifier",
|
|
3441
|
+
"name": "React"
|
|
3442
|
+
},
|
|
3443
|
+
"right": {
|
|
3444
|
+
"type": "identifier",
|
|
3445
|
+
"name": "CSSProperties"
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"events": [
|
|
3452
|
+
{
|
|
3453
|
+
"name": "change",
|
|
3454
|
+
"detail": {
|
|
3455
|
+
"annotation": {
|
|
3456
|
+
"type": "keyword",
|
|
3457
|
+
"value": "string"
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"methods": [],
|
|
3463
|
+
"types": [
|
|
3464
|
+
{
|
|
3465
|
+
"type": "typeAlias",
|
|
3466
|
+
"name": "AutoSize",
|
|
3467
|
+
"annotation": {
|
|
3468
|
+
"type": "union",
|
|
3469
|
+
"types": [
|
|
3470
|
+
{
|
|
3471
|
+
"type": "keyword",
|
|
3472
|
+
"value": "boolean"
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"type": "typeLiteral",
|
|
3476
|
+
"members": [
|
|
3477
|
+
{
|
|
3478
|
+
"type": "propertySignature",
|
|
3479
|
+
"key": {
|
|
3480
|
+
"type": "identifier",
|
|
3481
|
+
"name": "minRows"
|
|
3482
|
+
},
|
|
3483
|
+
"annotation": {
|
|
3484
|
+
"type": "keyword",
|
|
3485
|
+
"value": "number"
|
|
3486
|
+
},
|
|
3487
|
+
"computed": false
|
|
3488
|
+
},
|
|
3489
|
+
{
|
|
3490
|
+
"type": "propertySignature",
|
|
3491
|
+
"key": {
|
|
3492
|
+
"type": "identifier",
|
|
3493
|
+
"name": "maxRows"
|
|
3494
|
+
},
|
|
3495
|
+
"annotation": {
|
|
3496
|
+
"type": "keyword",
|
|
3497
|
+
"value": "number"
|
|
3498
|
+
},
|
|
3499
|
+
"computed": false
|
|
3500
|
+
}
|
|
3501
|
+
]
|
|
3502
|
+
}
|
|
3503
|
+
]
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
3506
|
+
]
|
|
3507
|
+
},
|
|
3321
3508
|
"eo-radio": {
|
|
3322
3509
|
"properties": [
|
|
3323
3510
|
{
|