@next-bricks/form 1.2.3 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +23 -23
- package/dist/chunks/5400.a354d63e.js +2 -0
- package/dist/chunks/5400.a354d63e.js.map +1 -0
- package/dist/chunks/eo-auto-complete.abfc2ae7.js +3 -0
- package/dist/chunks/eo-auto-complete.abfc2ae7.js.map +1 -0
- package/dist/chunks/eo-form-item.b37a9c8b.js +3 -0
- package/dist/chunks/{eo-form-item.7445e5dd.js.map → eo-form-item.b37a9c8b.js.map} +1 -1
- package/dist/chunks/eo-radio.25fda1b5.js +3 -0
- package/dist/chunks/eo-radio.25fda1b5.js.map +1 -0
- package/dist/chunks/{main.f662618a.js → main.d7542b26.js} +2 -2
- package/dist/chunks/{main.f662618a.js.map → main.d7542b26.js.map} +1 -1
- package/dist/examples.json +8 -8
- package/dist/index.f89db72b.js +2 -0
- package/dist/{index.4d48bb2d.js.map → index.f89db72b.js.map} +1 -1
- package/dist/manifest.json +221 -221
- package/dist/types.json +1062 -1090
- package/dist-types/form-item/index.spec.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/5400.71d64003.js +0 -2
- package/dist/chunks/5400.71d64003.js.map +0 -1
- package/dist/chunks/eo-auto-complete.5c2fafb4.js +0 -3
- package/dist/chunks/eo-auto-complete.5c2fafb4.js.map +0 -1
- package/dist/chunks/eo-form-item.7445e5dd.js +0 -3
- package/dist/chunks/eo-radio.918b4712.js +0 -3
- package/dist/chunks/eo-radio.918b4712.js.map +0 -1
- package/dist/index.4d48bb2d.js +0 -2
- /package/dist/chunks/{eo-auto-complete.5c2fafb4.js.LICENSE.txt → eo-auto-complete.abfc2ae7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-form-item.7445e5dd.js.LICENSE.txt → eo-form-item.b37a9c8b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.918b4712.js.LICENSE.txt → eo-radio.25fda1b5.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
},
|
|
632
|
-
"eo-
|
|
632
|
+
"eo-radio": {
|
|
633
633
|
"properties": [
|
|
634
634
|
{
|
|
635
635
|
"name": "name",
|
|
@@ -638,13 +638,6 @@
|
|
|
638
638
|
"value": "string"
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
|
-
{
|
|
642
|
-
"name": "placeholder",
|
|
643
|
-
"annotation": {
|
|
644
|
-
"type": "keyword",
|
|
645
|
-
"value": "string"
|
|
646
|
-
}
|
|
647
|
-
},
|
|
648
641
|
{
|
|
649
642
|
"name": "label",
|
|
650
643
|
"annotation": {
|
|
@@ -660,7 +653,7 @@
|
|
|
660
653
|
"type": "reference",
|
|
661
654
|
"typeName": {
|
|
662
655
|
"type": "identifier",
|
|
663
|
-
"name": "
|
|
656
|
+
"name": "GeneralOption"
|
|
664
657
|
}
|
|
665
658
|
}
|
|
666
659
|
}
|
|
@@ -710,115 +703,37 @@
|
|
|
710
703
|
}
|
|
711
704
|
},
|
|
712
705
|
{
|
|
713
|
-
"name": "
|
|
714
|
-
"annotation": {
|
|
715
|
-
"type": "union",
|
|
716
|
-
"types": [
|
|
717
|
-
{
|
|
718
|
-
"type": "jsLiteral",
|
|
719
|
-
"value": "tags"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"type": "jsLiteral",
|
|
723
|
-
"value": "multiple"
|
|
724
|
-
}
|
|
725
|
-
]
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "tokenSeparators",
|
|
706
|
+
"name": "type",
|
|
730
707
|
"annotation": {
|
|
731
|
-
"type": "
|
|
732
|
-
"
|
|
733
|
-
"type": "
|
|
734
|
-
"
|
|
708
|
+
"type": "reference",
|
|
709
|
+
"typeName": {
|
|
710
|
+
"type": "identifier",
|
|
711
|
+
"name": "RadioType"
|
|
735
712
|
}
|
|
736
713
|
}
|
|
737
714
|
},
|
|
738
715
|
{
|
|
739
|
-
"name": "
|
|
740
|
-
"annotation": {
|
|
741
|
-
"type": "keyword",
|
|
742
|
-
"value": "number"
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
"name": "groupBy",
|
|
747
|
-
"annotation": {
|
|
748
|
-
"type": "keyword",
|
|
749
|
-
"value": "string"
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"name": "suffix",
|
|
716
|
+
"name": "ui",
|
|
754
717
|
"annotation": {
|
|
755
718
|
"type": "reference",
|
|
756
719
|
"typeName": {
|
|
757
720
|
"type": "identifier",
|
|
758
|
-
"name": "
|
|
721
|
+
"name": "UIType"
|
|
759
722
|
}
|
|
760
723
|
}
|
|
761
724
|
},
|
|
762
725
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"annotation": {
|
|
765
|
-
"type": "keyword",
|
|
766
|
-
"value": "boolean"
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"name": "fields",
|
|
771
|
-
"annotation": {
|
|
772
|
-
"type": "typeLiteral",
|
|
773
|
-
"members": [
|
|
774
|
-
{
|
|
775
|
-
"type": "propertySignature",
|
|
776
|
-
"key": {
|
|
777
|
-
"type": "identifier",
|
|
778
|
-
"name": "label"
|
|
779
|
-
},
|
|
780
|
-
"annotation": {
|
|
781
|
-
"type": "keyword",
|
|
782
|
-
"value": "string"
|
|
783
|
-
},
|
|
784
|
-
"optional": true,
|
|
785
|
-
"computed": false
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"type": "propertySignature",
|
|
789
|
-
"key": {
|
|
790
|
-
"type": "identifier",
|
|
791
|
-
"name": "value"
|
|
792
|
-
},
|
|
793
|
-
"annotation": {
|
|
794
|
-
"type": "keyword",
|
|
795
|
-
"value": "string"
|
|
796
|
-
},
|
|
797
|
-
"optional": true,
|
|
798
|
-
"computed": false
|
|
799
|
-
}
|
|
800
|
-
]
|
|
801
|
-
}
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "useBackend",
|
|
726
|
+
"name": "size",
|
|
805
727
|
"annotation": {
|
|
806
728
|
"type": "reference",
|
|
807
729
|
"typeName": {
|
|
808
730
|
"type": "identifier",
|
|
809
|
-
"name": "
|
|
731
|
+
"name": "ComponentSize"
|
|
810
732
|
}
|
|
811
733
|
}
|
|
812
734
|
},
|
|
813
735
|
{
|
|
814
|
-
"name": "
|
|
815
|
-
"annotation": {
|
|
816
|
-
"type": "keyword",
|
|
817
|
-
"value": "number"
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"name": "inputStyle",
|
|
736
|
+
"name": "customStyle",
|
|
822
737
|
"annotation": {
|
|
823
738
|
"type": "reference",
|
|
824
739
|
"typeName": {
|
|
@@ -833,6 +748,16 @@
|
|
|
833
748
|
}
|
|
834
749
|
}
|
|
835
750
|
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "useBrick",
|
|
754
|
+
"annotation": {
|
|
755
|
+
"type": "reference",
|
|
756
|
+
"typeName": {
|
|
757
|
+
"type": "identifier",
|
|
758
|
+
"name": "UseSingleBrickConf"
|
|
759
|
+
}
|
|
760
|
+
}
|
|
836
761
|
}
|
|
837
762
|
],
|
|
838
763
|
"events": [
|
|
@@ -840,85 +765,23 @@
|
|
|
840
765
|
"name": "change",
|
|
841
766
|
"detail": {
|
|
842
767
|
"annotation": {
|
|
843
|
-
"type": "
|
|
844
|
-
"
|
|
768
|
+
"type": "union",
|
|
769
|
+
"types": [
|
|
845
770
|
{
|
|
846
|
-
"type": "
|
|
847
|
-
"
|
|
771
|
+
"type": "reference",
|
|
772
|
+
"typeName": {
|
|
848
773
|
"type": "identifier",
|
|
849
|
-
"name": "
|
|
850
|
-
}
|
|
851
|
-
"annotation": {
|
|
852
|
-
"type": "union",
|
|
853
|
-
"types": [
|
|
854
|
-
{
|
|
855
|
-
"type": "keyword",
|
|
856
|
-
"value": "string"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"type": "array",
|
|
860
|
-
"elementType": {
|
|
861
|
-
"type": "keyword",
|
|
862
|
-
"value": "string"
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
"computed": false
|
|
774
|
+
"name": "GeneralComplexOption"
|
|
775
|
+
}
|
|
868
776
|
},
|
|
869
777
|
{
|
|
870
|
-
"type": "
|
|
871
|
-
"
|
|
872
|
-
"type": "identifier",
|
|
873
|
-
"name": "options"
|
|
874
|
-
},
|
|
875
|
-
"annotation": {
|
|
876
|
-
"type": "array",
|
|
877
|
-
"elementType": {
|
|
878
|
-
"type": "reference",
|
|
879
|
-
"typeName": {
|
|
880
|
-
"type": "identifier",
|
|
881
|
-
"name": "GeneralComplexOption"
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"computed": false
|
|
886
|
-
}
|
|
887
|
-
]
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "search",
|
|
893
|
-
"detail": {
|
|
894
|
-
"annotation": {
|
|
895
|
-
"type": "typeLiteral",
|
|
896
|
-
"members": [
|
|
897
|
-
{
|
|
898
|
-
"type": "propertySignature",
|
|
899
|
-
"key": {
|
|
900
|
-
"type": "identifier",
|
|
901
|
-
"name": "value"
|
|
902
|
-
},
|
|
903
|
-
"annotation": {
|
|
904
|
-
"type": "keyword",
|
|
905
|
-
"value": "string"
|
|
906
|
-
},
|
|
907
|
-
"computed": false
|
|
778
|
+
"type": "keyword",
|
|
779
|
+
"value": "undefined"
|
|
908
780
|
}
|
|
909
781
|
]
|
|
910
782
|
}
|
|
911
783
|
}
|
|
912
784
|
},
|
|
913
|
-
{
|
|
914
|
-
"name": "focus",
|
|
915
|
-
"detail": {
|
|
916
|
-
"annotation": {
|
|
917
|
-
"type": "keyword",
|
|
918
|
-
"value": "void"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
785
|
{
|
|
923
786
|
"name": "options.change",
|
|
924
787
|
"detail": {
|
|
@@ -996,6 +859,54 @@
|
|
|
996
859
|
],
|
|
997
860
|
"methods": [],
|
|
998
861
|
"types": [
|
|
862
|
+
{
|
|
863
|
+
"type": "typeAlias",
|
|
864
|
+
"name": "GeneralOption",
|
|
865
|
+
"annotation": {
|
|
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
|
+
"type": "reference",
|
|
882
|
+
"typeName": {
|
|
883
|
+
"type": "identifier",
|
|
884
|
+
"name": "GeneralComplexOption"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"type": "reference",
|
|
889
|
+
"typeName": {
|
|
890
|
+
"type": "identifier",
|
|
891
|
+
"name": "Record"
|
|
892
|
+
},
|
|
893
|
+
"typeParameters": {
|
|
894
|
+
"type": "typeParameterInstantiation",
|
|
895
|
+
"params": [
|
|
896
|
+
{
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "string"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": "keyword",
|
|
902
|
+
"value": "any"
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
},
|
|
999
910
|
{
|
|
1000
911
|
"type": "interface",
|
|
1001
912
|
"name": "GeneralComplexOption",
|
|
@@ -1071,100 +982,149 @@
|
|
|
1071
982
|
]
|
|
1072
983
|
},
|
|
1073
984
|
{
|
|
1074
|
-
"type": "
|
|
1075
|
-
"name": "
|
|
1076
|
-
"
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
"type": "
|
|
1081
|
-
"
|
|
1082
|
-
},
|
|
1083
|
-
"annotation": {
|
|
1084
|
-
"type": "keyword",
|
|
1085
|
-
"value": "string"
|
|
985
|
+
"type": "typeAlias",
|
|
986
|
+
"name": "RadioType",
|
|
987
|
+
"annotation": {
|
|
988
|
+
"type": "union",
|
|
989
|
+
"types": [
|
|
990
|
+
{
|
|
991
|
+
"type": "jsLiteral",
|
|
992
|
+
"value": "button"
|
|
1086
993
|
},
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
"type": "propertySignature",
|
|
1091
|
-
"key": {
|
|
1092
|
-
"type": "identifier",
|
|
1093
|
-
"name": "args"
|
|
994
|
+
{
|
|
995
|
+
"type": "jsLiteral",
|
|
996
|
+
"value": "default"
|
|
1094
997
|
},
|
|
1095
|
-
|
|
1096
|
-
"type": "
|
|
1097
|
-
"
|
|
1098
|
-
{
|
|
1099
|
-
"type": "array",
|
|
1100
|
-
"elementType": {
|
|
1101
|
-
"type": "keyword",
|
|
1102
|
-
"value": "any"
|
|
1103
|
-
}
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"type": "parenthesizedType",
|
|
1107
|
-
"annotation": {
|
|
1108
|
-
"type": "function",
|
|
1109
|
-
"parameters": [
|
|
1110
|
-
{
|
|
1111
|
-
"type": "restElement",
|
|
1112
|
-
"argument": {
|
|
1113
|
-
"type": "identifier",
|
|
1114
|
-
"name": "args"
|
|
1115
|
-
},
|
|
1116
|
-
"annotation": {
|
|
1117
|
-
"type": "array",
|
|
1118
|
-
"elementType": {
|
|
1119
|
-
"type": "keyword",
|
|
1120
|
-
"value": "any"
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
],
|
|
1125
|
-
"annotation": {
|
|
1126
|
-
"type": "array",
|
|
1127
|
-
"elementType": {
|
|
1128
|
-
"type": "keyword",
|
|
1129
|
-
"value": "any"
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
]
|
|
998
|
+
{
|
|
999
|
+
"type": "jsLiteral",
|
|
1000
|
+
"value": "icon"
|
|
1135
1001
|
},
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
"type": "propertySignature",
|
|
1140
|
-
"key": {
|
|
1141
|
-
"type": "identifier",
|
|
1142
|
-
"name": "transform"
|
|
1002
|
+
{
|
|
1003
|
+
"type": "jsLiteral",
|
|
1004
|
+
"value": "icon-circle"
|
|
1143
1005
|
},
|
|
1144
|
-
|
|
1145
|
-
"type": "
|
|
1146
|
-
"
|
|
1147
|
-
{
|
|
1148
|
-
"type": "identifier",
|
|
1149
|
-
"name": "data",
|
|
1150
|
-
"annotation": {
|
|
1151
|
-
"type": "keyword",
|
|
1152
|
-
"value": "any"
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
],
|
|
1156
|
-
"annotation": {
|
|
1157
|
-
"type": "keyword",
|
|
1158
|
-
"value": "void"
|
|
1159
|
-
}
|
|
1006
|
+
{
|
|
1007
|
+
"type": "jsLiteral",
|
|
1008
|
+
"value": "icon-square"
|
|
1160
1009
|
},
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1010
|
+
{
|
|
1011
|
+
"type": "jsLiteral",
|
|
1012
|
+
"value": "custom"
|
|
1013
|
+
}
|
|
1014
|
+
]
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "typeAlias",
|
|
1019
|
+
"name": "UIType",
|
|
1020
|
+
"annotation": {
|
|
1021
|
+
"type": "union",
|
|
1022
|
+
"types": [
|
|
1023
|
+
{
|
|
1024
|
+
"type": "jsLiteral",
|
|
1025
|
+
"value": "default"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"type": "jsLiteral",
|
|
1029
|
+
"value": "dashboard"
|
|
1030
|
+
}
|
|
1031
|
+
]
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"type": "typeAlias",
|
|
1036
|
+
"name": "ComponentSize",
|
|
1037
|
+
"annotation": {
|
|
1038
|
+
"type": "union",
|
|
1039
|
+
"types": [
|
|
1040
|
+
{
|
|
1041
|
+
"type": "jsLiteral",
|
|
1042
|
+
"value": "large"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"type": "jsLiteral",
|
|
1046
|
+
"value": "medium"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"type": "jsLiteral",
|
|
1050
|
+
"value": "small"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"type": "jsLiteral",
|
|
1054
|
+
"value": "xs"
|
|
1055
|
+
}
|
|
1056
|
+
]
|
|
1057
|
+
}
|
|
1165
1058
|
}
|
|
1166
1059
|
]
|
|
1167
1060
|
},
|
|
1061
|
+
"eo-search": {
|
|
1062
|
+
"properties": [
|
|
1063
|
+
{
|
|
1064
|
+
"name": "value",
|
|
1065
|
+
"annotation": {
|
|
1066
|
+
"type": "keyword",
|
|
1067
|
+
"value": "string"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "placeholder",
|
|
1072
|
+
"annotation": {
|
|
1073
|
+
"type": "keyword",
|
|
1074
|
+
"value": "string"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "autoFocus",
|
|
1079
|
+
"annotation": {
|
|
1080
|
+
"type": "keyword",
|
|
1081
|
+
"value": "boolean"
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "clearable",
|
|
1086
|
+
"annotation": {
|
|
1087
|
+
"type": "keyword",
|
|
1088
|
+
"value": "boolean"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "trim",
|
|
1093
|
+
"annotation": {
|
|
1094
|
+
"type": "keyword",
|
|
1095
|
+
"value": "boolean"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "debounceTime",
|
|
1100
|
+
"annotation": {
|
|
1101
|
+
"type": "keyword",
|
|
1102
|
+
"value": "number"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"events": [
|
|
1107
|
+
{
|
|
1108
|
+
"name": "change",
|
|
1109
|
+
"detail": {
|
|
1110
|
+
"annotation": {
|
|
1111
|
+
"type": "keyword",
|
|
1112
|
+
"value": "string"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "search",
|
|
1118
|
+
"detail": {
|
|
1119
|
+
"annotation": {
|
|
1120
|
+
"type": "keyword",
|
|
1121
|
+
"value": "string"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"methods": []
|
|
1127
|
+
},
|
|
1168
1128
|
"eo-checkbox": {
|
|
1169
1129
|
"properties": [
|
|
1170
1130
|
{
|
|
@@ -1533,10 +1493,10 @@
|
|
|
1533
1493
|
}
|
|
1534
1494
|
]
|
|
1535
1495
|
},
|
|
1536
|
-
"eo-
|
|
1496
|
+
"eo-auto-complete": {
|
|
1537
1497
|
"properties": [
|
|
1538
1498
|
{
|
|
1539
|
-
"name": "
|
|
1499
|
+
"name": "name",
|
|
1540
1500
|
"annotation": {
|
|
1541
1501
|
"type": "keyword",
|
|
1542
1502
|
"value": "string"
|
|
@@ -1550,115 +1510,48 @@
|
|
|
1550
1510
|
}
|
|
1551
1511
|
},
|
|
1552
1512
|
{
|
|
1553
|
-
"name": "
|
|
1513
|
+
"name": "label",
|
|
1554
1514
|
"annotation": {
|
|
1555
1515
|
"type": "keyword",
|
|
1556
|
-
"value": "
|
|
1516
|
+
"value": "string"
|
|
1557
1517
|
}
|
|
1558
1518
|
},
|
|
1559
1519
|
{
|
|
1560
|
-
"name": "
|
|
1520
|
+
"name": "inputStyle",
|
|
1561
1521
|
"annotation": {
|
|
1562
|
-
"type": "
|
|
1563
|
-
"
|
|
1522
|
+
"type": "reference",
|
|
1523
|
+
"typeName": {
|
|
1524
|
+
"type": "qualifiedName",
|
|
1525
|
+
"left": {
|
|
1526
|
+
"type": "identifier",
|
|
1527
|
+
"name": "React"
|
|
1528
|
+
},
|
|
1529
|
+
"right": {
|
|
1530
|
+
"type": "identifier",
|
|
1531
|
+
"name": "CSSProperties"
|
|
1532
|
+
}
|
|
1533
|
+
}
|
|
1564
1534
|
}
|
|
1565
1535
|
},
|
|
1566
1536
|
{
|
|
1567
|
-
"name": "
|
|
1537
|
+
"name": "disabled",
|
|
1568
1538
|
"annotation": {
|
|
1569
1539
|
"type": "keyword",
|
|
1570
1540
|
"value": "boolean"
|
|
1571
1541
|
}
|
|
1572
1542
|
},
|
|
1573
1543
|
{
|
|
1574
|
-
"name": "
|
|
1544
|
+
"name": "required",
|
|
1575
1545
|
"annotation": {
|
|
1576
1546
|
"type": "keyword",
|
|
1577
|
-
"value": "
|
|
1547
|
+
"value": "boolean"
|
|
1578
1548
|
}
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"events": [
|
|
1549
|
+
},
|
|
1582
1550
|
{
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1586
|
-
|
|
1587
|
-
"value": "string"
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "search",
|
|
1593
|
-
"detail": {
|
|
1594
|
-
"annotation": {
|
|
1595
|
-
"type": "keyword",
|
|
1596
|
-
"value": "string"
|
|
1597
|
-
}
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
],
|
|
1601
|
-
"methods": []
|
|
1602
|
-
},
|
|
1603
|
-
"eo-auto-complete": {
|
|
1604
|
-
"properties": [
|
|
1605
|
-
{
|
|
1606
|
-
"name": "name",
|
|
1607
|
-
"annotation": {
|
|
1608
|
-
"type": "keyword",
|
|
1609
|
-
"value": "string"
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"name": "placeholder",
|
|
1614
|
-
"annotation": {
|
|
1615
|
-
"type": "keyword",
|
|
1616
|
-
"value": "string"
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"name": "label",
|
|
1621
|
-
"annotation": {
|
|
1622
|
-
"type": "keyword",
|
|
1623
|
-
"value": "string"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"name": "inputStyle",
|
|
1628
|
-
"annotation": {
|
|
1629
|
-
"type": "reference",
|
|
1630
|
-
"typeName": {
|
|
1631
|
-
"type": "qualifiedName",
|
|
1632
|
-
"left": {
|
|
1633
|
-
"type": "identifier",
|
|
1634
|
-
"name": "React"
|
|
1635
|
-
},
|
|
1636
|
-
"right": {
|
|
1637
|
-
"type": "identifier",
|
|
1638
|
-
"name": "CSSProperties"
|
|
1639
|
-
}
|
|
1640
|
-
}
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "disabled",
|
|
1645
|
-
"annotation": {
|
|
1646
|
-
"type": "keyword",
|
|
1647
|
-
"value": "boolean"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"name": "required",
|
|
1652
|
-
"annotation": {
|
|
1653
|
-
"type": "keyword",
|
|
1654
|
-
"value": "boolean"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"name": "value",
|
|
1659
|
-
"annotation": {
|
|
1660
|
-
"type": "keyword",
|
|
1661
|
-
"value": "string"
|
|
1551
|
+
"name": "value",
|
|
1552
|
+
"annotation": {
|
|
1553
|
+
"type": "keyword",
|
|
1554
|
+
"value": "string"
|
|
1662
1555
|
}
|
|
1663
1556
|
},
|
|
1664
1557
|
{
|
|
@@ -3494,7 +3387,7 @@
|
|
|
3494
3387
|
}
|
|
3495
3388
|
]
|
|
3496
3389
|
},
|
|
3497
|
-
"eo-
|
|
3390
|
+
"eo-select": {
|
|
3498
3391
|
"properties": [
|
|
3499
3392
|
{
|
|
3500
3393
|
"name": "name",
|
|
@@ -3503,6 +3396,13 @@
|
|
|
3503
3396
|
"value": "string"
|
|
3504
3397
|
}
|
|
3505
3398
|
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "placeholder",
|
|
3401
|
+
"annotation": {
|
|
3402
|
+
"type": "keyword",
|
|
3403
|
+
"value": "string"
|
|
3404
|
+
}
|
|
3405
|
+
},
|
|
3506
3406
|
{
|
|
3507
3407
|
"name": "label",
|
|
3508
3408
|
"annotation": {
|
|
@@ -3511,15 +3411,25 @@
|
|
|
3511
3411
|
}
|
|
3512
3412
|
},
|
|
3513
3413
|
{
|
|
3514
|
-
"name": "
|
|
3414
|
+
"name": "options",
|
|
3515
3415
|
"annotation": {
|
|
3516
|
-
"type": "
|
|
3517
|
-
"
|
|
3518
|
-
"type": "
|
|
3519
|
-
"
|
|
3416
|
+
"type": "array",
|
|
3417
|
+
"elementType": {
|
|
3418
|
+
"type": "reference",
|
|
3419
|
+
"typeName": {
|
|
3420
|
+
"type": "identifier",
|
|
3421
|
+
"name": "GeneralComplexOption"
|
|
3422
|
+
}
|
|
3520
3423
|
}
|
|
3521
3424
|
}
|
|
3522
3425
|
},
|
|
3426
|
+
{
|
|
3427
|
+
"name": "value",
|
|
3428
|
+
"annotation": {
|
|
3429
|
+
"type": "keyword",
|
|
3430
|
+
"value": "any"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3523
3433
|
{
|
|
3524
3434
|
"name": "required",
|
|
3525
3435
|
"annotation": {
|
|
@@ -3528,365 +3438,145 @@
|
|
|
3528
3438
|
}
|
|
3529
3439
|
},
|
|
3530
3440
|
{
|
|
3531
|
-
"name": "
|
|
3441
|
+
"name": "message",
|
|
3532
3442
|
"annotation": {
|
|
3533
3443
|
"type": "reference",
|
|
3534
3444
|
"typeName": {
|
|
3535
3445
|
"type": "identifier",
|
|
3536
|
-
"name": "
|
|
3446
|
+
"name": "Record"
|
|
3447
|
+
},
|
|
3448
|
+
"typeParameters": {
|
|
3449
|
+
"type": "typeParameterInstantiation",
|
|
3450
|
+
"params": [
|
|
3451
|
+
{
|
|
3452
|
+
"type": "keyword",
|
|
3453
|
+
"value": "string"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"type": "keyword",
|
|
3457
|
+
"value": "string"
|
|
3458
|
+
}
|
|
3459
|
+
]
|
|
3537
3460
|
}
|
|
3538
3461
|
}
|
|
3539
3462
|
},
|
|
3540
3463
|
{
|
|
3541
|
-
"name": "
|
|
3464
|
+
"name": "disabled",
|
|
3542
3465
|
"annotation": {
|
|
3543
3466
|
"type": "keyword",
|
|
3544
|
-
"value": "
|
|
3467
|
+
"value": "boolean"
|
|
3545
3468
|
}
|
|
3546
3469
|
},
|
|
3547
3470
|
{
|
|
3548
|
-
"name": "
|
|
3471
|
+
"name": "mode",
|
|
3549
3472
|
"annotation": {
|
|
3550
|
-
"type": "
|
|
3551
|
-
"
|
|
3473
|
+
"type": "union",
|
|
3474
|
+
"types": [
|
|
3475
|
+
{
|
|
3476
|
+
"type": "jsLiteral",
|
|
3477
|
+
"value": "tags"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"type": "jsLiteral",
|
|
3481
|
+
"value": "multiple"
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3552
3484
|
}
|
|
3553
3485
|
},
|
|
3554
3486
|
{
|
|
3555
|
-
"name": "
|
|
3487
|
+
"name": "tokenSeparators",
|
|
3556
3488
|
"annotation": {
|
|
3557
3489
|
"type": "array",
|
|
3558
3490
|
"elementType": {
|
|
3559
|
-
"type": "
|
|
3560
|
-
"
|
|
3561
|
-
"type": "identifier",
|
|
3562
|
-
"name": "presetRangeType"
|
|
3563
|
-
}
|
|
3491
|
+
"type": "keyword",
|
|
3492
|
+
"value": "string"
|
|
3564
3493
|
}
|
|
3565
3494
|
}
|
|
3566
3495
|
},
|
|
3567
3496
|
{
|
|
3568
|
-
"name": "
|
|
3497
|
+
"name": "maxTagCount",
|
|
3569
3498
|
"annotation": {
|
|
3570
|
-
"type": "
|
|
3571
|
-
"
|
|
3572
|
-
"type": "function",
|
|
3573
|
-
"parameters": [
|
|
3574
|
-
{
|
|
3575
|
-
"type": "identifier",
|
|
3576
|
-
"name": "value",
|
|
3577
|
-
"annotation": {
|
|
3578
|
-
"type": "keyword",
|
|
3579
|
-
"value": "any"
|
|
3580
|
-
}
|
|
3581
|
-
}
|
|
3582
|
-
],
|
|
3583
|
-
"annotation": {
|
|
3584
|
-
"type": "union",
|
|
3585
|
-
"types": [
|
|
3586
|
-
{
|
|
3587
|
-
"type": "reference",
|
|
3588
|
-
"typeName": {
|
|
3589
|
-
"type": "identifier",
|
|
3590
|
-
"name": "MessageBody"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"type": "keyword",
|
|
3595
|
-
"value": "string"
|
|
3596
|
-
}
|
|
3597
|
-
]
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3499
|
+
"type": "keyword",
|
|
3500
|
+
"value": "number"
|
|
3600
3501
|
}
|
|
3601
|
-
}
|
|
3602
|
-
],
|
|
3603
|
-
"events": [
|
|
3502
|
+
},
|
|
3604
3503
|
{
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
3608
|
-
|
|
3609
|
-
"typeName": {
|
|
3610
|
-
"type": "identifier",
|
|
3611
|
-
"name": "TimeRange"
|
|
3612
|
-
}
|
|
3613
|
-
}
|
|
3504
|
+
"name": "groupBy",
|
|
3505
|
+
"annotation": {
|
|
3506
|
+
"type": "keyword",
|
|
3507
|
+
"value": "string"
|
|
3614
3508
|
}
|
|
3615
|
-
}
|
|
3616
|
-
],
|
|
3617
|
-
"methods": [],
|
|
3618
|
-
"types": [
|
|
3509
|
+
},
|
|
3619
3510
|
{
|
|
3620
|
-
"
|
|
3621
|
-
"
|
|
3622
|
-
|
|
3623
|
-
{
|
|
3624
|
-
"type": "
|
|
3625
|
-
"
|
|
3626
|
-
"type": "identifier",
|
|
3627
|
-
"name": "startTime"
|
|
3628
|
-
},
|
|
3629
|
-
"annotation": {
|
|
3630
|
-
"type": "keyword",
|
|
3631
|
-
"value": "string"
|
|
3632
|
-
},
|
|
3633
|
-
"computed": false
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"type": "propertySignature",
|
|
3637
|
-
"key": {
|
|
3638
|
-
"type": "identifier",
|
|
3639
|
-
"name": "endTime"
|
|
3640
|
-
},
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "keyword",
|
|
3643
|
-
"value": "string"
|
|
3644
|
-
},
|
|
3645
|
-
"computed": false
|
|
3511
|
+
"name": "suffix",
|
|
3512
|
+
"annotation": {
|
|
3513
|
+
"type": "reference",
|
|
3514
|
+
"typeName": {
|
|
3515
|
+
"type": "identifier",
|
|
3516
|
+
"name": "UseSingleBrickConf"
|
|
3646
3517
|
}
|
|
3647
|
-
|
|
3518
|
+
}
|
|
3648
3519
|
},
|
|
3649
3520
|
{
|
|
3650
|
-
"
|
|
3651
|
-
"name": "RangeType",
|
|
3521
|
+
"name": "clearable",
|
|
3652
3522
|
"annotation": {
|
|
3653
|
-
"type": "
|
|
3654
|
-
"
|
|
3655
|
-
{
|
|
3656
|
-
"type": "reference",
|
|
3657
|
-
"typeName": {
|
|
3658
|
-
"type": "identifier",
|
|
3659
|
-
"name": "PickerType"
|
|
3660
|
-
}
|
|
3661
|
-
},
|
|
3662
|
-
{
|
|
3663
|
-
"type": "reference",
|
|
3664
|
-
"typeName": {
|
|
3665
|
-
"type": "identifier",
|
|
3666
|
-
"name": "OtherPickerType"
|
|
3667
|
-
}
|
|
3668
|
-
}
|
|
3669
|
-
]
|
|
3523
|
+
"type": "keyword",
|
|
3524
|
+
"value": "boolean"
|
|
3670
3525
|
}
|
|
3671
3526
|
},
|
|
3672
3527
|
{
|
|
3673
|
-
"
|
|
3674
|
-
"name": "PickerType",
|
|
3675
|
-
"annotation": {
|
|
3676
|
-
"type": "union",
|
|
3677
|
-
"types": [
|
|
3678
|
-
{
|
|
3679
|
-
"type": "jsLiteral",
|
|
3680
|
-
"value": "date"
|
|
3681
|
-
},
|
|
3682
|
-
{
|
|
3683
|
-
"type": "jsLiteral",
|
|
3684
|
-
"value": "week"
|
|
3685
|
-
},
|
|
3686
|
-
{
|
|
3687
|
-
"type": "jsLiteral",
|
|
3688
|
-
"value": "month"
|
|
3689
|
-
},
|
|
3690
|
-
{
|
|
3691
|
-
"type": "jsLiteral",
|
|
3692
|
-
"value": "quarter"
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"type": "jsLiteral",
|
|
3696
|
-
"value": "year"
|
|
3697
|
-
}
|
|
3698
|
-
]
|
|
3699
|
-
}
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"type": "typeAlias",
|
|
3703
|
-
"name": "OtherPickerType",
|
|
3528
|
+
"name": "fields",
|
|
3704
3529
|
"annotation": {
|
|
3705
|
-
"type": "
|
|
3706
|
-
"
|
|
3707
|
-
{
|
|
3708
|
-
"type": "jsLiteral",
|
|
3709
|
-
"value": "dateTime"
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"type": "jsLiteral",
|
|
3713
|
-
"value": "hmTime"
|
|
3714
|
-
},
|
|
3530
|
+
"type": "typeLiteral",
|
|
3531
|
+
"members": [
|
|
3715
3532
|
{
|
|
3716
|
-
"type": "
|
|
3717
|
-
"
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
{
|
|
3723
|
-
"type": "enum",
|
|
3724
|
-
"name": "presetRangeType",
|
|
3725
|
-
"members": [
|
|
3726
|
-
{
|
|
3727
|
-
"type": "enumMember",
|
|
3728
|
-
"id": {
|
|
3729
|
-
"type": "identifier",
|
|
3730
|
-
"name": "Today"
|
|
3731
|
-
},
|
|
3732
|
-
"initializer": {
|
|
3733
|
-
"type": "jsLiteral",
|
|
3734
|
-
"value": "今天"
|
|
3735
|
-
}
|
|
3736
|
-
},
|
|
3737
|
-
{
|
|
3738
|
-
"type": "enumMember",
|
|
3739
|
-
"id": {
|
|
3740
|
-
"type": "identifier",
|
|
3741
|
-
"name": "ThisWeek"
|
|
3742
|
-
},
|
|
3743
|
-
"initializer": {
|
|
3744
|
-
"type": "jsLiteral",
|
|
3745
|
-
"value": "本周"
|
|
3746
|
-
}
|
|
3747
|
-
},
|
|
3748
|
-
{
|
|
3749
|
-
"type": "enumMember",
|
|
3750
|
-
"id": {
|
|
3751
|
-
"type": "identifier",
|
|
3752
|
-
"name": "ThisMonth"
|
|
3753
|
-
},
|
|
3754
|
-
"initializer": {
|
|
3755
|
-
"type": "jsLiteral",
|
|
3756
|
-
"value": "本月"
|
|
3757
|
-
}
|
|
3758
|
-
},
|
|
3759
|
-
{
|
|
3760
|
-
"type": "enumMember",
|
|
3761
|
-
"id": {
|
|
3762
|
-
"type": "identifier",
|
|
3763
|
-
"name": "ThisQuarter"
|
|
3764
|
-
},
|
|
3765
|
-
"initializer": {
|
|
3766
|
-
"type": "jsLiteral",
|
|
3767
|
-
"value": "本季度"
|
|
3768
|
-
}
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"type": "enumMember",
|
|
3772
|
-
"id": {
|
|
3773
|
-
"type": "identifier",
|
|
3774
|
-
"name": "ThisYear"
|
|
3775
|
-
},
|
|
3776
|
-
"initializer": {
|
|
3777
|
-
"type": "jsLiteral",
|
|
3778
|
-
"value": "今年"
|
|
3779
|
-
}
|
|
3780
|
-
}
|
|
3781
|
-
]
|
|
3782
|
-
}
|
|
3783
|
-
]
|
|
3784
|
-
},
|
|
3785
|
-
"eo-radio": {
|
|
3786
|
-
"properties": [
|
|
3787
|
-
{
|
|
3788
|
-
"name": "name",
|
|
3789
|
-
"annotation": {
|
|
3790
|
-
"type": "keyword",
|
|
3791
|
-
"value": "string"
|
|
3792
|
-
}
|
|
3793
|
-
},
|
|
3794
|
-
{
|
|
3795
|
-
"name": "label",
|
|
3796
|
-
"annotation": {
|
|
3797
|
-
"type": "keyword",
|
|
3798
|
-
"value": "string"
|
|
3799
|
-
}
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"name": "options",
|
|
3803
|
-
"annotation": {
|
|
3804
|
-
"type": "array",
|
|
3805
|
-
"elementType": {
|
|
3806
|
-
"type": "reference",
|
|
3807
|
-
"typeName": {
|
|
3808
|
-
"type": "identifier",
|
|
3809
|
-
"name": "GeneralOption"
|
|
3810
|
-
}
|
|
3811
|
-
}
|
|
3812
|
-
}
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"name": "value",
|
|
3816
|
-
"annotation": {
|
|
3817
|
-
"type": "keyword",
|
|
3818
|
-
"value": "any"
|
|
3819
|
-
}
|
|
3820
|
-
},
|
|
3821
|
-
{
|
|
3822
|
-
"name": "required",
|
|
3823
|
-
"annotation": {
|
|
3824
|
-
"type": "keyword",
|
|
3825
|
-
"value": "boolean"
|
|
3826
|
-
}
|
|
3827
|
-
},
|
|
3828
|
-
{
|
|
3829
|
-
"name": "message",
|
|
3830
|
-
"annotation": {
|
|
3831
|
-
"type": "reference",
|
|
3832
|
-
"typeName": {
|
|
3833
|
-
"type": "identifier",
|
|
3834
|
-
"name": "Record"
|
|
3835
|
-
},
|
|
3836
|
-
"typeParameters": {
|
|
3837
|
-
"type": "typeParameterInstantiation",
|
|
3838
|
-
"params": [
|
|
3839
|
-
{
|
|
3533
|
+
"type": "propertySignature",
|
|
3534
|
+
"key": {
|
|
3535
|
+
"type": "identifier",
|
|
3536
|
+
"name": "label"
|
|
3537
|
+
},
|
|
3538
|
+
"annotation": {
|
|
3840
3539
|
"type": "keyword",
|
|
3841
3540
|
"value": "string"
|
|
3842
3541
|
},
|
|
3843
|
-
|
|
3542
|
+
"optional": true,
|
|
3543
|
+
"computed": false
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"type": "propertySignature",
|
|
3547
|
+
"key": {
|
|
3548
|
+
"type": "identifier",
|
|
3549
|
+
"name": "value"
|
|
3550
|
+
},
|
|
3551
|
+
"annotation": {
|
|
3844
3552
|
"type": "keyword",
|
|
3845
3553
|
"value": "string"
|
|
3846
|
-
}
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
{
|
|
3852
|
-
"name": "disabled",
|
|
3853
|
-
"annotation": {
|
|
3854
|
-
"type": "keyword",
|
|
3855
|
-
"value": "boolean"
|
|
3856
|
-
}
|
|
3857
|
-
},
|
|
3858
|
-
{
|
|
3859
|
-
"name": "type",
|
|
3860
|
-
"annotation": {
|
|
3861
|
-
"type": "reference",
|
|
3862
|
-
"typeName": {
|
|
3863
|
-
"type": "identifier",
|
|
3864
|
-
"name": "RadioType"
|
|
3865
|
-
}
|
|
3554
|
+
},
|
|
3555
|
+
"optional": true,
|
|
3556
|
+
"computed": false
|
|
3557
|
+
}
|
|
3558
|
+
]
|
|
3866
3559
|
}
|
|
3867
3560
|
},
|
|
3868
3561
|
{
|
|
3869
|
-
"name": "
|
|
3562
|
+
"name": "useBackend",
|
|
3870
3563
|
"annotation": {
|
|
3871
3564
|
"type": "reference",
|
|
3872
3565
|
"typeName": {
|
|
3873
3566
|
"type": "identifier",
|
|
3874
|
-
"name": "
|
|
3567
|
+
"name": "UseBackendConf"
|
|
3875
3568
|
}
|
|
3876
3569
|
}
|
|
3877
3570
|
},
|
|
3878
3571
|
{
|
|
3879
|
-
"name": "
|
|
3572
|
+
"name": "debounceSearchDelay",
|
|
3880
3573
|
"annotation": {
|
|
3881
|
-
"type": "
|
|
3882
|
-
"
|
|
3883
|
-
"type": "identifier",
|
|
3884
|
-
"name": "ComponentSize"
|
|
3885
|
-
}
|
|
3574
|
+
"type": "keyword",
|
|
3575
|
+
"value": "number"
|
|
3886
3576
|
}
|
|
3887
3577
|
},
|
|
3888
3578
|
{
|
|
3889
|
-
"name": "
|
|
3579
|
+
"name": "inputStyle",
|
|
3890
3580
|
"annotation": {
|
|
3891
3581
|
"type": "reference",
|
|
3892
3582
|
"typeName": {
|
|
@@ -3901,16 +3591,6 @@
|
|
|
3901
3591
|
}
|
|
3902
3592
|
}
|
|
3903
3593
|
}
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"name": "useBrick",
|
|
3907
|
-
"annotation": {
|
|
3908
|
-
"type": "reference",
|
|
3909
|
-
"typeName": {
|
|
3910
|
-
"type": "identifier",
|
|
3911
|
-
"name": "UseSingleBrickConf"
|
|
3912
|
-
}
|
|
3913
|
-
}
|
|
3914
3594
|
}
|
|
3915
3595
|
],
|
|
3916
3596
|
"events": [
|
|
@@ -3924,11 +3604,23 @@
|
|
|
3924
3604
|
"type": "propertySignature",
|
|
3925
3605
|
"key": {
|
|
3926
3606
|
"type": "identifier",
|
|
3927
|
-
"name": "
|
|
3607
|
+
"name": "value"
|
|
3928
3608
|
},
|
|
3929
3609
|
"annotation": {
|
|
3930
|
-
"type": "
|
|
3931
|
-
"
|
|
3610
|
+
"type": "union",
|
|
3611
|
+
"types": [
|
|
3612
|
+
{
|
|
3613
|
+
"type": "keyword",
|
|
3614
|
+
"value": "string"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"type": "array",
|
|
3618
|
+
"elementType": {
|
|
3619
|
+
"type": "keyword",
|
|
3620
|
+
"value": "string"
|
|
3621
|
+
}
|
|
3622
|
+
}
|
|
3623
|
+
]
|
|
3932
3624
|
},
|
|
3933
3625
|
"computed": false
|
|
3934
3626
|
},
|
|
@@ -3936,33 +3628,55 @@
|
|
|
3936
3628
|
"type": "propertySignature",
|
|
3937
3629
|
"key": {
|
|
3938
3630
|
"type": "identifier",
|
|
3939
|
-
"name": "
|
|
3631
|
+
"name": "options"
|
|
3940
3632
|
},
|
|
3941
3633
|
"annotation": {
|
|
3942
|
-
"type": "
|
|
3943
|
-
"
|
|
3634
|
+
"type": "array",
|
|
3635
|
+
"elementType": {
|
|
3636
|
+
"type": "reference",
|
|
3637
|
+
"typeName": {
|
|
3638
|
+
"type": "identifier",
|
|
3639
|
+
"name": "GeneralComplexOption"
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3944
3642
|
},
|
|
3945
3643
|
"computed": false
|
|
3946
|
-
}
|
|
3644
|
+
}
|
|
3645
|
+
]
|
|
3646
|
+
}
|
|
3647
|
+
}
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"name": "search",
|
|
3651
|
+
"detail": {
|
|
3652
|
+
"annotation": {
|
|
3653
|
+
"type": "typeLiteral",
|
|
3654
|
+
"members": [
|
|
3947
3655
|
{
|
|
3948
|
-
"type": "
|
|
3949
|
-
"
|
|
3656
|
+
"type": "propertySignature",
|
|
3657
|
+
"key": {
|
|
3950
3658
|
"type": "identifier",
|
|
3951
|
-
"name": "
|
|
3952
|
-
"annotation": {
|
|
3953
|
-
"type": "keyword",
|
|
3954
|
-
"value": "string"
|
|
3955
|
-
}
|
|
3659
|
+
"name": "value"
|
|
3956
3660
|
},
|
|
3957
3661
|
"annotation": {
|
|
3958
3662
|
"type": "keyword",
|
|
3959
|
-
"value": "
|
|
3960
|
-
}
|
|
3663
|
+
"value": "string"
|
|
3664
|
+
},
|
|
3665
|
+
"computed": false
|
|
3961
3666
|
}
|
|
3962
3667
|
]
|
|
3963
3668
|
}
|
|
3964
3669
|
}
|
|
3965
3670
|
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "focus",
|
|
3673
|
+
"detail": {
|
|
3674
|
+
"annotation": {
|
|
3675
|
+
"type": "keyword",
|
|
3676
|
+
"value": "void"
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3966
3680
|
{
|
|
3967
3681
|
"name": "options.change",
|
|
3968
3682
|
"detail": {
|
|
@@ -4025,69 +3739,21 @@
|
|
|
4025
3739
|
"type": "propertySignature",
|
|
4026
3740
|
"key": {
|
|
4027
3741
|
"type": "identifier",
|
|
4028
|
-
"name": "name"
|
|
4029
|
-
},
|
|
4030
|
-
"annotation": {
|
|
4031
|
-
"type": "keyword",
|
|
4032
|
-
"value": "string"
|
|
4033
|
-
},
|
|
4034
|
-
"computed": false
|
|
4035
|
-
}
|
|
4036
|
-
]
|
|
4037
|
-
}
|
|
4038
|
-
}
|
|
4039
|
-
}
|
|
4040
|
-
],
|
|
4041
|
-
"methods": [],
|
|
4042
|
-
"types": [
|
|
4043
|
-
{
|
|
4044
|
-
"type": "typeAlias",
|
|
4045
|
-
"name": "GeneralOption",
|
|
4046
|
-
"annotation": {
|
|
4047
|
-
"type": "union",
|
|
4048
|
-
"types": [
|
|
4049
|
-
{
|
|
4050
|
-
"type": "keyword",
|
|
4051
|
-
"value": "string"
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"type": "keyword",
|
|
4055
|
-
"value": "number"
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"type": "keyword",
|
|
4059
|
-
"value": "boolean"
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"type": "reference",
|
|
4063
|
-
"typeName": {
|
|
4064
|
-
"type": "identifier",
|
|
4065
|
-
"name": "GeneralComplexOption"
|
|
4066
|
-
}
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"type": "reference",
|
|
4070
|
-
"typeName": {
|
|
4071
|
-
"type": "identifier",
|
|
4072
|
-
"name": "Record"
|
|
4073
|
-
},
|
|
4074
|
-
"typeParameters": {
|
|
4075
|
-
"type": "typeParameterInstantiation",
|
|
4076
|
-
"params": [
|
|
4077
|
-
{
|
|
4078
|
-
"type": "keyword",
|
|
4079
|
-
"value": "string"
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"type": "keyword",
|
|
4083
|
-
"value": "any"
|
|
4084
|
-
}
|
|
4085
|
-
]
|
|
3742
|
+
"name": "name"
|
|
3743
|
+
},
|
|
3744
|
+
"annotation": {
|
|
3745
|
+
"type": "keyword",
|
|
3746
|
+
"value": "string"
|
|
3747
|
+
},
|
|
3748
|
+
"computed": false
|
|
4086
3749
|
}
|
|
4087
|
-
|
|
4088
|
-
|
|
3750
|
+
]
|
|
3751
|
+
}
|
|
4089
3752
|
}
|
|
4090
|
-
}
|
|
3753
|
+
}
|
|
3754
|
+
],
|
|
3755
|
+
"methods": [],
|
|
3756
|
+
"types": [
|
|
4091
3757
|
{
|
|
4092
3758
|
"type": "interface",
|
|
4093
3759
|
"name": "GeneralComplexOption",
|
|
@@ -4163,98 +3829,283 @@
|
|
|
4163
3829
|
]
|
|
4164
3830
|
},
|
|
4165
3831
|
{
|
|
4166
|
-
"type": "
|
|
4167
|
-
"name": "
|
|
4168
|
-
"
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
{
|
|
4172
|
-
"type": "
|
|
4173
|
-
"
|
|
3832
|
+
"type": "interface",
|
|
3833
|
+
"name": "UseBackendConf",
|
|
3834
|
+
"body": [
|
|
3835
|
+
{
|
|
3836
|
+
"type": "propertySignature",
|
|
3837
|
+
"key": {
|
|
3838
|
+
"type": "identifier",
|
|
3839
|
+
"name": "provider"
|
|
4174
3840
|
},
|
|
4175
|
-
{
|
|
4176
|
-
"type": "
|
|
4177
|
-
"value": "
|
|
3841
|
+
"annotation": {
|
|
3842
|
+
"type": "keyword",
|
|
3843
|
+
"value": "string"
|
|
4178
3844
|
},
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
3845
|
+
"computed": false
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"type": "propertySignature",
|
|
3849
|
+
"key": {
|
|
3850
|
+
"type": "identifier",
|
|
3851
|
+
"name": "args"
|
|
4182
3852
|
},
|
|
4183
|
-
{
|
|
4184
|
-
"type": "
|
|
4185
|
-
"
|
|
3853
|
+
"annotation": {
|
|
3854
|
+
"type": "union",
|
|
3855
|
+
"types": [
|
|
3856
|
+
{
|
|
3857
|
+
"type": "array",
|
|
3858
|
+
"elementType": {
|
|
3859
|
+
"type": "keyword",
|
|
3860
|
+
"value": "any"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"type": "parenthesizedType",
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "function",
|
|
3867
|
+
"parameters": [
|
|
3868
|
+
{
|
|
3869
|
+
"type": "restElement",
|
|
3870
|
+
"argument": {
|
|
3871
|
+
"type": "identifier",
|
|
3872
|
+
"name": "args"
|
|
3873
|
+
},
|
|
3874
|
+
"annotation": {
|
|
3875
|
+
"type": "array",
|
|
3876
|
+
"elementType": {
|
|
3877
|
+
"type": "keyword",
|
|
3878
|
+
"value": "any"
|
|
3879
|
+
}
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"annotation": {
|
|
3884
|
+
"type": "array",
|
|
3885
|
+
"elementType": {
|
|
3886
|
+
"type": "keyword",
|
|
3887
|
+
"value": "any"
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
]
|
|
4186
3893
|
},
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
3894
|
+
"computed": false
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"type": "propertySignature",
|
|
3898
|
+
"key": {
|
|
3899
|
+
"type": "identifier",
|
|
3900
|
+
"name": "transform"
|
|
4190
3901
|
},
|
|
4191
|
-
{
|
|
4192
|
-
"type": "
|
|
4193
|
-
"
|
|
4194
|
-
|
|
4195
|
-
|
|
3902
|
+
"annotation": {
|
|
3903
|
+
"type": "function",
|
|
3904
|
+
"parameters": [
|
|
3905
|
+
{
|
|
3906
|
+
"type": "identifier",
|
|
3907
|
+
"name": "data",
|
|
3908
|
+
"annotation": {
|
|
3909
|
+
"type": "keyword",
|
|
3910
|
+
"value": "any"
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
],
|
|
3914
|
+
"annotation": {
|
|
3915
|
+
"type": "keyword",
|
|
3916
|
+
"value": "void"
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3919
|
+
"optional": true,
|
|
3920
|
+
"computed": false
|
|
3921
|
+
}
|
|
3922
|
+
]
|
|
3923
|
+
}
|
|
3924
|
+
]
|
|
3925
|
+
},
|
|
3926
|
+
"eo-upload-image": {
|
|
3927
|
+
"properties": [
|
|
3928
|
+
{
|
|
3929
|
+
"name": "name",
|
|
3930
|
+
"annotation": {
|
|
3931
|
+
"type": "keyword",
|
|
3932
|
+
"value": "string"
|
|
4196
3933
|
}
|
|
4197
3934
|
},
|
|
4198
3935
|
{
|
|
4199
|
-
"
|
|
4200
|
-
"name": "UIType",
|
|
3936
|
+
"name": "label",
|
|
4201
3937
|
"annotation": {
|
|
4202
|
-
"type": "
|
|
4203
|
-
"
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
3938
|
+
"type": "keyword",
|
|
3939
|
+
"value": "string"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "value",
|
|
3944
|
+
"annotation": {
|
|
3945
|
+
"type": "array",
|
|
3946
|
+
"elementType": {
|
|
3947
|
+
"type": "reference",
|
|
3948
|
+
"typeName": {
|
|
3949
|
+
"type": "identifier",
|
|
3950
|
+
"name": "ImageData"
|
|
4211
3951
|
}
|
|
4212
|
-
|
|
3952
|
+
}
|
|
4213
3953
|
}
|
|
4214
3954
|
},
|
|
4215
3955
|
{
|
|
4216
|
-
"
|
|
4217
|
-
"name": "ComponentSize",
|
|
3956
|
+
"name": "bucketName",
|
|
4218
3957
|
"annotation": {
|
|
4219
|
-
"type": "
|
|
4220
|
-
"
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
3958
|
+
"type": "keyword",
|
|
3959
|
+
"value": "string"
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"name": "maxCount",
|
|
3964
|
+
"annotation": {
|
|
3965
|
+
"type": "keyword",
|
|
3966
|
+
"value": "number"
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"name": "multiple",
|
|
3971
|
+
"annotation": {
|
|
3972
|
+
"type": "keyword",
|
|
3973
|
+
"value": "boolean"
|
|
3974
|
+
}
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "limitSize",
|
|
3978
|
+
"annotation": {
|
|
3979
|
+
"type": "keyword",
|
|
3980
|
+
"value": "number"
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"name": "required",
|
|
3985
|
+
"annotation": {
|
|
3986
|
+
"type": "keyword",
|
|
3987
|
+
"value": "boolean"
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "message",
|
|
3992
|
+
"annotation": {
|
|
3993
|
+
"type": "reference",
|
|
3994
|
+
"typeName": {
|
|
3995
|
+
"type": "identifier",
|
|
3996
|
+
"name": "Record"
|
|
3997
|
+
},
|
|
3998
|
+
"typeParameters": {
|
|
3999
|
+
"type": "typeParameterInstantiation",
|
|
4000
|
+
"params": [
|
|
4001
|
+
{
|
|
4002
|
+
"type": "keyword",
|
|
4003
|
+
"value": "string"
|
|
4004
|
+
},
|
|
4005
|
+
{
|
|
4006
|
+
"type": "keyword",
|
|
4007
|
+
"value": "string"
|
|
4008
|
+
}
|
|
4009
|
+
]
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
}
|
|
4013
|
+
],
|
|
4014
|
+
"events": [
|
|
4015
|
+
{
|
|
4016
|
+
"name": "change",
|
|
4017
|
+
"detail": {
|
|
4018
|
+
"annotation": {
|
|
4019
|
+
"type": "array",
|
|
4020
|
+
"elementType": {
|
|
4021
|
+
"type": "reference",
|
|
4022
|
+
"typeName": {
|
|
4023
|
+
"type": "identifier",
|
|
4024
|
+
"name": "ImageData"
|
|
4025
|
+
}
|
|
4026
|
+
}
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"methods": [],
|
|
4032
|
+
"types": [
|
|
4033
|
+
{
|
|
4034
|
+
"type": "interface",
|
|
4035
|
+
"name": "ImageData",
|
|
4036
|
+
"body": [
|
|
4037
|
+
{
|
|
4038
|
+
"type": "propertySignature",
|
|
4039
|
+
"key": {
|
|
4040
|
+
"type": "identifier",
|
|
4041
|
+
"name": "url"
|
|
4228
4042
|
},
|
|
4229
|
-
{
|
|
4230
|
-
"type": "
|
|
4231
|
-
"value": "
|
|
4043
|
+
"annotation": {
|
|
4044
|
+
"type": "keyword",
|
|
4045
|
+
"value": "string"
|
|
4232
4046
|
},
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4047
|
+
"optional": true,
|
|
4048
|
+
"computed": false
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"extends": [
|
|
4052
|
+
{
|
|
4053
|
+
"type": "expressionWithTypeArguments",
|
|
4054
|
+
"expression": {
|
|
4055
|
+
"type": "identifier",
|
|
4056
|
+
"name": "FileData"
|
|
4236
4057
|
}
|
|
4237
|
-
|
|
4238
|
-
|
|
4058
|
+
}
|
|
4059
|
+
]
|
|
4239
4060
|
}
|
|
4240
4061
|
]
|
|
4241
4062
|
},
|
|
4242
|
-
"eo-upload-
|
|
4063
|
+
"eo-upload-file": {
|
|
4243
4064
|
"properties": [
|
|
4244
4065
|
{
|
|
4245
|
-
"name": "
|
|
4066
|
+
"name": "label",
|
|
4246
4067
|
"annotation": {
|
|
4247
4068
|
"type": "keyword",
|
|
4248
4069
|
"value": "string"
|
|
4249
4070
|
}
|
|
4250
4071
|
},
|
|
4251
4072
|
{
|
|
4252
|
-
"name": "
|
|
4073
|
+
"name": "name",
|
|
4253
4074
|
"annotation": {
|
|
4254
4075
|
"type": "keyword",
|
|
4255
4076
|
"value": "string"
|
|
4256
4077
|
}
|
|
4257
4078
|
},
|
|
4079
|
+
{
|
|
4080
|
+
"name": "required",
|
|
4081
|
+
"annotation": {
|
|
4082
|
+
"type": "keyword",
|
|
4083
|
+
"value": "boolean"
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"name": "message",
|
|
4088
|
+
"annotation": {
|
|
4089
|
+
"type": "reference",
|
|
4090
|
+
"typeName": {
|
|
4091
|
+
"type": "identifier",
|
|
4092
|
+
"name": "Record"
|
|
4093
|
+
},
|
|
4094
|
+
"typeParameters": {
|
|
4095
|
+
"type": "typeParameterInstantiation",
|
|
4096
|
+
"params": [
|
|
4097
|
+
{
|
|
4098
|
+
"type": "keyword",
|
|
4099
|
+
"value": "string"
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"type": "keyword",
|
|
4103
|
+
"value": "string"
|
|
4104
|
+
}
|
|
4105
|
+
]
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
4258
4109
|
{
|
|
4259
4110
|
"name": "value",
|
|
4260
4111
|
"annotation": {
|
|
@@ -4263,30 +4114,30 @@
|
|
|
4263
4114
|
"type": "reference",
|
|
4264
4115
|
"typeName": {
|
|
4265
4116
|
"type": "identifier",
|
|
4266
|
-
"name": "
|
|
4117
|
+
"name": "FileData"
|
|
4267
4118
|
}
|
|
4268
4119
|
}
|
|
4269
4120
|
}
|
|
4270
4121
|
},
|
|
4271
4122
|
{
|
|
4272
|
-
"name": "
|
|
4123
|
+
"name": "multiple",
|
|
4273
4124
|
"annotation": {
|
|
4274
4125
|
"type": "keyword",
|
|
4275
|
-
"value": "
|
|
4126
|
+
"value": "boolean"
|
|
4276
4127
|
}
|
|
4277
4128
|
},
|
|
4278
4129
|
{
|
|
4279
|
-
"name": "
|
|
4130
|
+
"name": "accept",
|
|
4280
4131
|
"annotation": {
|
|
4281
4132
|
"type": "keyword",
|
|
4282
|
-
"value": "
|
|
4133
|
+
"value": "string"
|
|
4283
4134
|
}
|
|
4284
4135
|
},
|
|
4285
4136
|
{
|
|
4286
|
-
"name": "
|
|
4137
|
+
"name": "maxCount",
|
|
4287
4138
|
"annotation": {
|
|
4288
4139
|
"type": "keyword",
|
|
4289
|
-
"value": "
|
|
4140
|
+
"value": "number"
|
|
4290
4141
|
}
|
|
4291
4142
|
},
|
|
4292
4143
|
{
|
|
@@ -4297,34 +4148,96 @@
|
|
|
4297
4148
|
}
|
|
4298
4149
|
},
|
|
4299
4150
|
{
|
|
4300
|
-
"name": "
|
|
4151
|
+
"name": "buttonText",
|
|
4301
4152
|
"annotation": {
|
|
4302
4153
|
"type": "keyword",
|
|
4303
|
-
"value": "
|
|
4154
|
+
"value": "string"
|
|
4304
4155
|
}
|
|
4305
4156
|
},
|
|
4306
4157
|
{
|
|
4307
|
-
"name": "
|
|
4158
|
+
"name": "buttonType",
|
|
4159
|
+
"annotation": {
|
|
4160
|
+
"type": "indexedAccess",
|
|
4161
|
+
"objectType": {
|
|
4162
|
+
"type": "reference",
|
|
4163
|
+
"typeName": {
|
|
4164
|
+
"type": "identifier",
|
|
4165
|
+
"name": "ButtonProps"
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
"indexType": {
|
|
4169
|
+
"type": "jsLiteral",
|
|
4170
|
+
"value": "type"
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "buttonIcon",
|
|
4308
4176
|
"annotation": {
|
|
4309
4177
|
"type": "reference",
|
|
4310
4178
|
"typeName": {
|
|
4311
4179
|
"type": "identifier",
|
|
4312
|
-
"name": "
|
|
4313
|
-
},
|
|
4314
|
-
"typeParameters": {
|
|
4315
|
-
"type": "typeParameterInstantiation",
|
|
4316
|
-
"params": [
|
|
4317
|
-
{
|
|
4318
|
-
"type": "keyword",
|
|
4319
|
-
"value": "string"
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"type": "keyword",
|
|
4323
|
-
"value": "string"
|
|
4324
|
-
}
|
|
4325
|
-
]
|
|
4180
|
+
"name": "GeneralIconProps"
|
|
4326
4181
|
}
|
|
4327
4182
|
}
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "overMaxCountMode",
|
|
4186
|
+
"annotation": {
|
|
4187
|
+
"type": "union",
|
|
4188
|
+
"types": [
|
|
4189
|
+
{
|
|
4190
|
+
"type": "jsLiteral",
|
|
4191
|
+
"value": "ignore"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"type": "jsLiteral",
|
|
4195
|
+
"value": "replace"
|
|
4196
|
+
}
|
|
4197
|
+
]
|
|
4198
|
+
}
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "uploadDraggable",
|
|
4202
|
+
"annotation": {
|
|
4203
|
+
"type": "keyword",
|
|
4204
|
+
"value": "boolean"
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "draggableUploadTip",
|
|
4209
|
+
"annotation": {
|
|
4210
|
+
"type": "keyword",
|
|
4211
|
+
"value": "string"
|
|
4212
|
+
}
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "autoUpload",
|
|
4216
|
+
"annotation": {
|
|
4217
|
+
"type": "keyword",
|
|
4218
|
+
"value": "boolean"
|
|
4219
|
+
}
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"name": "url",
|
|
4223
|
+
"annotation": {
|
|
4224
|
+
"type": "keyword",
|
|
4225
|
+
"value": "string"
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"name": "method",
|
|
4230
|
+
"annotation": {
|
|
4231
|
+
"type": "keyword",
|
|
4232
|
+
"value": "string"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"name": "uploadName",
|
|
4237
|
+
"annotation": {
|
|
4238
|
+
"type": "keyword",
|
|
4239
|
+
"value": "string"
|
|
4240
|
+
}
|
|
4328
4241
|
}
|
|
4329
4242
|
],
|
|
4330
4243
|
"events": [
|
|
@@ -4337,54 +4250,186 @@
|
|
|
4337
4250
|
"type": "reference",
|
|
4338
4251
|
"typeName": {
|
|
4339
4252
|
"type": "identifier",
|
|
4340
|
-
"name": "
|
|
4253
|
+
"name": "FileData"
|
|
4254
|
+
}
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
}
|
|
4258
|
+
}
|
|
4259
|
+
],
|
|
4260
|
+
"methods": [],
|
|
4261
|
+
"types": [
|
|
4262
|
+
{
|
|
4263
|
+
"type": "interface",
|
|
4264
|
+
"name": "FileData",
|
|
4265
|
+
"body": [
|
|
4266
|
+
{
|
|
4267
|
+
"type": "propertySignature",
|
|
4268
|
+
"key": {
|
|
4269
|
+
"type": "identifier",
|
|
4270
|
+
"name": "uid"
|
|
4271
|
+
},
|
|
4272
|
+
"annotation": {
|
|
4273
|
+
"type": "keyword",
|
|
4274
|
+
"value": "string"
|
|
4275
|
+
},
|
|
4276
|
+
"computed": false
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"type": "propertySignature",
|
|
4280
|
+
"key": {
|
|
4281
|
+
"type": "identifier",
|
|
4282
|
+
"name": "name"
|
|
4283
|
+
},
|
|
4284
|
+
"annotation": {
|
|
4285
|
+
"type": "keyword",
|
|
4286
|
+
"value": "string"
|
|
4287
|
+
},
|
|
4288
|
+
"computed": false
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"type": "propertySignature",
|
|
4292
|
+
"key": {
|
|
4293
|
+
"type": "identifier",
|
|
4294
|
+
"name": "file"
|
|
4295
|
+
},
|
|
4296
|
+
"annotation": {
|
|
4297
|
+
"type": "intersection",
|
|
4298
|
+
"types": [
|
|
4299
|
+
{
|
|
4300
|
+
"type": "reference",
|
|
4301
|
+
"typeName": {
|
|
4302
|
+
"type": "identifier",
|
|
4303
|
+
"name": "File"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
{
|
|
4307
|
+
"type": "typeLiteral",
|
|
4308
|
+
"members": [
|
|
4309
|
+
{
|
|
4310
|
+
"type": "propertySignature",
|
|
4311
|
+
"key": {
|
|
4312
|
+
"type": "identifier",
|
|
4313
|
+
"name": "uid"
|
|
4314
|
+
},
|
|
4315
|
+
"annotation": {
|
|
4316
|
+
"type": "keyword",
|
|
4317
|
+
"value": "string"
|
|
4318
|
+
},
|
|
4319
|
+
"optional": true,
|
|
4320
|
+
"computed": false
|
|
4321
|
+
}
|
|
4322
|
+
]
|
|
4323
|
+
}
|
|
4324
|
+
]
|
|
4325
|
+
},
|
|
4326
|
+
"optional": true,
|
|
4327
|
+
"computed": false
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"type": "propertySignature",
|
|
4331
|
+
"key": {
|
|
4332
|
+
"type": "identifier",
|
|
4333
|
+
"name": "response"
|
|
4334
|
+
},
|
|
4335
|
+
"annotation": {
|
|
4336
|
+
"type": "keyword",
|
|
4337
|
+
"value": "any"
|
|
4338
|
+
},
|
|
4339
|
+
"optional": true,
|
|
4340
|
+
"computed": false
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"type": "propertySignature",
|
|
4344
|
+
"key": {
|
|
4345
|
+
"type": "identifier",
|
|
4346
|
+
"name": "userData"
|
|
4347
|
+
},
|
|
4348
|
+
"annotation": {
|
|
4349
|
+
"type": "keyword",
|
|
4350
|
+
"value": "any"
|
|
4351
|
+
},
|
|
4352
|
+
"optional": true,
|
|
4353
|
+
"computed": false
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"type": "propertySignature",
|
|
4357
|
+
"key": {
|
|
4358
|
+
"type": "identifier",
|
|
4359
|
+
"name": "status"
|
|
4360
|
+
},
|
|
4361
|
+
"annotation": {
|
|
4362
|
+
"type": "reference",
|
|
4363
|
+
"typeName": {
|
|
4364
|
+
"type": "identifier",
|
|
4365
|
+
"name": "UploadStatus"
|
|
4341
4366
|
}
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
],
|
|
4347
|
-
"methods": [],
|
|
4348
|
-
"types": [
|
|
4349
|
-
{
|
|
4350
|
-
"type": "interface",
|
|
4351
|
-
"name": "ImageData",
|
|
4352
|
-
"body": [
|
|
4367
|
+
},
|
|
4368
|
+
"optional": true,
|
|
4369
|
+
"computed": false
|
|
4370
|
+
},
|
|
4353
4371
|
{
|
|
4354
4372
|
"type": "propertySignature",
|
|
4355
4373
|
"key": {
|
|
4356
4374
|
"type": "identifier",
|
|
4357
|
-
"name": "
|
|
4375
|
+
"name": "errors"
|
|
4358
4376
|
},
|
|
4359
4377
|
"annotation": {
|
|
4360
|
-
"type": "
|
|
4361
|
-
"
|
|
4378
|
+
"type": "array",
|
|
4379
|
+
"elementType": {
|
|
4380
|
+
"type": "reference",
|
|
4381
|
+
"typeName": {
|
|
4382
|
+
"type": "identifier",
|
|
4383
|
+
"name": "Error"
|
|
4384
|
+
}
|
|
4385
|
+
}
|
|
4362
4386
|
},
|
|
4363
4387
|
"optional": true,
|
|
4364
4388
|
"computed": false
|
|
4365
|
-
}
|
|
4366
|
-
],
|
|
4367
|
-
"extends": [
|
|
4389
|
+
},
|
|
4368
4390
|
{
|
|
4369
|
-
"type": "
|
|
4370
|
-
"
|
|
4391
|
+
"type": "propertySignature",
|
|
4392
|
+
"key": {
|
|
4371
4393
|
"type": "identifier",
|
|
4372
|
-
"name": "
|
|
4373
|
-
}
|
|
4394
|
+
"name": "symbolForAbortController"
|
|
4395
|
+
},
|
|
4396
|
+
"annotation": {
|
|
4397
|
+
"type": "reference",
|
|
4398
|
+
"typeName": {
|
|
4399
|
+
"type": "identifier",
|
|
4400
|
+
"name": "AbortController"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"optional": true,
|
|
4404
|
+
"computed": true
|
|
4374
4405
|
}
|
|
4375
4406
|
]
|
|
4407
|
+
},
|
|
4408
|
+
{
|
|
4409
|
+
"type": "typeAlias",
|
|
4410
|
+
"name": "UploadStatus",
|
|
4411
|
+
"annotation": {
|
|
4412
|
+
"type": "union",
|
|
4413
|
+
"types": [
|
|
4414
|
+
{
|
|
4415
|
+
"type": "jsLiteral",
|
|
4416
|
+
"value": "uploading"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"type": "jsLiteral",
|
|
4420
|
+
"value": "done"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"type": "jsLiteral",
|
|
4424
|
+
"value": "error"
|
|
4425
|
+
}
|
|
4426
|
+
]
|
|
4427
|
+
}
|
|
4376
4428
|
}
|
|
4377
4429
|
]
|
|
4378
4430
|
},
|
|
4379
|
-
"eo-
|
|
4431
|
+
"eo-time-range-picker": {
|
|
4380
4432
|
"properties": [
|
|
4381
|
-
{
|
|
4382
|
-
"name": "label",
|
|
4383
|
-
"annotation": {
|
|
4384
|
-
"type": "keyword",
|
|
4385
|
-
"value": "string"
|
|
4386
|
-
}
|
|
4387
|
-
},
|
|
4388
4433
|
{
|
|
4389
4434
|
"name": "name",
|
|
4390
4435
|
"annotation": {
|
|
@@ -4393,166 +4438,99 @@
|
|
|
4393
4438
|
}
|
|
4394
4439
|
},
|
|
4395
4440
|
{
|
|
4396
|
-
"name": "
|
|
4441
|
+
"name": "label",
|
|
4397
4442
|
"annotation": {
|
|
4398
4443
|
"type": "keyword",
|
|
4399
|
-
"value": "
|
|
4444
|
+
"value": "string"
|
|
4400
4445
|
}
|
|
4401
4446
|
},
|
|
4402
4447
|
{
|
|
4403
|
-
"name": "
|
|
4448
|
+
"name": "value",
|
|
4404
4449
|
"annotation": {
|
|
4405
4450
|
"type": "reference",
|
|
4406
4451
|
"typeName": {
|
|
4407
4452
|
"type": "identifier",
|
|
4408
|
-
"name": "
|
|
4409
|
-
},
|
|
4410
|
-
"typeParameters": {
|
|
4411
|
-
"type": "typeParameterInstantiation",
|
|
4412
|
-
"params": [
|
|
4413
|
-
{
|
|
4414
|
-
"type": "keyword",
|
|
4415
|
-
"value": "string"
|
|
4416
|
-
},
|
|
4417
|
-
{
|
|
4418
|
-
"type": "keyword",
|
|
4419
|
-
"value": "string"
|
|
4420
|
-
}
|
|
4421
|
-
]
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
},
|
|
4425
|
-
{
|
|
4426
|
-
"name": "value",
|
|
4427
|
-
"annotation": {
|
|
4428
|
-
"type": "array",
|
|
4429
|
-
"elementType": {
|
|
4430
|
-
"type": "reference",
|
|
4431
|
-
"typeName": {
|
|
4432
|
-
"type": "identifier",
|
|
4433
|
-
"name": "FileData"
|
|
4434
|
-
}
|
|
4453
|
+
"name": "TimeRange"
|
|
4435
4454
|
}
|
|
4436
4455
|
}
|
|
4437
4456
|
},
|
|
4438
4457
|
{
|
|
4439
|
-
"name": "
|
|
4458
|
+
"name": "required",
|
|
4440
4459
|
"annotation": {
|
|
4441
4460
|
"type": "keyword",
|
|
4442
4461
|
"value": "boolean"
|
|
4443
4462
|
}
|
|
4444
4463
|
},
|
|
4445
4464
|
{
|
|
4446
|
-
"name": "
|
|
4447
|
-
"annotation": {
|
|
4448
|
-
"type": "keyword",
|
|
4449
|
-
"value": "string"
|
|
4450
|
-
}
|
|
4451
|
-
},
|
|
4452
|
-
{
|
|
4453
|
-
"name": "maxCount",
|
|
4465
|
+
"name": "rangeType",
|
|
4454
4466
|
"annotation": {
|
|
4455
|
-
"type": "
|
|
4456
|
-
"
|
|
4467
|
+
"type": "reference",
|
|
4468
|
+
"typeName": {
|
|
4469
|
+
"type": "identifier",
|
|
4470
|
+
"name": "RangeType"
|
|
4471
|
+
}
|
|
4457
4472
|
}
|
|
4458
4473
|
},
|
|
4459
4474
|
{
|
|
4460
|
-
"name": "
|
|
4475
|
+
"name": "selectNearDays",
|
|
4461
4476
|
"annotation": {
|
|
4462
4477
|
"type": "keyword",
|
|
4463
4478
|
"value": "number"
|
|
4464
4479
|
}
|
|
4465
4480
|
},
|
|
4466
4481
|
{
|
|
4467
|
-
"name": "
|
|
4482
|
+
"name": "emitChangeOnInit",
|
|
4468
4483
|
"annotation": {
|
|
4469
4484
|
"type": "keyword",
|
|
4470
|
-
"value": "
|
|
4485
|
+
"value": "boolean"
|
|
4471
4486
|
}
|
|
4472
4487
|
},
|
|
4473
4488
|
{
|
|
4474
|
-
"name": "
|
|
4489
|
+
"name": "presetRanges",
|
|
4475
4490
|
"annotation": {
|
|
4476
|
-
"type": "
|
|
4477
|
-
"
|
|
4491
|
+
"type": "array",
|
|
4492
|
+
"elementType": {
|
|
4478
4493
|
"type": "reference",
|
|
4479
4494
|
"typeName": {
|
|
4480
4495
|
"type": "identifier",
|
|
4481
|
-
"name": "
|
|
4496
|
+
"name": "presetRangeType"
|
|
4482
4497
|
}
|
|
4483
|
-
},
|
|
4484
|
-
"indexType": {
|
|
4485
|
-
"type": "jsLiteral",
|
|
4486
|
-
"value": "type"
|
|
4487
|
-
}
|
|
4488
|
-
}
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"name": "buttonIcon",
|
|
4492
|
-
"annotation": {
|
|
4493
|
-
"type": "reference",
|
|
4494
|
-
"typeName": {
|
|
4495
|
-
"type": "identifier",
|
|
4496
|
-
"name": "GeneralIconProps"
|
|
4497
4498
|
}
|
|
4498
4499
|
}
|
|
4499
4500
|
},
|
|
4500
4501
|
{
|
|
4501
|
-
"name": "
|
|
4502
|
-
"annotation": {
|
|
4503
|
-
"type": "union",
|
|
4504
|
-
"types": [
|
|
4505
|
-
{
|
|
4506
|
-
"type": "jsLiteral",
|
|
4507
|
-
"value": "ignore"
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"type": "jsLiteral",
|
|
4511
|
-
"value": "replace"
|
|
4512
|
-
}
|
|
4513
|
-
]
|
|
4514
|
-
}
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"name": "uploadDraggable",
|
|
4518
|
-
"annotation": {
|
|
4519
|
-
"type": "keyword",
|
|
4520
|
-
"value": "boolean"
|
|
4521
|
-
}
|
|
4522
|
-
},
|
|
4523
|
-
{
|
|
4524
|
-
"name": "draggableUploadTip",
|
|
4525
|
-
"annotation": {
|
|
4526
|
-
"type": "keyword",
|
|
4527
|
-
"value": "string"
|
|
4528
|
-
}
|
|
4529
|
-
},
|
|
4530
|
-
{
|
|
4531
|
-
"name": "autoUpload",
|
|
4532
|
-
"annotation": {
|
|
4533
|
-
"type": "keyword",
|
|
4534
|
-
"value": "boolean"
|
|
4535
|
-
}
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"name": "url",
|
|
4539
|
-
"annotation": {
|
|
4540
|
-
"type": "keyword",
|
|
4541
|
-
"value": "string"
|
|
4542
|
-
}
|
|
4543
|
-
},
|
|
4544
|
-
{
|
|
4545
|
-
"name": "method",
|
|
4546
|
-
"annotation": {
|
|
4547
|
-
"type": "keyword",
|
|
4548
|
-
"value": "string"
|
|
4549
|
-
}
|
|
4550
|
-
},
|
|
4551
|
-
{
|
|
4552
|
-
"name": "uploadName",
|
|
4502
|
+
"name": "validator",
|
|
4553
4503
|
"annotation": {
|
|
4554
|
-
"type": "
|
|
4555
|
-
"
|
|
4504
|
+
"type": "parenthesizedType",
|
|
4505
|
+
"annotation": {
|
|
4506
|
+
"type": "function",
|
|
4507
|
+
"parameters": [
|
|
4508
|
+
{
|
|
4509
|
+
"type": "identifier",
|
|
4510
|
+
"name": "value",
|
|
4511
|
+
"annotation": {
|
|
4512
|
+
"type": "keyword",
|
|
4513
|
+
"value": "any"
|
|
4514
|
+
}
|
|
4515
|
+
}
|
|
4516
|
+
],
|
|
4517
|
+
"annotation": {
|
|
4518
|
+
"type": "union",
|
|
4519
|
+
"types": [
|
|
4520
|
+
{
|
|
4521
|
+
"type": "reference",
|
|
4522
|
+
"typeName": {
|
|
4523
|
+
"type": "identifier",
|
|
4524
|
+
"name": "MessageBody"
|
|
4525
|
+
}
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"type": "keyword",
|
|
4529
|
+
"value": "string"
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4532
|
+
}
|
|
4533
|
+
}
|
|
4556
4534
|
}
|
|
4557
4535
|
}
|
|
4558
4536
|
],
|
|
@@ -4561,13 +4539,10 @@
|
|
|
4561
4539
|
"name": "change",
|
|
4562
4540
|
"detail": {
|
|
4563
4541
|
"annotation": {
|
|
4564
|
-
"type": "
|
|
4565
|
-
"
|
|
4566
|
-
"type": "
|
|
4567
|
-
"
|
|
4568
|
-
"type": "identifier",
|
|
4569
|
-
"name": "FileData"
|
|
4570
|
-
}
|
|
4542
|
+
"type": "reference",
|
|
4543
|
+
"typeName": {
|
|
4544
|
+
"type": "identifier",
|
|
4545
|
+
"name": "TimeRange"
|
|
4571
4546
|
}
|
|
4572
4547
|
}
|
|
4573
4548
|
}
|
|
@@ -4577,13 +4552,13 @@
|
|
|
4577
4552
|
"types": [
|
|
4578
4553
|
{
|
|
4579
4554
|
"type": "interface",
|
|
4580
|
-
"name": "
|
|
4555
|
+
"name": "TimeRange",
|
|
4581
4556
|
"body": [
|
|
4582
4557
|
{
|
|
4583
4558
|
"type": "propertySignature",
|
|
4584
4559
|
"key": {
|
|
4585
4560
|
"type": "identifier",
|
|
4586
|
-
"name": "
|
|
4561
|
+
"name": "startTime"
|
|
4587
4562
|
},
|
|
4588
4563
|
"annotation": {
|
|
4589
4564
|
"type": "keyword",
|
|
@@ -4595,152 +4570,149 @@
|
|
|
4595
4570
|
"type": "propertySignature",
|
|
4596
4571
|
"key": {
|
|
4597
4572
|
"type": "identifier",
|
|
4598
|
-
"name": "
|
|
4573
|
+
"name": "endTime"
|
|
4599
4574
|
},
|
|
4600
4575
|
"annotation": {
|
|
4601
4576
|
"type": "keyword",
|
|
4602
4577
|
"value": "string"
|
|
4603
4578
|
},
|
|
4604
4579
|
"computed": false
|
|
4605
|
-
}
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
{
|
|
4616
|
-
"type": "reference",
|
|
4617
|
-
"typeName": {
|
|
4618
|
-
"type": "identifier",
|
|
4619
|
-
"name": "File"
|
|
4620
|
-
}
|
|
4621
|
-
},
|
|
4622
|
-
{
|
|
4623
|
-
"type": "typeLiteral",
|
|
4624
|
-
"members": [
|
|
4625
|
-
{
|
|
4626
|
-
"type": "propertySignature",
|
|
4627
|
-
"key": {
|
|
4628
|
-
"type": "identifier",
|
|
4629
|
-
"name": "uid"
|
|
4630
|
-
},
|
|
4631
|
-
"annotation": {
|
|
4632
|
-
"type": "keyword",
|
|
4633
|
-
"value": "string"
|
|
4634
|
-
},
|
|
4635
|
-
"optional": true,
|
|
4636
|
-
"computed": false
|
|
4637
|
-
}
|
|
4638
|
-
]
|
|
4639
|
-
}
|
|
4640
|
-
]
|
|
4641
|
-
},
|
|
4642
|
-
"optional": true,
|
|
4643
|
-
"computed": false
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"type": "propertySignature",
|
|
4647
|
-
"key": {
|
|
4648
|
-
"type": "identifier",
|
|
4649
|
-
"name": "response"
|
|
4650
|
-
},
|
|
4651
|
-
"annotation": {
|
|
4652
|
-
"type": "keyword",
|
|
4653
|
-
"value": "any"
|
|
4654
|
-
},
|
|
4655
|
-
"optional": true,
|
|
4656
|
-
"computed": false
|
|
4657
|
-
},
|
|
4658
|
-
{
|
|
4659
|
-
"type": "propertySignature",
|
|
4660
|
-
"key": {
|
|
4661
|
-
"type": "identifier",
|
|
4662
|
-
"name": "userData"
|
|
4663
|
-
},
|
|
4664
|
-
"annotation": {
|
|
4665
|
-
"type": "keyword",
|
|
4666
|
-
"value": "any"
|
|
4667
|
-
},
|
|
4668
|
-
"optional": true,
|
|
4669
|
-
"computed": false
|
|
4670
|
-
},
|
|
4671
|
-
{
|
|
4672
|
-
"type": "propertySignature",
|
|
4673
|
-
"key": {
|
|
4674
|
-
"type": "identifier",
|
|
4675
|
-
"name": "status"
|
|
4676
|
-
},
|
|
4677
|
-
"annotation": {
|
|
4580
|
+
}
|
|
4581
|
+
]
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"type": "typeAlias",
|
|
4585
|
+
"name": "RangeType",
|
|
4586
|
+
"annotation": {
|
|
4587
|
+
"type": "intersection",
|
|
4588
|
+
"types": [
|
|
4589
|
+
{
|
|
4678
4590
|
"type": "reference",
|
|
4679
4591
|
"typeName": {
|
|
4680
4592
|
"type": "identifier",
|
|
4681
|
-
"name": "
|
|
4682
|
-
}
|
|
4683
|
-
},
|
|
4684
|
-
"optional": true,
|
|
4685
|
-
"computed": false
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"type": "propertySignature",
|
|
4689
|
-
"key": {
|
|
4690
|
-
"type": "identifier",
|
|
4691
|
-
"name": "errors"
|
|
4692
|
-
},
|
|
4693
|
-
"annotation": {
|
|
4694
|
-
"type": "array",
|
|
4695
|
-
"elementType": {
|
|
4696
|
-
"type": "reference",
|
|
4697
|
-
"typeName": {
|
|
4698
|
-
"type": "identifier",
|
|
4699
|
-
"name": "Error"
|
|
4700
|
-
}
|
|
4593
|
+
"name": "PickerType"
|
|
4701
4594
|
}
|
|
4702
4595
|
},
|
|
4703
|
-
|
|
4704
|
-
"computed": false
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"type": "propertySignature",
|
|
4708
|
-
"key": {
|
|
4709
|
-
"type": "identifier",
|
|
4710
|
-
"name": "symbolForAbortController"
|
|
4711
|
-
},
|
|
4712
|
-
"annotation": {
|
|
4596
|
+
{
|
|
4713
4597
|
"type": "reference",
|
|
4714
4598
|
"typeName": {
|
|
4715
4599
|
"type": "identifier",
|
|
4716
|
-
"name": "
|
|
4600
|
+
"name": "OtherPickerType"
|
|
4717
4601
|
}
|
|
4602
|
+
}
|
|
4603
|
+
]
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"type": "typeAlias",
|
|
4608
|
+
"name": "PickerType",
|
|
4609
|
+
"annotation": {
|
|
4610
|
+
"type": "union",
|
|
4611
|
+
"types": [
|
|
4612
|
+
{
|
|
4613
|
+
"type": "jsLiteral",
|
|
4614
|
+
"value": "date"
|
|
4718
4615
|
},
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4616
|
+
{
|
|
4617
|
+
"type": "jsLiteral",
|
|
4618
|
+
"value": "week"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"type": "jsLiteral",
|
|
4622
|
+
"value": "month"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"type": "jsLiteral",
|
|
4626
|
+
"value": "quarter"
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"type": "jsLiteral",
|
|
4630
|
+
"value": "year"
|
|
4631
|
+
}
|
|
4632
|
+
]
|
|
4633
|
+
}
|
|
4723
4634
|
},
|
|
4724
4635
|
{
|
|
4725
4636
|
"type": "typeAlias",
|
|
4726
|
-
"name": "
|
|
4637
|
+
"name": "OtherPickerType",
|
|
4727
4638
|
"annotation": {
|
|
4728
4639
|
"type": "union",
|
|
4729
4640
|
"types": [
|
|
4730
4641
|
{
|
|
4731
4642
|
"type": "jsLiteral",
|
|
4732
|
-
"value": "
|
|
4643
|
+
"value": "dateTime"
|
|
4733
4644
|
},
|
|
4734
4645
|
{
|
|
4735
4646
|
"type": "jsLiteral",
|
|
4736
|
-
"value": "
|
|
4647
|
+
"value": "hmTime"
|
|
4737
4648
|
},
|
|
4738
4649
|
{
|
|
4739
4650
|
"type": "jsLiteral",
|
|
4740
|
-
"value": "
|
|
4651
|
+
"value": "time"
|
|
4741
4652
|
}
|
|
4742
4653
|
]
|
|
4743
4654
|
}
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"type": "enum",
|
|
4658
|
+
"name": "presetRangeType",
|
|
4659
|
+
"members": [
|
|
4660
|
+
{
|
|
4661
|
+
"type": "enumMember",
|
|
4662
|
+
"id": {
|
|
4663
|
+
"type": "identifier",
|
|
4664
|
+
"name": "Today"
|
|
4665
|
+
},
|
|
4666
|
+
"initializer": {
|
|
4667
|
+
"type": "jsLiteral",
|
|
4668
|
+
"value": "今天"
|
|
4669
|
+
}
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"type": "enumMember",
|
|
4673
|
+
"id": {
|
|
4674
|
+
"type": "identifier",
|
|
4675
|
+
"name": "ThisWeek"
|
|
4676
|
+
},
|
|
4677
|
+
"initializer": {
|
|
4678
|
+
"type": "jsLiteral",
|
|
4679
|
+
"value": "本周"
|
|
4680
|
+
}
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"type": "enumMember",
|
|
4684
|
+
"id": {
|
|
4685
|
+
"type": "identifier",
|
|
4686
|
+
"name": "ThisMonth"
|
|
4687
|
+
},
|
|
4688
|
+
"initializer": {
|
|
4689
|
+
"type": "jsLiteral",
|
|
4690
|
+
"value": "本月"
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4693
|
+
{
|
|
4694
|
+
"type": "enumMember",
|
|
4695
|
+
"id": {
|
|
4696
|
+
"type": "identifier",
|
|
4697
|
+
"name": "ThisQuarter"
|
|
4698
|
+
},
|
|
4699
|
+
"initializer": {
|
|
4700
|
+
"type": "jsLiteral",
|
|
4701
|
+
"value": "本季度"
|
|
4702
|
+
}
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"type": "enumMember",
|
|
4706
|
+
"id": {
|
|
4707
|
+
"type": "identifier",
|
|
4708
|
+
"name": "ThisYear"
|
|
4709
|
+
},
|
|
4710
|
+
"initializer": {
|
|
4711
|
+
"type": "jsLiteral",
|
|
4712
|
+
"value": "今年"
|
|
4713
|
+
}
|
|
4714
|
+
}
|
|
4715
|
+
]
|
|
4744
4716
|
}
|
|
4745
4717
|
]
|
|
4746
4718
|
}
|