@next-bricks/form 1.15.18 → 1.15.20
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 +40 -40
- package/dist/chunks/{5347.062653c6.js → 5347.00500d5b.js} +3 -3
- package/dist/chunks/{5347.062653c6.js.map → 5347.00500d5b.js.map} +1 -1
- package/dist/chunks/eo-color-picker.2ca173ad.js +2 -0
- package/dist/chunks/{eo-color-picker.ddddea8e.js.map → eo-color-picker.2ca173ad.js.map} +1 -1
- package/dist/chunks/{main.8f0c9874.js → main.7b4f5b14.js} +2 -2
- package/dist/chunks/{main.8f0c9874.js.map → main.7b4f5b14.js.map} +1 -1
- package/dist/examples.json +13 -13
- package/dist/{index.02c0692b.js → index.78c877f2.js} +2 -2
- package/dist/{index.02c0692b.js.map → index.78c877f2.js.map} +1 -1
- package/dist/manifest.json +561 -561
- package/dist/types.json +873 -873
- package/package.json +2 -2
- package/dist/chunks/eo-color-picker.ddddea8e.js +0 -2
- /package/dist/chunks/{5347.062653c6.js.LICENSE.txt → 5347.00500d5b.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
],
|
|
576
576
|
"methods": []
|
|
577
577
|
},
|
|
578
|
-
"eo-
|
|
578
|
+
"eo-radio": {
|
|
579
579
|
"properties": [
|
|
580
580
|
{
|
|
581
581
|
"name": "name",
|
|
@@ -584,13 +584,6 @@
|
|
|
584
584
|
"value": "string"
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
|
-
{
|
|
588
|
-
"name": "placeholder",
|
|
589
|
-
"annotation": {
|
|
590
|
-
"type": "keyword",
|
|
591
|
-
"value": "string"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
587
|
{
|
|
595
588
|
"name": "label",
|
|
596
589
|
"annotation": {
|
|
@@ -606,7 +599,7 @@
|
|
|
606
599
|
"type": "reference",
|
|
607
600
|
"typeName": {
|
|
608
601
|
"type": "identifier",
|
|
609
|
-
"name": "
|
|
602
|
+
"name": "GeneralOption"
|
|
610
603
|
}
|
|
611
604
|
}
|
|
612
605
|
}
|
|
@@ -656,128 +649,37 @@
|
|
|
656
649
|
}
|
|
657
650
|
},
|
|
658
651
|
{
|
|
659
|
-
"name": "
|
|
660
|
-
"annotation": {
|
|
661
|
-
"type": "union",
|
|
662
|
-
"types": [
|
|
663
|
-
{
|
|
664
|
-
"type": "jsLiteral",
|
|
665
|
-
"value": "tags"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "jsLiteral",
|
|
669
|
-
"value": "multiple"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"name": "tokenSeparators",
|
|
652
|
+
"name": "type",
|
|
676
653
|
"annotation": {
|
|
677
|
-
"type": "
|
|
678
|
-
"
|
|
679
|
-
"type": "
|
|
680
|
-
"
|
|
654
|
+
"type": "reference",
|
|
655
|
+
"typeName": {
|
|
656
|
+
"type": "identifier",
|
|
657
|
+
"name": "RadioType"
|
|
681
658
|
}
|
|
682
659
|
}
|
|
683
660
|
},
|
|
684
661
|
{
|
|
685
|
-
"name": "
|
|
686
|
-
"annotation": {
|
|
687
|
-
"type": "keyword",
|
|
688
|
-
"value": "number"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "groupBy",
|
|
693
|
-
"annotation": {
|
|
694
|
-
"type": "keyword",
|
|
695
|
-
"value": "string"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"name": "suffix",
|
|
700
|
-
"annotation": {
|
|
701
|
-
"type": "typeLiteral",
|
|
702
|
-
"members": [
|
|
703
|
-
{
|
|
704
|
-
"type": "propertySignature",
|
|
705
|
-
"key": {
|
|
706
|
-
"type": "identifier",
|
|
707
|
-
"name": "useBrick"
|
|
708
|
-
},
|
|
709
|
-
"annotation": {
|
|
710
|
-
"type": "reference",
|
|
711
|
-
"typeName": {
|
|
712
|
-
"type": "identifier",
|
|
713
|
-
"name": "UseSingleBrickConf"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
"computed": false
|
|
717
|
-
}
|
|
718
|
-
]
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"name": "clearable",
|
|
723
|
-
"annotation": {
|
|
724
|
-
"type": "keyword",
|
|
725
|
-
"value": "boolean"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "fields",
|
|
730
|
-
"annotation": {
|
|
731
|
-
"type": "typeLiteral",
|
|
732
|
-
"members": [
|
|
733
|
-
{
|
|
734
|
-
"type": "propertySignature",
|
|
735
|
-
"key": {
|
|
736
|
-
"type": "identifier",
|
|
737
|
-
"name": "label"
|
|
738
|
-
},
|
|
739
|
-
"annotation": {
|
|
740
|
-
"type": "keyword",
|
|
741
|
-
"value": "string"
|
|
742
|
-
},
|
|
743
|
-
"optional": true,
|
|
744
|
-
"computed": false
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"type": "propertySignature",
|
|
748
|
-
"key": {
|
|
749
|
-
"type": "identifier",
|
|
750
|
-
"name": "value"
|
|
751
|
-
},
|
|
752
|
-
"annotation": {
|
|
753
|
-
"type": "keyword",
|
|
754
|
-
"value": "string"
|
|
755
|
-
},
|
|
756
|
-
"optional": true,
|
|
757
|
-
"computed": false
|
|
758
|
-
}
|
|
759
|
-
]
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"name": "useBackend",
|
|
662
|
+
"name": "ui",
|
|
764
663
|
"annotation": {
|
|
765
664
|
"type": "reference",
|
|
766
665
|
"typeName": {
|
|
767
666
|
"type": "identifier",
|
|
768
|
-
"name": "
|
|
667
|
+
"name": "UIType"
|
|
769
668
|
}
|
|
770
669
|
}
|
|
771
670
|
},
|
|
772
671
|
{
|
|
773
|
-
"name": "
|
|
672
|
+
"name": "size",
|
|
774
673
|
"annotation": {
|
|
775
|
-
"type": "
|
|
776
|
-
"
|
|
674
|
+
"type": "reference",
|
|
675
|
+
"typeName": {
|
|
676
|
+
"type": "identifier",
|
|
677
|
+
"name": "ComponentSize"
|
|
678
|
+
}
|
|
777
679
|
}
|
|
778
680
|
},
|
|
779
681
|
{
|
|
780
|
-
"name": "
|
|
682
|
+
"name": "customStyle",
|
|
781
683
|
"annotation": {
|
|
782
684
|
"type": "reference",
|
|
783
685
|
"typeName": {
|
|
@@ -794,10 +696,13 @@
|
|
|
794
696
|
}
|
|
795
697
|
},
|
|
796
698
|
{
|
|
797
|
-
"name": "
|
|
699
|
+
"name": "useBrick",
|
|
798
700
|
"annotation": {
|
|
799
|
-
"type": "
|
|
800
|
-
"
|
|
701
|
+
"type": "reference",
|
|
702
|
+
"typeName": {
|
|
703
|
+
"type": "identifier",
|
|
704
|
+
"name": "UseSingleBrickConf"
|
|
705
|
+
}
|
|
801
706
|
}
|
|
802
707
|
}
|
|
803
708
|
],
|
|
@@ -806,85 +711,23 @@
|
|
|
806
711
|
"name": "change",
|
|
807
712
|
"detail": {
|
|
808
713
|
"annotation": {
|
|
809
|
-
"type": "
|
|
810
|
-
"
|
|
714
|
+
"type": "union",
|
|
715
|
+
"types": [
|
|
811
716
|
{
|
|
812
|
-
"type": "
|
|
813
|
-
"
|
|
717
|
+
"type": "reference",
|
|
718
|
+
"typeName": {
|
|
814
719
|
"type": "identifier",
|
|
815
|
-
"name": "
|
|
816
|
-
}
|
|
817
|
-
"annotation": {
|
|
818
|
-
"type": "union",
|
|
819
|
-
"types": [
|
|
820
|
-
{
|
|
821
|
-
"type": "keyword",
|
|
822
|
-
"value": "string"
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"type": "array",
|
|
826
|
-
"elementType": {
|
|
827
|
-
"type": "keyword",
|
|
828
|
-
"value": "string"
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
]
|
|
832
|
-
},
|
|
833
|
-
"computed": false
|
|
720
|
+
"name": "GeneralComplexOption"
|
|
721
|
+
}
|
|
834
722
|
},
|
|
835
723
|
{
|
|
836
|
-
"type": "
|
|
837
|
-
"
|
|
838
|
-
"type": "identifier",
|
|
839
|
-
"name": "options"
|
|
840
|
-
},
|
|
841
|
-
"annotation": {
|
|
842
|
-
"type": "array",
|
|
843
|
-
"elementType": {
|
|
844
|
-
"type": "reference",
|
|
845
|
-
"typeName": {
|
|
846
|
-
"type": "identifier",
|
|
847
|
-
"name": "GeneralComplexOption"
|
|
848
|
-
}
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"computed": false
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "search",
|
|
859
|
-
"detail": {
|
|
860
|
-
"annotation": {
|
|
861
|
-
"type": "typeLiteral",
|
|
862
|
-
"members": [
|
|
863
|
-
{
|
|
864
|
-
"type": "propertySignature",
|
|
865
|
-
"key": {
|
|
866
|
-
"type": "identifier",
|
|
867
|
-
"name": "value"
|
|
868
|
-
},
|
|
869
|
-
"annotation": {
|
|
870
|
-
"type": "keyword",
|
|
871
|
-
"value": "string"
|
|
872
|
-
},
|
|
873
|
-
"computed": false
|
|
724
|
+
"type": "keyword",
|
|
725
|
+
"value": "undefined"
|
|
874
726
|
}
|
|
875
727
|
]
|
|
876
728
|
}
|
|
877
729
|
}
|
|
878
730
|
},
|
|
879
|
-
{
|
|
880
|
-
"name": "select.focus",
|
|
881
|
-
"detail": {
|
|
882
|
-
"annotation": {
|
|
883
|
-
"type": "keyword",
|
|
884
|
-
"value": "void"
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
731
|
{
|
|
889
732
|
"name": "options.change",
|
|
890
733
|
"detail": {
|
|
@@ -963,41 +806,89 @@
|
|
|
963
806
|
"methods": [],
|
|
964
807
|
"types": [
|
|
965
808
|
{
|
|
966
|
-
"type": "
|
|
967
|
-
"name": "
|
|
968
|
-
"
|
|
969
|
-
"type": "
|
|
970
|
-
"
|
|
809
|
+
"type": "typeAlias",
|
|
810
|
+
"name": "GeneralOption",
|
|
811
|
+
"annotation": {
|
|
812
|
+
"type": "union",
|
|
813
|
+
"types": [
|
|
971
814
|
{
|
|
972
|
-
"type": "
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
815
|
+
"type": "keyword",
|
|
816
|
+
"value": "string"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"type": "keyword",
|
|
820
|
+
"value": "number"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"type": "keyword",
|
|
824
|
+
"value": "boolean"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"type": "reference",
|
|
828
|
+
"typeName": {
|
|
829
|
+
"type": "identifier",
|
|
830
|
+
"name": "GeneralComplexOption"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"type": "reference",
|
|
835
|
+
"typeName": {
|
|
836
|
+
"type": "identifier",
|
|
837
|
+
"name": "Record"
|
|
838
|
+
},
|
|
839
|
+
"typeParameters": {
|
|
840
|
+
"type": "typeParameterInstantiation",
|
|
841
|
+
"params": [
|
|
842
|
+
{
|
|
843
|
+
"type": "keyword",
|
|
844
|
+
"value": "string"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"type": "keyword",
|
|
848
|
+
"value": "any"
|
|
849
|
+
}
|
|
850
|
+
]
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"type": "interface",
|
|
858
|
+
"name": "GeneralComplexOption",
|
|
859
|
+
"typeParameters": {
|
|
860
|
+
"type": "typeParameterDeclaration",
|
|
861
|
+
"params": [
|
|
862
|
+
{
|
|
863
|
+
"type": "typeParameter",
|
|
864
|
+
"name": "T",
|
|
865
|
+
"default": {
|
|
866
|
+
"type": "union",
|
|
867
|
+
"types": [
|
|
868
|
+
{
|
|
869
|
+
"type": "keyword",
|
|
870
|
+
"value": "string"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"type": "keyword",
|
|
874
|
+
"value": "number"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"type": "keyword",
|
|
878
|
+
"value": "boolean"
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
"body": [
|
|
886
|
+
{
|
|
887
|
+
"type": "propertySignature",
|
|
888
|
+
"key": {
|
|
889
|
+
"type": "identifier",
|
|
890
|
+
"name": "label"
|
|
891
|
+
},
|
|
1001
892
|
"annotation": {
|
|
1002
893
|
"type": "keyword",
|
|
1003
894
|
"value": "string"
|
|
@@ -1037,97 +928,79 @@
|
|
|
1037
928
|
]
|
|
1038
929
|
},
|
|
1039
930
|
{
|
|
1040
|
-
"type": "
|
|
1041
|
-
"name": "
|
|
1042
|
-
"
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
"type": "
|
|
1047
|
-
"
|
|
931
|
+
"type": "typeAlias",
|
|
932
|
+
"name": "RadioType",
|
|
933
|
+
"annotation": {
|
|
934
|
+
"type": "union",
|
|
935
|
+
"types": [
|
|
936
|
+
{
|
|
937
|
+
"type": "jsLiteral",
|
|
938
|
+
"value": "button"
|
|
1048
939
|
},
|
|
1049
|
-
|
|
1050
|
-
"type": "
|
|
1051
|
-
"value": "
|
|
940
|
+
{
|
|
941
|
+
"type": "jsLiteral",
|
|
942
|
+
"value": "default"
|
|
1052
943
|
},
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"type": "propertySignature",
|
|
1057
|
-
"key": {
|
|
1058
|
-
"type": "identifier",
|
|
1059
|
-
"name": "args"
|
|
944
|
+
{
|
|
945
|
+
"type": "jsLiteral",
|
|
946
|
+
"value": "icon"
|
|
1060
947
|
},
|
|
1061
|
-
|
|
1062
|
-
"type": "
|
|
1063
|
-
"
|
|
1064
|
-
{
|
|
1065
|
-
"type": "array",
|
|
1066
|
-
"elementType": {
|
|
1067
|
-
"type": "keyword",
|
|
1068
|
-
"value": "any"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"type": "parenthesizedType",
|
|
1073
|
-
"annotation": {
|
|
1074
|
-
"type": "function",
|
|
1075
|
-
"parameters": [
|
|
1076
|
-
{
|
|
1077
|
-
"type": "restElement",
|
|
1078
|
-
"argument": {
|
|
1079
|
-
"type": "identifier",
|
|
1080
|
-
"name": "args"
|
|
1081
|
-
},
|
|
1082
|
-
"annotation": {
|
|
1083
|
-
"type": "array",
|
|
1084
|
-
"elementType": {
|
|
1085
|
-
"type": "keyword",
|
|
1086
|
-
"value": "any"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"annotation": {
|
|
1092
|
-
"type": "array",
|
|
1093
|
-
"elementType": {
|
|
1094
|
-
"type": "keyword",
|
|
1095
|
-
"value": "any"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
948
|
+
{
|
|
949
|
+
"type": "jsLiteral",
|
|
950
|
+
"value": "icon-circle"
|
|
1101
951
|
},
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
"type": "propertySignature",
|
|
1106
|
-
"key": {
|
|
1107
|
-
"type": "identifier",
|
|
1108
|
-
"name": "transform"
|
|
952
|
+
{
|
|
953
|
+
"type": "jsLiteral",
|
|
954
|
+
"value": "icon-square"
|
|
1109
955
|
},
|
|
1110
|
-
|
|
1111
|
-
"type": "
|
|
1112
|
-
"
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
956
|
+
{
|
|
957
|
+
"type": "jsLiteral",
|
|
958
|
+
"value": "custom"
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type": "typeAlias",
|
|
965
|
+
"name": "UIType",
|
|
966
|
+
"annotation": {
|
|
967
|
+
"type": "union",
|
|
968
|
+
"types": [
|
|
969
|
+
{
|
|
970
|
+
"type": "jsLiteral",
|
|
971
|
+
"value": "default"
|
|
1126
972
|
},
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
973
|
+
{
|
|
974
|
+
"type": "jsLiteral",
|
|
975
|
+
"value": "dashboard"
|
|
976
|
+
}
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"type": "typeAlias",
|
|
982
|
+
"name": "ComponentSize",
|
|
983
|
+
"annotation": {
|
|
984
|
+
"type": "union",
|
|
985
|
+
"types": [
|
|
986
|
+
{
|
|
987
|
+
"type": "jsLiteral",
|
|
988
|
+
"value": "large"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"type": "jsLiteral",
|
|
992
|
+
"value": "medium"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "jsLiteral",
|
|
996
|
+
"value": "small"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"type": "jsLiteral",
|
|
1000
|
+
"value": "xs"
|
|
1001
|
+
}
|
|
1002
|
+
]
|
|
1003
|
+
}
|
|
1131
1004
|
}
|
|
1132
1005
|
]
|
|
1133
1006
|
},
|
|
@@ -1766,35 +1639,223 @@
|
|
|
1766
1639
|
}
|
|
1767
1640
|
]
|
|
1768
1641
|
},
|
|
1769
|
-
"eo-
|
|
1642
|
+
"eo-textarea": {
|
|
1770
1643
|
"properties": [
|
|
1771
1644
|
{
|
|
1772
|
-
"name": "
|
|
1645
|
+
"name": "name",
|
|
1773
1646
|
"annotation": {
|
|
1774
|
-
"type": "
|
|
1775
|
-
"
|
|
1776
|
-
"type": "identifier",
|
|
1777
|
-
"name": "Record"
|
|
1778
|
-
},
|
|
1779
|
-
"typeParameters": {
|
|
1780
|
-
"type": "typeParameterInstantiation",
|
|
1781
|
-
"params": [
|
|
1782
|
-
{
|
|
1783
|
-
"type": "keyword",
|
|
1784
|
-
"value": "string"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"type": "keyword",
|
|
1788
|
-
"value": "unknown"
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
}
|
|
1647
|
+
"type": "keyword",
|
|
1648
|
+
"value": "string"
|
|
1792
1649
|
}
|
|
1793
1650
|
},
|
|
1794
1651
|
{
|
|
1795
|
-
"name": "
|
|
1652
|
+
"name": "label",
|
|
1796
1653
|
"annotation": {
|
|
1797
|
-
"type": "
|
|
1654
|
+
"type": "keyword",
|
|
1655
|
+
"value": "string"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "value",
|
|
1660
|
+
"annotation": {
|
|
1661
|
+
"type": "keyword",
|
|
1662
|
+
"value": "string"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "placeholder",
|
|
1667
|
+
"annotation": {
|
|
1668
|
+
"type": "keyword",
|
|
1669
|
+
"value": "string"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "disabled",
|
|
1674
|
+
"annotation": {
|
|
1675
|
+
"type": "keyword",
|
|
1676
|
+
"value": "boolean"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "minLength",
|
|
1681
|
+
"annotation": {
|
|
1682
|
+
"type": "keyword",
|
|
1683
|
+
"value": "number"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "maxLength",
|
|
1688
|
+
"annotation": {
|
|
1689
|
+
"type": "keyword",
|
|
1690
|
+
"value": "number"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "autoSize",
|
|
1695
|
+
"annotation": {
|
|
1696
|
+
"type": "reference",
|
|
1697
|
+
"typeName": {
|
|
1698
|
+
"type": "identifier",
|
|
1699
|
+
"name": "AutoSize"
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "required",
|
|
1705
|
+
"annotation": {
|
|
1706
|
+
"type": "keyword",
|
|
1707
|
+
"value": "boolean"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "max",
|
|
1712
|
+
"annotation": {
|
|
1713
|
+
"type": "keyword",
|
|
1714
|
+
"value": "number"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "min",
|
|
1719
|
+
"annotation": {
|
|
1720
|
+
"type": "keyword",
|
|
1721
|
+
"value": "number"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "message",
|
|
1726
|
+
"annotation": {
|
|
1727
|
+
"type": "reference",
|
|
1728
|
+
"typeName": {
|
|
1729
|
+
"type": "identifier",
|
|
1730
|
+
"name": "Record"
|
|
1731
|
+
},
|
|
1732
|
+
"typeParameters": {
|
|
1733
|
+
"type": "typeParameterInstantiation",
|
|
1734
|
+
"params": [
|
|
1735
|
+
{
|
|
1736
|
+
"type": "keyword",
|
|
1737
|
+
"value": "string"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"type": "keyword",
|
|
1741
|
+
"value": "string"
|
|
1742
|
+
}
|
|
1743
|
+
]
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "textareaStyle",
|
|
1749
|
+
"annotation": {
|
|
1750
|
+
"type": "reference",
|
|
1751
|
+
"typeName": {
|
|
1752
|
+
"type": "qualifiedName",
|
|
1753
|
+
"left": {
|
|
1754
|
+
"type": "identifier",
|
|
1755
|
+
"name": "React"
|
|
1756
|
+
},
|
|
1757
|
+
"right": {
|
|
1758
|
+
"type": "identifier",
|
|
1759
|
+
"name": "CSSProperties"
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"events": [
|
|
1766
|
+
{
|
|
1767
|
+
"name": "change",
|
|
1768
|
+
"detail": {
|
|
1769
|
+
"annotation": {
|
|
1770
|
+
"type": "keyword",
|
|
1771
|
+
"value": "string"
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"methods": [
|
|
1777
|
+
{
|
|
1778
|
+
"name": "focusTextarea",
|
|
1779
|
+
"params": [],
|
|
1780
|
+
"returns": {}
|
|
1781
|
+
}
|
|
1782
|
+
],
|
|
1783
|
+
"types": [
|
|
1784
|
+
{
|
|
1785
|
+
"type": "typeAlias",
|
|
1786
|
+
"name": "AutoSize",
|
|
1787
|
+
"annotation": {
|
|
1788
|
+
"type": "union",
|
|
1789
|
+
"types": [
|
|
1790
|
+
{
|
|
1791
|
+
"type": "keyword",
|
|
1792
|
+
"value": "boolean"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"type": "typeLiteral",
|
|
1796
|
+
"members": [
|
|
1797
|
+
{
|
|
1798
|
+
"type": "propertySignature",
|
|
1799
|
+
"key": {
|
|
1800
|
+
"type": "identifier",
|
|
1801
|
+
"name": "minRows"
|
|
1802
|
+
},
|
|
1803
|
+
"annotation": {
|
|
1804
|
+
"type": "keyword",
|
|
1805
|
+
"value": "number"
|
|
1806
|
+
},
|
|
1807
|
+
"optional": true,
|
|
1808
|
+
"computed": false
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"type": "propertySignature",
|
|
1812
|
+
"key": {
|
|
1813
|
+
"type": "identifier",
|
|
1814
|
+
"name": "maxRows"
|
|
1815
|
+
},
|
|
1816
|
+
"annotation": {
|
|
1817
|
+
"type": "keyword",
|
|
1818
|
+
"value": "number"
|
|
1819
|
+
},
|
|
1820
|
+
"optional": true,
|
|
1821
|
+
"computed": false
|
|
1822
|
+
}
|
|
1823
|
+
]
|
|
1824
|
+
}
|
|
1825
|
+
]
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1830
|
+
"eo-form": {
|
|
1831
|
+
"properties": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "staticValues",
|
|
1834
|
+
"annotation": {
|
|
1835
|
+
"type": "reference",
|
|
1836
|
+
"typeName": {
|
|
1837
|
+
"type": "identifier",
|
|
1838
|
+
"name": "Record"
|
|
1839
|
+
},
|
|
1840
|
+
"typeParameters": {
|
|
1841
|
+
"type": "typeParameterInstantiation",
|
|
1842
|
+
"params": [
|
|
1843
|
+
{
|
|
1844
|
+
"type": "keyword",
|
|
1845
|
+
"value": "string"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"type": "keyword",
|
|
1849
|
+
"value": "unknown"
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "layout",
|
|
1857
|
+
"annotation": {
|
|
1858
|
+
"type": "reference",
|
|
1798
1859
|
"typeName": {
|
|
1799
1860
|
"type": "identifier",
|
|
1800
1861
|
"name": "Layout"
|
|
@@ -2540,7 +2601,7 @@
|
|
|
2540
2601
|
}
|
|
2541
2602
|
]
|
|
2542
2603
|
},
|
|
2543
|
-
"eo-
|
|
2604
|
+
"eo-icon-select": {
|
|
2544
2605
|
"properties": [
|
|
2545
2606
|
{
|
|
2546
2607
|
"name": "name",
|
|
@@ -2559,15 +2620,11 @@
|
|
|
2559
2620
|
{
|
|
2560
2621
|
"name": "value",
|
|
2561
2622
|
"annotation": {
|
|
2562
|
-
"type": "
|
|
2563
|
-
"
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
"name": "placeholder",
|
|
2568
|
-
"annotation": {
|
|
2569
|
-
"type": "keyword",
|
|
2570
|
-
"value": "string"
|
|
2623
|
+
"type": "reference",
|
|
2624
|
+
"typeName": {
|
|
2625
|
+
"type": "identifier",
|
|
2626
|
+
"name": "Icon"
|
|
2627
|
+
}
|
|
2571
2628
|
}
|
|
2572
2629
|
},
|
|
2573
2630
|
{
|
|
@@ -2578,221 +2635,37 @@
|
|
|
2578
2635
|
}
|
|
2579
2636
|
},
|
|
2580
2637
|
{
|
|
2581
|
-
"name": "
|
|
2582
|
-
"annotation": {
|
|
2583
|
-
"type": "keyword",
|
|
2584
|
-
"value": "number"
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "maxLength",
|
|
2638
|
+
"name": "required",
|
|
2589
2639
|
"annotation": {
|
|
2590
2640
|
"type": "keyword",
|
|
2591
|
-
"value": "
|
|
2641
|
+
"value": "boolean"
|
|
2592
2642
|
}
|
|
2593
2643
|
},
|
|
2594
2644
|
{
|
|
2595
|
-
"name": "
|
|
2645
|
+
"name": "message",
|
|
2596
2646
|
"annotation": {
|
|
2597
2647
|
"type": "reference",
|
|
2598
2648
|
"typeName": {
|
|
2599
2649
|
"type": "identifier",
|
|
2600
|
-
"name": "
|
|
2650
|
+
"name": "Record"
|
|
2651
|
+
},
|
|
2652
|
+
"typeParameters": {
|
|
2653
|
+
"type": "typeParameterInstantiation",
|
|
2654
|
+
"params": [
|
|
2655
|
+
{
|
|
2656
|
+
"type": "keyword",
|
|
2657
|
+
"value": "string"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"type": "keyword",
|
|
2661
|
+
"value": "string"
|
|
2662
|
+
}
|
|
2663
|
+
]
|
|
2601
2664
|
}
|
|
2602
2665
|
}
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
"annotation": {
|
|
2607
|
-
"type": "keyword",
|
|
2608
|
-
"value": "boolean"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "max",
|
|
2613
|
-
"annotation": {
|
|
2614
|
-
"type": "keyword",
|
|
2615
|
-
"value": "number"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"name": "min",
|
|
2620
|
-
"annotation": {
|
|
2621
|
-
"type": "keyword",
|
|
2622
|
-
"value": "number"
|
|
2623
|
-
}
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "message",
|
|
2627
|
-
"annotation": {
|
|
2628
|
-
"type": "reference",
|
|
2629
|
-
"typeName": {
|
|
2630
|
-
"type": "identifier",
|
|
2631
|
-
"name": "Record"
|
|
2632
|
-
},
|
|
2633
|
-
"typeParameters": {
|
|
2634
|
-
"type": "typeParameterInstantiation",
|
|
2635
|
-
"params": [
|
|
2636
|
-
{
|
|
2637
|
-
"type": "keyword",
|
|
2638
|
-
"value": "string"
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"type": "keyword",
|
|
2642
|
-
"value": "string"
|
|
2643
|
-
}
|
|
2644
|
-
]
|
|
2645
|
-
}
|
|
2646
|
-
}
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "textareaStyle",
|
|
2650
|
-
"annotation": {
|
|
2651
|
-
"type": "reference",
|
|
2652
|
-
"typeName": {
|
|
2653
|
-
"type": "qualifiedName",
|
|
2654
|
-
"left": {
|
|
2655
|
-
"type": "identifier",
|
|
2656
|
-
"name": "React"
|
|
2657
|
-
},
|
|
2658
|
-
"right": {
|
|
2659
|
-
"type": "identifier",
|
|
2660
|
-
"name": "CSSProperties"
|
|
2661
|
-
}
|
|
2662
|
-
}
|
|
2663
|
-
}
|
|
2664
|
-
}
|
|
2665
|
-
],
|
|
2666
|
-
"events": [
|
|
2667
|
-
{
|
|
2668
|
-
"name": "change",
|
|
2669
|
-
"detail": {
|
|
2670
|
-
"annotation": {
|
|
2671
|
-
"type": "keyword",
|
|
2672
|
-
"value": "string"
|
|
2673
|
-
}
|
|
2674
|
-
}
|
|
2675
|
-
}
|
|
2676
|
-
],
|
|
2677
|
-
"methods": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "focusTextarea",
|
|
2680
|
-
"params": [],
|
|
2681
|
-
"returns": {}
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"types": [
|
|
2685
|
-
{
|
|
2686
|
-
"type": "typeAlias",
|
|
2687
|
-
"name": "AutoSize",
|
|
2688
|
-
"annotation": {
|
|
2689
|
-
"type": "union",
|
|
2690
|
-
"types": [
|
|
2691
|
-
{
|
|
2692
|
-
"type": "keyword",
|
|
2693
|
-
"value": "boolean"
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"type": "typeLiteral",
|
|
2697
|
-
"members": [
|
|
2698
|
-
{
|
|
2699
|
-
"type": "propertySignature",
|
|
2700
|
-
"key": {
|
|
2701
|
-
"type": "identifier",
|
|
2702
|
-
"name": "minRows"
|
|
2703
|
-
},
|
|
2704
|
-
"annotation": {
|
|
2705
|
-
"type": "keyword",
|
|
2706
|
-
"value": "number"
|
|
2707
|
-
},
|
|
2708
|
-
"optional": true,
|
|
2709
|
-
"computed": false
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"type": "propertySignature",
|
|
2713
|
-
"key": {
|
|
2714
|
-
"type": "identifier",
|
|
2715
|
-
"name": "maxRows"
|
|
2716
|
-
},
|
|
2717
|
-
"annotation": {
|
|
2718
|
-
"type": "keyword",
|
|
2719
|
-
"value": "number"
|
|
2720
|
-
},
|
|
2721
|
-
"optional": true,
|
|
2722
|
-
"computed": false
|
|
2723
|
-
}
|
|
2724
|
-
]
|
|
2725
|
-
}
|
|
2726
|
-
]
|
|
2727
|
-
}
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
"eo-icon-select": {
|
|
2732
|
-
"properties": [
|
|
2733
|
-
{
|
|
2734
|
-
"name": "name",
|
|
2735
|
-
"annotation": {
|
|
2736
|
-
"type": "keyword",
|
|
2737
|
-
"value": "string"
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"name": "label",
|
|
2742
|
-
"annotation": {
|
|
2743
|
-
"type": "keyword",
|
|
2744
|
-
"value": "string"
|
|
2745
|
-
}
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "value",
|
|
2749
|
-
"annotation": {
|
|
2750
|
-
"type": "reference",
|
|
2751
|
-
"typeName": {
|
|
2752
|
-
"type": "identifier",
|
|
2753
|
-
"name": "Icon"
|
|
2754
|
-
}
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
"name": "disabled",
|
|
2759
|
-
"annotation": {
|
|
2760
|
-
"type": "keyword",
|
|
2761
|
-
"value": "boolean"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"name": "required",
|
|
2766
|
-
"annotation": {
|
|
2767
|
-
"type": "keyword",
|
|
2768
|
-
"value": "boolean"
|
|
2769
|
-
}
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"name": "message",
|
|
2773
|
-
"annotation": {
|
|
2774
|
-
"type": "reference",
|
|
2775
|
-
"typeName": {
|
|
2776
|
-
"type": "identifier",
|
|
2777
|
-
"name": "Record"
|
|
2778
|
-
},
|
|
2779
|
-
"typeParameters": {
|
|
2780
|
-
"type": "typeParameterInstantiation",
|
|
2781
|
-
"params": [
|
|
2782
|
-
{
|
|
2783
|
-
"type": "keyword",
|
|
2784
|
-
"value": "string"
|
|
2785
|
-
},
|
|
2786
|
-
{
|
|
2787
|
-
"type": "keyword",
|
|
2788
|
-
"value": "string"
|
|
2789
|
-
}
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
|
-
"events": [
|
|
2666
|
+
}
|
|
2667
|
+
],
|
|
2668
|
+
"events": [
|
|
2796
2669
|
{
|
|
2797
2670
|
"name": "change",
|
|
2798
2671
|
"detail": {
|
|
@@ -3883,7 +3756,7 @@
|
|
|
3883
3756
|
}
|
|
3884
3757
|
]
|
|
3885
3758
|
},
|
|
3886
|
-
"eo-
|
|
3759
|
+
"eo-select": {
|
|
3887
3760
|
"properties": [
|
|
3888
3761
|
{
|
|
3889
3762
|
"name": "name",
|
|
@@ -3892,6 +3765,13 @@
|
|
|
3892
3765
|
"value": "string"
|
|
3893
3766
|
}
|
|
3894
3767
|
},
|
|
3768
|
+
{
|
|
3769
|
+
"name": "placeholder",
|
|
3770
|
+
"annotation": {
|
|
3771
|
+
"type": "keyword",
|
|
3772
|
+
"value": "string"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3895
3775
|
{
|
|
3896
3776
|
"name": "label",
|
|
3897
3777
|
"annotation": {
|
|
@@ -3907,7 +3787,7 @@
|
|
|
3907
3787
|
"type": "reference",
|
|
3908
3788
|
"typeName": {
|
|
3909
3789
|
"type": "identifier",
|
|
3910
|
-
"name": "
|
|
3790
|
+
"name": "GeneralComplexOption"
|
|
3911
3791
|
}
|
|
3912
3792
|
}
|
|
3913
3793
|
}
|
|
@@ -3957,61 +3837,149 @@
|
|
|
3957
3837
|
}
|
|
3958
3838
|
},
|
|
3959
3839
|
{
|
|
3960
|
-
"name": "
|
|
3840
|
+
"name": "mode",
|
|
3961
3841
|
"annotation": {
|
|
3962
|
-
"type": "
|
|
3963
|
-
"
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3842
|
+
"type": "union",
|
|
3843
|
+
"types": [
|
|
3844
|
+
{
|
|
3845
|
+
"type": "jsLiteral",
|
|
3846
|
+
"value": "tags"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"type": "jsLiteral",
|
|
3850
|
+
"value": "multiple"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
3967
3853
|
}
|
|
3968
3854
|
},
|
|
3969
3855
|
{
|
|
3970
|
-
"name": "
|
|
3856
|
+
"name": "tokenSeparators",
|
|
3971
3857
|
"annotation": {
|
|
3972
|
-
"type": "
|
|
3973
|
-
"
|
|
3974
|
-
"type": "
|
|
3975
|
-
"
|
|
3858
|
+
"type": "array",
|
|
3859
|
+
"elementType": {
|
|
3860
|
+
"type": "keyword",
|
|
3861
|
+
"value": "string"
|
|
3976
3862
|
}
|
|
3977
3863
|
}
|
|
3978
3864
|
},
|
|
3979
3865
|
{
|
|
3980
|
-
"name": "
|
|
3866
|
+
"name": "maxTagCount",
|
|
3981
3867
|
"annotation": {
|
|
3982
|
-
"type": "
|
|
3983
|
-
"
|
|
3984
|
-
"type": "identifier",
|
|
3985
|
-
"name": "ComponentSize"
|
|
3986
|
-
}
|
|
3868
|
+
"type": "keyword",
|
|
3869
|
+
"value": "number"
|
|
3987
3870
|
}
|
|
3988
3871
|
},
|
|
3989
3872
|
{
|
|
3990
|
-
"name": "
|
|
3873
|
+
"name": "groupBy",
|
|
3991
3874
|
"annotation": {
|
|
3992
|
-
"type": "
|
|
3993
|
-
"
|
|
3994
|
-
"type": "qualifiedName",
|
|
3995
|
-
"left": {
|
|
3996
|
-
"type": "identifier",
|
|
3997
|
-
"name": "React"
|
|
3998
|
-
},
|
|
3999
|
-
"right": {
|
|
4000
|
-
"type": "identifier",
|
|
4001
|
-
"name": "CSSProperties"
|
|
4002
|
-
}
|
|
4003
|
-
}
|
|
3875
|
+
"type": "keyword",
|
|
3876
|
+
"value": "string"
|
|
4004
3877
|
}
|
|
4005
3878
|
},
|
|
4006
3879
|
{
|
|
4007
|
-
"name": "
|
|
3880
|
+
"name": "suffix",
|
|
4008
3881
|
"annotation": {
|
|
4009
|
-
"type": "
|
|
3882
|
+
"type": "typeLiteral",
|
|
3883
|
+
"members": [
|
|
3884
|
+
{
|
|
3885
|
+
"type": "propertySignature",
|
|
3886
|
+
"key": {
|
|
3887
|
+
"type": "identifier",
|
|
3888
|
+
"name": "useBrick"
|
|
3889
|
+
},
|
|
3890
|
+
"annotation": {
|
|
3891
|
+
"type": "reference",
|
|
3892
|
+
"typeName": {
|
|
3893
|
+
"type": "identifier",
|
|
3894
|
+
"name": "UseSingleBrickConf"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3897
|
+
"computed": false
|
|
3898
|
+
}
|
|
3899
|
+
]
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "clearable",
|
|
3904
|
+
"annotation": {
|
|
3905
|
+
"type": "keyword",
|
|
3906
|
+
"value": "boolean"
|
|
3907
|
+
}
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "fields",
|
|
3911
|
+
"annotation": {
|
|
3912
|
+
"type": "typeLiteral",
|
|
3913
|
+
"members": [
|
|
3914
|
+
{
|
|
3915
|
+
"type": "propertySignature",
|
|
3916
|
+
"key": {
|
|
3917
|
+
"type": "identifier",
|
|
3918
|
+
"name": "label"
|
|
3919
|
+
},
|
|
3920
|
+
"annotation": {
|
|
3921
|
+
"type": "keyword",
|
|
3922
|
+
"value": "string"
|
|
3923
|
+
},
|
|
3924
|
+
"optional": true,
|
|
3925
|
+
"computed": false
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"type": "propertySignature",
|
|
3929
|
+
"key": {
|
|
3930
|
+
"type": "identifier",
|
|
3931
|
+
"name": "value"
|
|
3932
|
+
},
|
|
3933
|
+
"annotation": {
|
|
3934
|
+
"type": "keyword",
|
|
3935
|
+
"value": "string"
|
|
3936
|
+
},
|
|
3937
|
+
"optional": true,
|
|
3938
|
+
"computed": false
|
|
3939
|
+
}
|
|
3940
|
+
]
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
{
|
|
3944
|
+
"name": "useBackend",
|
|
3945
|
+
"annotation": {
|
|
3946
|
+
"type": "reference",
|
|
4010
3947
|
"typeName": {
|
|
4011
3948
|
"type": "identifier",
|
|
4012
|
-
"name": "
|
|
3949
|
+
"name": "UseBackendConf"
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"name": "debounceSearchDelay",
|
|
3955
|
+
"annotation": {
|
|
3956
|
+
"type": "keyword",
|
|
3957
|
+
"value": "number"
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "inputStyle",
|
|
3962
|
+
"annotation": {
|
|
3963
|
+
"type": "reference",
|
|
3964
|
+
"typeName": {
|
|
3965
|
+
"type": "qualifiedName",
|
|
3966
|
+
"left": {
|
|
3967
|
+
"type": "identifier",
|
|
3968
|
+
"name": "React"
|
|
3969
|
+
},
|
|
3970
|
+
"right": {
|
|
3971
|
+
"type": "identifier",
|
|
3972
|
+
"name": "CSSProperties"
|
|
3973
|
+
}
|
|
4013
3974
|
}
|
|
4014
3975
|
}
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "dropdownHoist",
|
|
3979
|
+
"annotation": {
|
|
3980
|
+
"type": "keyword",
|
|
3981
|
+
"value": "boolean"
|
|
3982
|
+
}
|
|
4015
3983
|
}
|
|
4016
3984
|
],
|
|
4017
3985
|
"events": [
|
|
@@ -4019,23 +3987,85 @@
|
|
|
4019
3987
|
"name": "change",
|
|
4020
3988
|
"detail": {
|
|
4021
3989
|
"annotation": {
|
|
4022
|
-
"type": "
|
|
4023
|
-
"
|
|
3990
|
+
"type": "typeLiteral",
|
|
3991
|
+
"members": [
|
|
4024
3992
|
{
|
|
4025
|
-
"type": "
|
|
4026
|
-
"
|
|
3993
|
+
"type": "propertySignature",
|
|
3994
|
+
"key": {
|
|
4027
3995
|
"type": "identifier",
|
|
4028
|
-
"name": "
|
|
4029
|
-
}
|
|
3996
|
+
"name": "value"
|
|
3997
|
+
},
|
|
3998
|
+
"annotation": {
|
|
3999
|
+
"type": "union",
|
|
4000
|
+
"types": [
|
|
4001
|
+
{
|
|
4002
|
+
"type": "keyword",
|
|
4003
|
+
"value": "string"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"type": "array",
|
|
4007
|
+
"elementType": {
|
|
4008
|
+
"type": "keyword",
|
|
4009
|
+
"value": "string"
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
]
|
|
4013
|
+
},
|
|
4014
|
+
"computed": false
|
|
4030
4015
|
},
|
|
4031
4016
|
{
|
|
4032
|
-
"type": "
|
|
4033
|
-
"
|
|
4017
|
+
"type": "propertySignature",
|
|
4018
|
+
"key": {
|
|
4019
|
+
"type": "identifier",
|
|
4020
|
+
"name": "options"
|
|
4021
|
+
},
|
|
4022
|
+
"annotation": {
|
|
4023
|
+
"type": "array",
|
|
4024
|
+
"elementType": {
|
|
4025
|
+
"type": "reference",
|
|
4026
|
+
"typeName": {
|
|
4027
|
+
"type": "identifier",
|
|
4028
|
+
"name": "GeneralComplexOption"
|
|
4029
|
+
}
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
"computed": false
|
|
4033
|
+
}
|
|
4034
|
+
]
|
|
4035
|
+
}
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"name": "search",
|
|
4040
|
+
"detail": {
|
|
4041
|
+
"annotation": {
|
|
4042
|
+
"type": "typeLiteral",
|
|
4043
|
+
"members": [
|
|
4044
|
+
{
|
|
4045
|
+
"type": "propertySignature",
|
|
4046
|
+
"key": {
|
|
4047
|
+
"type": "identifier",
|
|
4048
|
+
"name": "value"
|
|
4049
|
+
},
|
|
4050
|
+
"annotation": {
|
|
4051
|
+
"type": "keyword",
|
|
4052
|
+
"value": "string"
|
|
4053
|
+
},
|
|
4054
|
+
"computed": false
|
|
4034
4055
|
}
|
|
4035
4056
|
]
|
|
4036
4057
|
}
|
|
4037
4058
|
}
|
|
4038
4059
|
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "select.focus",
|
|
4062
|
+
"detail": {
|
|
4063
|
+
"annotation": {
|
|
4064
|
+
"type": "keyword",
|
|
4065
|
+
"value": "void"
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4039
4069
|
{
|
|
4040
4070
|
"name": "options.change",
|
|
4041
4071
|
"detail": {
|
|
@@ -4113,54 +4143,6 @@
|
|
|
4113
4143
|
],
|
|
4114
4144
|
"methods": [],
|
|
4115
4145
|
"types": [
|
|
4116
|
-
{
|
|
4117
|
-
"type": "typeAlias",
|
|
4118
|
-
"name": "GeneralOption",
|
|
4119
|
-
"annotation": {
|
|
4120
|
-
"type": "union",
|
|
4121
|
-
"types": [
|
|
4122
|
-
{
|
|
4123
|
-
"type": "keyword",
|
|
4124
|
-
"value": "string"
|
|
4125
|
-
},
|
|
4126
|
-
{
|
|
4127
|
-
"type": "keyword",
|
|
4128
|
-
"value": "number"
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"type": "keyword",
|
|
4132
|
-
"value": "boolean"
|
|
4133
|
-
},
|
|
4134
|
-
{
|
|
4135
|
-
"type": "reference",
|
|
4136
|
-
"typeName": {
|
|
4137
|
-
"type": "identifier",
|
|
4138
|
-
"name": "GeneralComplexOption"
|
|
4139
|
-
}
|
|
4140
|
-
},
|
|
4141
|
-
{
|
|
4142
|
-
"type": "reference",
|
|
4143
|
-
"typeName": {
|
|
4144
|
-
"type": "identifier",
|
|
4145
|
-
"name": "Record"
|
|
4146
|
-
},
|
|
4147
|
-
"typeParameters": {
|
|
4148
|
-
"type": "typeParameterInstantiation",
|
|
4149
|
-
"params": [
|
|
4150
|
-
{
|
|
4151
|
-
"type": "keyword",
|
|
4152
|
-
"value": "string"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"type": "keyword",
|
|
4156
|
-
"value": "any"
|
|
4157
|
-
}
|
|
4158
|
-
]
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
]
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
4146
|
{
|
|
4165
4147
|
"type": "interface",
|
|
4166
4148
|
"name": "GeneralComplexOption",
|
|
@@ -4195,120 +4177,275 @@
|
|
|
4195
4177
|
"type": "propertySignature",
|
|
4196
4178
|
"key": {
|
|
4197
4179
|
"type": "identifier",
|
|
4198
|
-
"name": "label"
|
|
4180
|
+
"name": "label"
|
|
4181
|
+
},
|
|
4182
|
+
"annotation": {
|
|
4183
|
+
"type": "keyword",
|
|
4184
|
+
"value": "string"
|
|
4185
|
+
},
|
|
4186
|
+
"computed": false
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"type": "propertySignature",
|
|
4190
|
+
"key": {
|
|
4191
|
+
"type": "identifier",
|
|
4192
|
+
"name": "value"
|
|
4193
|
+
},
|
|
4194
|
+
"annotation": {
|
|
4195
|
+
"type": "reference",
|
|
4196
|
+
"typeName": {
|
|
4197
|
+
"type": "identifier",
|
|
4198
|
+
"name": "T"
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
4201
|
+
"computed": false
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
"type": "indexSignature",
|
|
4205
|
+
"parameter": {
|
|
4206
|
+
"type": "identifier",
|
|
4207
|
+
"name": "key",
|
|
4208
|
+
"annotation": {
|
|
4209
|
+
"type": "keyword",
|
|
4210
|
+
"value": "string"
|
|
4211
|
+
}
|
|
4212
|
+
},
|
|
4213
|
+
"annotation": {
|
|
4214
|
+
"type": "keyword",
|
|
4215
|
+
"value": "any"
|
|
4216
|
+
}
|
|
4217
|
+
}
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"type": "interface",
|
|
4222
|
+
"name": "UseBackendConf",
|
|
4223
|
+
"body": [
|
|
4224
|
+
{
|
|
4225
|
+
"type": "propertySignature",
|
|
4226
|
+
"key": {
|
|
4227
|
+
"type": "identifier",
|
|
4228
|
+
"name": "provider"
|
|
4229
|
+
},
|
|
4230
|
+
"annotation": {
|
|
4231
|
+
"type": "keyword",
|
|
4232
|
+
"value": "string"
|
|
4233
|
+
},
|
|
4234
|
+
"computed": false
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"type": "propertySignature",
|
|
4238
|
+
"key": {
|
|
4239
|
+
"type": "identifier",
|
|
4240
|
+
"name": "args"
|
|
4241
|
+
},
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "union",
|
|
4244
|
+
"types": [
|
|
4245
|
+
{
|
|
4246
|
+
"type": "array",
|
|
4247
|
+
"elementType": {
|
|
4248
|
+
"type": "keyword",
|
|
4249
|
+
"value": "any"
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"type": "parenthesizedType",
|
|
4254
|
+
"annotation": {
|
|
4255
|
+
"type": "function",
|
|
4256
|
+
"parameters": [
|
|
4257
|
+
{
|
|
4258
|
+
"type": "restElement",
|
|
4259
|
+
"argument": {
|
|
4260
|
+
"type": "identifier",
|
|
4261
|
+
"name": "args"
|
|
4262
|
+
},
|
|
4263
|
+
"annotation": {
|
|
4264
|
+
"type": "array",
|
|
4265
|
+
"elementType": {
|
|
4266
|
+
"type": "keyword",
|
|
4267
|
+
"value": "any"
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4271
|
+
],
|
|
4272
|
+
"annotation": {
|
|
4273
|
+
"type": "array",
|
|
4274
|
+
"elementType": {
|
|
4275
|
+
"type": "keyword",
|
|
4276
|
+
"value": "any"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
}
|
|
4280
|
+
}
|
|
4281
|
+
]
|
|
4282
|
+
},
|
|
4283
|
+
"computed": false
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"type": "propertySignature",
|
|
4287
|
+
"key": {
|
|
4288
|
+
"type": "identifier",
|
|
4289
|
+
"name": "transform"
|
|
4290
|
+
},
|
|
4291
|
+
"annotation": {
|
|
4292
|
+
"type": "function",
|
|
4293
|
+
"parameters": [
|
|
4294
|
+
{
|
|
4295
|
+
"type": "identifier",
|
|
4296
|
+
"name": "data",
|
|
4297
|
+
"annotation": {
|
|
4298
|
+
"type": "keyword",
|
|
4299
|
+
"value": "any"
|
|
4300
|
+
}
|
|
4301
|
+
}
|
|
4302
|
+
],
|
|
4303
|
+
"annotation": {
|
|
4304
|
+
"type": "keyword",
|
|
4305
|
+
"value": "void"
|
|
4306
|
+
}
|
|
4307
|
+
},
|
|
4308
|
+
"optional": true,
|
|
4309
|
+
"computed": false
|
|
4310
|
+
}
|
|
4311
|
+
]
|
|
4312
|
+
}
|
|
4313
|
+
]
|
|
4314
|
+
},
|
|
4315
|
+
"eo-upload-image": {
|
|
4316
|
+
"properties": [
|
|
4317
|
+
{
|
|
4318
|
+
"name": "name",
|
|
4319
|
+
"annotation": {
|
|
4320
|
+
"type": "keyword",
|
|
4321
|
+
"value": "string"
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "label",
|
|
4326
|
+
"annotation": {
|
|
4327
|
+
"type": "keyword",
|
|
4328
|
+
"value": "string"
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "value",
|
|
4333
|
+
"annotation": {
|
|
4334
|
+
"type": "array",
|
|
4335
|
+
"elementType": {
|
|
4336
|
+
"type": "reference",
|
|
4337
|
+
"typeName": {
|
|
4338
|
+
"type": "identifier",
|
|
4339
|
+
"name": "ImageData"
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "bucketName",
|
|
4346
|
+
"annotation": {
|
|
4347
|
+
"type": "keyword",
|
|
4348
|
+
"value": "string"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "maxCount",
|
|
4353
|
+
"annotation": {
|
|
4354
|
+
"type": "keyword",
|
|
4355
|
+
"value": "number"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "multiple",
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "keyword",
|
|
4362
|
+
"value": "boolean"
|
|
4363
|
+
}
|
|
4364
|
+
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "limitSize",
|
|
4367
|
+
"annotation": {
|
|
4368
|
+
"type": "keyword",
|
|
4369
|
+
"value": "number"
|
|
4370
|
+
}
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"name": "required",
|
|
4374
|
+
"annotation": {
|
|
4375
|
+
"type": "keyword",
|
|
4376
|
+
"value": "boolean"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "message",
|
|
4381
|
+
"annotation": {
|
|
4382
|
+
"type": "reference",
|
|
4383
|
+
"typeName": {
|
|
4384
|
+
"type": "identifier",
|
|
4385
|
+
"name": "Record"
|
|
4386
|
+
},
|
|
4387
|
+
"typeParameters": {
|
|
4388
|
+
"type": "typeParameterInstantiation",
|
|
4389
|
+
"params": [
|
|
4390
|
+
{
|
|
4391
|
+
"type": "keyword",
|
|
4392
|
+
"value": "string"
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"type": "keyword",
|
|
4396
|
+
"value": "string"
|
|
4397
|
+
}
|
|
4398
|
+
]
|
|
4399
|
+
}
|
|
4400
|
+
}
|
|
4401
|
+
}
|
|
4402
|
+
],
|
|
4403
|
+
"events": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "change",
|
|
4406
|
+
"detail": {
|
|
4407
|
+
"annotation": {
|
|
4408
|
+
"type": "array",
|
|
4409
|
+
"elementType": {
|
|
4410
|
+
"type": "reference",
|
|
4411
|
+
"typeName": {
|
|
4412
|
+
"type": "identifier",
|
|
4413
|
+
"name": "ImageData"
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
}
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"methods": [],
|
|
4421
|
+
"types": [
|
|
4422
|
+
{
|
|
4423
|
+
"type": "interface",
|
|
4424
|
+
"name": "ImageData",
|
|
4425
|
+
"body": [
|
|
4426
|
+
{
|
|
4427
|
+
"type": "propertySignature",
|
|
4428
|
+
"key": {
|
|
4429
|
+
"type": "identifier",
|
|
4430
|
+
"name": "url"
|
|
4199
4431
|
},
|
|
4200
4432
|
"annotation": {
|
|
4201
4433
|
"type": "keyword",
|
|
4202
4434
|
"value": "string"
|
|
4203
4435
|
},
|
|
4436
|
+
"optional": true,
|
|
4204
4437
|
"computed": false
|
|
4205
|
-
}
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
"key": {
|
|
4209
|
-
"type": "identifier",
|
|
4210
|
-
"name": "value"
|
|
4211
|
-
},
|
|
4212
|
-
"annotation": {
|
|
4213
|
-
"type": "reference",
|
|
4214
|
-
"typeName": {
|
|
4215
|
-
"type": "identifier",
|
|
4216
|
-
"name": "T"
|
|
4217
|
-
}
|
|
4218
|
-
},
|
|
4219
|
-
"computed": false
|
|
4220
|
-
},
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"extends": [
|
|
4221
4441
|
{
|
|
4222
|
-
"type": "
|
|
4223
|
-
"
|
|
4442
|
+
"type": "expressionWithTypeArguments",
|
|
4443
|
+
"expression": {
|
|
4224
4444
|
"type": "identifier",
|
|
4225
|
-
"name": "
|
|
4226
|
-
"annotation": {
|
|
4227
|
-
"type": "keyword",
|
|
4228
|
-
"value": "string"
|
|
4229
|
-
}
|
|
4230
|
-
},
|
|
4231
|
-
"annotation": {
|
|
4232
|
-
"type": "keyword",
|
|
4233
|
-
"value": "any"
|
|
4445
|
+
"name": "FileData"
|
|
4234
4446
|
}
|
|
4235
4447
|
}
|
|
4236
4448
|
]
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"type": "typeAlias",
|
|
4240
|
-
"name": "RadioType",
|
|
4241
|
-
"annotation": {
|
|
4242
|
-
"type": "union",
|
|
4243
|
-
"types": [
|
|
4244
|
-
{
|
|
4245
|
-
"type": "jsLiteral",
|
|
4246
|
-
"value": "button"
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"type": "jsLiteral",
|
|
4250
|
-
"value": "default"
|
|
4251
|
-
},
|
|
4252
|
-
{
|
|
4253
|
-
"type": "jsLiteral",
|
|
4254
|
-
"value": "icon"
|
|
4255
|
-
},
|
|
4256
|
-
{
|
|
4257
|
-
"type": "jsLiteral",
|
|
4258
|
-
"value": "icon-circle"
|
|
4259
|
-
},
|
|
4260
|
-
{
|
|
4261
|
-
"type": "jsLiteral",
|
|
4262
|
-
"value": "icon-square"
|
|
4263
|
-
},
|
|
4264
|
-
{
|
|
4265
|
-
"type": "jsLiteral",
|
|
4266
|
-
"value": "custom"
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "typeAlias",
|
|
4273
|
-
"name": "UIType",
|
|
4274
|
-
"annotation": {
|
|
4275
|
-
"type": "union",
|
|
4276
|
-
"types": [
|
|
4277
|
-
{
|
|
4278
|
-
"type": "jsLiteral",
|
|
4279
|
-
"value": "default"
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"type": "jsLiteral",
|
|
4283
|
-
"value": "dashboard"
|
|
4284
|
-
}
|
|
4285
|
-
]
|
|
4286
|
-
}
|
|
4287
|
-
},
|
|
4288
|
-
{
|
|
4289
|
-
"type": "typeAlias",
|
|
4290
|
-
"name": "ComponentSize",
|
|
4291
|
-
"annotation": {
|
|
4292
|
-
"type": "union",
|
|
4293
|
-
"types": [
|
|
4294
|
-
{
|
|
4295
|
-
"type": "jsLiteral",
|
|
4296
|
-
"value": "large"
|
|
4297
|
-
},
|
|
4298
|
-
{
|
|
4299
|
-
"type": "jsLiteral",
|
|
4300
|
-
"value": "medium"
|
|
4301
|
-
},
|
|
4302
|
-
{
|
|
4303
|
-
"type": "jsLiteral",
|
|
4304
|
-
"value": "small"
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"type": "jsLiteral",
|
|
4308
|
-
"value": "xs"
|
|
4309
|
-
}
|
|
4310
|
-
]
|
|
4311
|
-
}
|
|
4312
4449
|
}
|
|
4313
4450
|
]
|
|
4314
4451
|
},
|
|
@@ -4664,143 +4801,6 @@
|
|
|
4664
4801
|
}
|
|
4665
4802
|
]
|
|
4666
4803
|
},
|
|
4667
|
-
"eo-upload-image": {
|
|
4668
|
-
"properties": [
|
|
4669
|
-
{
|
|
4670
|
-
"name": "name",
|
|
4671
|
-
"annotation": {
|
|
4672
|
-
"type": "keyword",
|
|
4673
|
-
"value": "string"
|
|
4674
|
-
}
|
|
4675
|
-
},
|
|
4676
|
-
{
|
|
4677
|
-
"name": "label",
|
|
4678
|
-
"annotation": {
|
|
4679
|
-
"type": "keyword",
|
|
4680
|
-
"value": "string"
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
|
-
{
|
|
4684
|
-
"name": "value",
|
|
4685
|
-
"annotation": {
|
|
4686
|
-
"type": "array",
|
|
4687
|
-
"elementType": {
|
|
4688
|
-
"type": "reference",
|
|
4689
|
-
"typeName": {
|
|
4690
|
-
"type": "identifier",
|
|
4691
|
-
"name": "ImageData"
|
|
4692
|
-
}
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
},
|
|
4696
|
-
{
|
|
4697
|
-
"name": "bucketName",
|
|
4698
|
-
"annotation": {
|
|
4699
|
-
"type": "keyword",
|
|
4700
|
-
"value": "string"
|
|
4701
|
-
}
|
|
4702
|
-
},
|
|
4703
|
-
{
|
|
4704
|
-
"name": "maxCount",
|
|
4705
|
-
"annotation": {
|
|
4706
|
-
"type": "keyword",
|
|
4707
|
-
"value": "number"
|
|
4708
|
-
}
|
|
4709
|
-
},
|
|
4710
|
-
{
|
|
4711
|
-
"name": "multiple",
|
|
4712
|
-
"annotation": {
|
|
4713
|
-
"type": "keyword",
|
|
4714
|
-
"value": "boolean"
|
|
4715
|
-
}
|
|
4716
|
-
},
|
|
4717
|
-
{
|
|
4718
|
-
"name": "limitSize",
|
|
4719
|
-
"annotation": {
|
|
4720
|
-
"type": "keyword",
|
|
4721
|
-
"value": "number"
|
|
4722
|
-
}
|
|
4723
|
-
},
|
|
4724
|
-
{
|
|
4725
|
-
"name": "required",
|
|
4726
|
-
"annotation": {
|
|
4727
|
-
"type": "keyword",
|
|
4728
|
-
"value": "boolean"
|
|
4729
|
-
}
|
|
4730
|
-
},
|
|
4731
|
-
{
|
|
4732
|
-
"name": "message",
|
|
4733
|
-
"annotation": {
|
|
4734
|
-
"type": "reference",
|
|
4735
|
-
"typeName": {
|
|
4736
|
-
"type": "identifier",
|
|
4737
|
-
"name": "Record"
|
|
4738
|
-
},
|
|
4739
|
-
"typeParameters": {
|
|
4740
|
-
"type": "typeParameterInstantiation",
|
|
4741
|
-
"params": [
|
|
4742
|
-
{
|
|
4743
|
-
"type": "keyword",
|
|
4744
|
-
"value": "string"
|
|
4745
|
-
},
|
|
4746
|
-
{
|
|
4747
|
-
"type": "keyword",
|
|
4748
|
-
"value": "string"
|
|
4749
|
-
}
|
|
4750
|
-
]
|
|
4751
|
-
}
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
],
|
|
4755
|
-
"events": [
|
|
4756
|
-
{
|
|
4757
|
-
"name": "change",
|
|
4758
|
-
"detail": {
|
|
4759
|
-
"annotation": {
|
|
4760
|
-
"type": "array",
|
|
4761
|
-
"elementType": {
|
|
4762
|
-
"type": "reference",
|
|
4763
|
-
"typeName": {
|
|
4764
|
-
"type": "identifier",
|
|
4765
|
-
"name": "ImageData"
|
|
4766
|
-
}
|
|
4767
|
-
}
|
|
4768
|
-
}
|
|
4769
|
-
}
|
|
4770
|
-
}
|
|
4771
|
-
],
|
|
4772
|
-
"methods": [],
|
|
4773
|
-
"types": [
|
|
4774
|
-
{
|
|
4775
|
-
"type": "interface",
|
|
4776
|
-
"name": "ImageData",
|
|
4777
|
-
"body": [
|
|
4778
|
-
{
|
|
4779
|
-
"type": "propertySignature",
|
|
4780
|
-
"key": {
|
|
4781
|
-
"type": "identifier",
|
|
4782
|
-
"name": "url"
|
|
4783
|
-
},
|
|
4784
|
-
"annotation": {
|
|
4785
|
-
"type": "keyword",
|
|
4786
|
-
"value": "string"
|
|
4787
|
-
},
|
|
4788
|
-
"optional": true,
|
|
4789
|
-
"computed": false
|
|
4790
|
-
}
|
|
4791
|
-
],
|
|
4792
|
-
"extends": [
|
|
4793
|
-
{
|
|
4794
|
-
"type": "expressionWithTypeArguments",
|
|
4795
|
-
"expression": {
|
|
4796
|
-
"type": "identifier",
|
|
4797
|
-
"name": "FileData"
|
|
4798
|
-
}
|
|
4799
|
-
}
|
|
4800
|
-
]
|
|
4801
|
-
}
|
|
4802
|
-
]
|
|
4803
|
-
},
|
|
4804
4804
|
"eo-form-item": {
|
|
4805
4805
|
"properties": [
|
|
4806
4806
|
{
|