@next-bricks/form 1.2.3 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +13 -13
- package/dist/chunks/5400.7346181a.js +2 -0
- package/dist/chunks/5400.7346181a.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-checkbox.d54515b0.js → eo-checkbox.edfc708c.js} +2 -2
- package/dist/chunks/{eo-checkbox.d54515b0.js.map → eo-checkbox.edfc708c.js.map} +1 -1
- 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/{main.f662618a.js → main.73e5e0f8.js} +2 -2
- package/dist/chunks/{main.f662618a.js.map → main.73e5e0f8.js.map} +1 -1
- package/dist/examples.json +5 -5
- package/dist/index.d2951838.js +2 -0
- package/dist/{index.4d48bb2d.js.map → index.d2951838.js.map} +1 -1
- package/dist/manifest.json +141 -141
- package/dist/types.json +1236 -1236
- 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/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/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": [
|
|
@@ -846,23 +771,11 @@
|
|
|
846
771
|
"type": "propertySignature",
|
|
847
772
|
"key": {
|
|
848
773
|
"type": "identifier",
|
|
849
|
-
"name": "
|
|
774
|
+
"name": "label"
|
|
850
775
|
},
|
|
851
776
|
"annotation": {
|
|
852
|
-
"type": "
|
|
853
|
-
"
|
|
854
|
-
{
|
|
855
|
-
"type": "keyword",
|
|
856
|
-
"value": "string"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"type": "array",
|
|
860
|
-
"elementType": {
|
|
861
|
-
"type": "keyword",
|
|
862
|
-
"value": "string"
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
]
|
|
777
|
+
"type": "keyword",
|
|
778
|
+
"value": "string"
|
|
866
779
|
},
|
|
867
780
|
"computed": false
|
|
868
781
|
},
|
|
@@ -870,55 +783,33 @@
|
|
|
870
783
|
"type": "propertySignature",
|
|
871
784
|
"key": {
|
|
872
785
|
"type": "identifier",
|
|
873
|
-
"name": "
|
|
786
|
+
"name": "value"
|
|
874
787
|
},
|
|
875
788
|
"annotation": {
|
|
876
|
-
"type": "
|
|
877
|
-
"
|
|
878
|
-
"type": "reference",
|
|
879
|
-
"typeName": {
|
|
880
|
-
"type": "identifier",
|
|
881
|
-
"name": "GeneralComplexOption"
|
|
882
|
-
}
|
|
883
|
-
}
|
|
789
|
+
"type": "keyword",
|
|
790
|
+
"value": "any"
|
|
884
791
|
},
|
|
885
792
|
"computed": false
|
|
886
|
-
}
|
|
887
|
-
]
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "search",
|
|
893
|
-
"detail": {
|
|
894
|
-
"annotation": {
|
|
895
|
-
"type": "typeLiteral",
|
|
896
|
-
"members": [
|
|
793
|
+
},
|
|
897
794
|
{
|
|
898
|
-
"type": "
|
|
899
|
-
"
|
|
795
|
+
"type": "indexSignature",
|
|
796
|
+
"parameter": {
|
|
900
797
|
"type": "identifier",
|
|
901
|
-
"name": "
|
|
798
|
+
"name": "key",
|
|
799
|
+
"annotation": {
|
|
800
|
+
"type": "keyword",
|
|
801
|
+
"value": "string"
|
|
802
|
+
}
|
|
902
803
|
},
|
|
903
804
|
"annotation": {
|
|
904
805
|
"type": "keyword",
|
|
905
|
-
"value": "
|
|
906
|
-
}
|
|
907
|
-
"computed": false
|
|
806
|
+
"value": "any"
|
|
807
|
+
}
|
|
908
808
|
}
|
|
909
809
|
]
|
|
910
810
|
}
|
|
911
811
|
}
|
|
912
812
|
},
|
|
913
|
-
{
|
|
914
|
-
"name": "focus",
|
|
915
|
-
"detail": {
|
|
916
|
-
"annotation": {
|
|
917
|
-
"type": "keyword",
|
|
918
|
-
"value": "void"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
813
|
{
|
|
923
814
|
"name": "options.change",
|
|
924
815
|
"detail": {
|
|
@@ -996,6 +887,54 @@
|
|
|
996
887
|
],
|
|
997
888
|
"methods": [],
|
|
998
889
|
"types": [
|
|
890
|
+
{
|
|
891
|
+
"type": "typeAlias",
|
|
892
|
+
"name": "GeneralOption",
|
|
893
|
+
"annotation": {
|
|
894
|
+
"type": "union",
|
|
895
|
+
"types": [
|
|
896
|
+
{
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "string"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": "keyword",
|
|
902
|
+
"value": "number"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"type": "keyword",
|
|
906
|
+
"value": "boolean"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"type": "reference",
|
|
910
|
+
"typeName": {
|
|
911
|
+
"type": "identifier",
|
|
912
|
+
"name": "GeneralComplexOption"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"type": "reference",
|
|
917
|
+
"typeName": {
|
|
918
|
+
"type": "identifier",
|
|
919
|
+
"name": "Record"
|
|
920
|
+
},
|
|
921
|
+
"typeParameters": {
|
|
922
|
+
"type": "typeParameterInstantiation",
|
|
923
|
+
"params": [
|
|
924
|
+
{
|
|
925
|
+
"type": "keyword",
|
|
926
|
+
"value": "string"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"type": "keyword",
|
|
930
|
+
"value": "any"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
]
|
|
936
|
+
}
|
|
937
|
+
},
|
|
999
938
|
{
|
|
1000
939
|
"type": "interface",
|
|
1001
940
|
"name": "GeneralComplexOption",
|
|
@@ -1071,97 +1010,79 @@
|
|
|
1071
1010
|
]
|
|
1072
1011
|
},
|
|
1073
1012
|
{
|
|
1074
|
-
"type": "
|
|
1075
|
-
"name": "
|
|
1076
|
-
"
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
"type": "
|
|
1081
|
-
"
|
|
1013
|
+
"type": "typeAlias",
|
|
1014
|
+
"name": "RadioType",
|
|
1015
|
+
"annotation": {
|
|
1016
|
+
"type": "union",
|
|
1017
|
+
"types": [
|
|
1018
|
+
{
|
|
1019
|
+
"type": "jsLiteral",
|
|
1020
|
+
"value": "button"
|
|
1082
1021
|
},
|
|
1083
|
-
|
|
1084
|
-
"type": "
|
|
1085
|
-
"value": "
|
|
1022
|
+
{
|
|
1023
|
+
"type": "jsLiteral",
|
|
1024
|
+
"value": "default"
|
|
1086
1025
|
},
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
"type": "propertySignature",
|
|
1091
|
-
"key": {
|
|
1092
|
-
"type": "identifier",
|
|
1093
|
-
"name": "args"
|
|
1026
|
+
{
|
|
1027
|
+
"type": "jsLiteral",
|
|
1028
|
+
"value": "icon"
|
|
1094
1029
|
},
|
|
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
|
-
]
|
|
1030
|
+
{
|
|
1031
|
+
"type": "jsLiteral",
|
|
1032
|
+
"value": "icon-circle"
|
|
1135
1033
|
},
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
"type": "propertySignature",
|
|
1140
|
-
"key": {
|
|
1141
|
-
"type": "identifier",
|
|
1142
|
-
"name": "transform"
|
|
1034
|
+
{
|
|
1035
|
+
"type": "jsLiteral",
|
|
1036
|
+
"value": "icon-square"
|
|
1143
1037
|
},
|
|
1144
|
-
|
|
1145
|
-
"type": "
|
|
1146
|
-
"
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1038
|
+
{
|
|
1039
|
+
"type": "jsLiteral",
|
|
1040
|
+
"value": "custom"
|
|
1041
|
+
}
|
|
1042
|
+
]
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"type": "typeAlias",
|
|
1047
|
+
"name": "UIType",
|
|
1048
|
+
"annotation": {
|
|
1049
|
+
"type": "union",
|
|
1050
|
+
"types": [
|
|
1051
|
+
{
|
|
1052
|
+
"type": "jsLiteral",
|
|
1053
|
+
"value": "default"
|
|
1160
1054
|
},
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1055
|
+
{
|
|
1056
|
+
"type": "jsLiteral",
|
|
1057
|
+
"value": "dashboard"
|
|
1058
|
+
}
|
|
1059
|
+
]
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"type": "typeAlias",
|
|
1064
|
+
"name": "ComponentSize",
|
|
1065
|
+
"annotation": {
|
|
1066
|
+
"type": "union",
|
|
1067
|
+
"types": [
|
|
1068
|
+
{
|
|
1069
|
+
"type": "jsLiteral",
|
|
1070
|
+
"value": "large"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"type": "jsLiteral",
|
|
1074
|
+
"value": "medium"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"type": "jsLiteral",
|
|
1078
|
+
"value": "small"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"type": "jsLiteral",
|
|
1082
|
+
"value": "xs"
|
|
1083
|
+
}
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1165
1086
|
}
|
|
1166
1087
|
]
|
|
1167
1088
|
},
|
|
@@ -3129,7 +3050,7 @@
|
|
|
3129
3050
|
}
|
|
3130
3051
|
]
|
|
3131
3052
|
},
|
|
3132
|
-
"eo-
|
|
3053
|
+
"eo-select": {
|
|
3133
3054
|
"properties": [
|
|
3134
3055
|
{
|
|
3135
3056
|
"name": "name",
|
|
@@ -3138,6 +3059,13 @@
|
|
|
3138
3059
|
"value": "string"
|
|
3139
3060
|
}
|
|
3140
3061
|
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "placeholder",
|
|
3064
|
+
"annotation": {
|
|
3065
|
+
"type": "keyword",
|
|
3066
|
+
"value": "string"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3141
3069
|
{
|
|
3142
3070
|
"name": "label",
|
|
3143
3071
|
"annotation": {
|
|
@@ -3145,18 +3073,31 @@
|
|
|
3145
3073
|
"value": "string"
|
|
3146
3074
|
}
|
|
3147
3075
|
},
|
|
3076
|
+
{
|
|
3077
|
+
"name": "options",
|
|
3078
|
+
"annotation": {
|
|
3079
|
+
"type": "array",
|
|
3080
|
+
"elementType": {
|
|
3081
|
+
"type": "reference",
|
|
3082
|
+
"typeName": {
|
|
3083
|
+
"type": "identifier",
|
|
3084
|
+
"name": "GeneralComplexOption"
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3148
3089
|
{
|
|
3149
3090
|
"name": "value",
|
|
3150
3091
|
"annotation": {
|
|
3151
3092
|
"type": "keyword",
|
|
3152
|
-
"value": "
|
|
3093
|
+
"value": "any"
|
|
3153
3094
|
}
|
|
3154
3095
|
},
|
|
3155
3096
|
{
|
|
3156
|
-
"name": "
|
|
3097
|
+
"name": "required",
|
|
3157
3098
|
"annotation": {
|
|
3158
3099
|
"type": "keyword",
|
|
3159
|
-
"value": "
|
|
3100
|
+
"value": "boolean"
|
|
3160
3101
|
}
|
|
3161
3102
|
},
|
|
3162
3103
|
{
|
|
@@ -3190,58 +3131,111 @@
|
|
|
3190
3131
|
}
|
|
3191
3132
|
},
|
|
3192
3133
|
{
|
|
3193
|
-
"name": "
|
|
3134
|
+
"name": "mode",
|
|
3194
3135
|
"annotation": {
|
|
3195
|
-
"type": "
|
|
3196
|
-
"
|
|
3136
|
+
"type": "union",
|
|
3137
|
+
"types": [
|
|
3138
|
+
{
|
|
3139
|
+
"type": "jsLiteral",
|
|
3140
|
+
"value": "tags"
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"type": "jsLiteral",
|
|
3144
|
+
"value": "multiple"
|
|
3145
|
+
}
|
|
3146
|
+
]
|
|
3197
3147
|
}
|
|
3198
3148
|
},
|
|
3199
3149
|
{
|
|
3200
|
-
"name": "
|
|
3150
|
+
"name": "tokenSeparators",
|
|
3151
|
+
"annotation": {
|
|
3152
|
+
"type": "array",
|
|
3153
|
+
"elementType": {
|
|
3154
|
+
"type": "keyword",
|
|
3155
|
+
"value": "string"
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "maxTagCount",
|
|
3201
3161
|
"annotation": {
|
|
3202
3162
|
"type": "keyword",
|
|
3203
|
-
"value": "
|
|
3163
|
+
"value": "number"
|
|
3204
3164
|
}
|
|
3205
3165
|
},
|
|
3206
3166
|
{
|
|
3207
|
-
"name": "
|
|
3167
|
+
"name": "groupBy",
|
|
3208
3168
|
"annotation": {
|
|
3209
3169
|
"type": "keyword",
|
|
3210
3170
|
"value": "string"
|
|
3211
3171
|
}
|
|
3212
3172
|
},
|
|
3213
3173
|
{
|
|
3214
|
-
"name": "
|
|
3174
|
+
"name": "suffix",
|
|
3215
3175
|
"annotation": {
|
|
3216
3176
|
"type": "reference",
|
|
3217
3177
|
"typeName": {
|
|
3218
3178
|
"type": "identifier",
|
|
3219
|
-
"name": "
|
|
3179
|
+
"name": "UseSingleBrickConf"
|
|
3220
3180
|
}
|
|
3221
3181
|
}
|
|
3222
3182
|
},
|
|
3223
3183
|
{
|
|
3224
|
-
"name": "
|
|
3184
|
+
"name": "clearable",
|
|
3225
3185
|
"annotation": {
|
|
3226
3186
|
"type": "keyword",
|
|
3227
3187
|
"value": "boolean"
|
|
3228
3188
|
}
|
|
3229
3189
|
},
|
|
3230
3190
|
{
|
|
3231
|
-
"name": "
|
|
3191
|
+
"name": "fields",
|
|
3192
|
+
"annotation": {
|
|
3193
|
+
"type": "typeLiteral",
|
|
3194
|
+
"members": [
|
|
3195
|
+
{
|
|
3196
|
+
"type": "propertySignature",
|
|
3197
|
+
"key": {
|
|
3198
|
+
"type": "identifier",
|
|
3199
|
+
"name": "label"
|
|
3200
|
+
},
|
|
3201
|
+
"annotation": {
|
|
3202
|
+
"type": "keyword",
|
|
3203
|
+
"value": "string"
|
|
3204
|
+
},
|
|
3205
|
+
"optional": true,
|
|
3206
|
+
"computed": false
|
|
3207
|
+
},
|
|
3208
|
+
{
|
|
3209
|
+
"type": "propertySignature",
|
|
3210
|
+
"key": {
|
|
3211
|
+
"type": "identifier",
|
|
3212
|
+
"name": "value"
|
|
3213
|
+
},
|
|
3214
|
+
"annotation": {
|
|
3215
|
+
"type": "keyword",
|
|
3216
|
+
"value": "string"
|
|
3217
|
+
},
|
|
3218
|
+
"optional": true,
|
|
3219
|
+
"computed": false
|
|
3220
|
+
}
|
|
3221
|
+
]
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"name": "useBackend",
|
|
3232
3226
|
"annotation": {
|
|
3233
3227
|
"type": "reference",
|
|
3234
3228
|
"typeName": {
|
|
3235
3229
|
"type": "identifier",
|
|
3236
|
-
"name": "
|
|
3230
|
+
"name": "UseBackendConf"
|
|
3237
3231
|
}
|
|
3238
3232
|
}
|
|
3239
3233
|
},
|
|
3240
3234
|
{
|
|
3241
|
-
"name": "
|
|
3235
|
+
"name": "debounceSearchDelay",
|
|
3242
3236
|
"annotation": {
|
|
3243
3237
|
"type": "keyword",
|
|
3244
|
-
"value": "
|
|
3238
|
+
"value": "number"
|
|
3245
3239
|
}
|
|
3246
3240
|
},
|
|
3247
3241
|
{
|
|
@@ -3249,8 +3243,15 @@
|
|
|
3249
3243
|
"annotation": {
|
|
3250
3244
|
"type": "reference",
|
|
3251
3245
|
"typeName": {
|
|
3252
|
-
"type": "
|
|
3253
|
-
"
|
|
3246
|
+
"type": "qualifiedName",
|
|
3247
|
+
"left": {
|
|
3248
|
+
"type": "identifier",
|
|
3249
|
+
"name": "React"
|
|
3250
|
+
},
|
|
3251
|
+
"right": {
|
|
3252
|
+
"type": "identifier",
|
|
3253
|
+
"name": "CSSProperties"
|
|
3254
|
+
}
|
|
3254
3255
|
}
|
|
3255
3256
|
}
|
|
3256
3257
|
}
|
|
@@ -3258,19 +3259,158 @@
|
|
|
3258
3259
|
"events": [
|
|
3259
3260
|
{
|
|
3260
3261
|
"name": "change",
|
|
3262
|
+
"detail": {
|
|
3263
|
+
"annotation": {
|
|
3264
|
+
"type": "typeLiteral",
|
|
3265
|
+
"members": [
|
|
3266
|
+
{
|
|
3267
|
+
"type": "propertySignature",
|
|
3268
|
+
"key": {
|
|
3269
|
+
"type": "identifier",
|
|
3270
|
+
"name": "value"
|
|
3271
|
+
},
|
|
3272
|
+
"annotation": {
|
|
3273
|
+
"type": "union",
|
|
3274
|
+
"types": [
|
|
3275
|
+
{
|
|
3276
|
+
"type": "keyword",
|
|
3277
|
+
"value": "string"
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"type": "array",
|
|
3281
|
+
"elementType": {
|
|
3282
|
+
"type": "keyword",
|
|
3283
|
+
"value": "string"
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
]
|
|
3287
|
+
},
|
|
3288
|
+
"computed": false
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"type": "propertySignature",
|
|
3292
|
+
"key": {
|
|
3293
|
+
"type": "identifier",
|
|
3294
|
+
"name": "options"
|
|
3295
|
+
},
|
|
3296
|
+
"annotation": {
|
|
3297
|
+
"type": "array",
|
|
3298
|
+
"elementType": {
|
|
3299
|
+
"type": "reference",
|
|
3300
|
+
"typeName": {
|
|
3301
|
+
"type": "identifier",
|
|
3302
|
+
"name": "GeneralComplexOption"
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
"computed": false
|
|
3307
|
+
}
|
|
3308
|
+
]
|
|
3309
|
+
}
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "search",
|
|
3314
|
+
"detail": {
|
|
3315
|
+
"annotation": {
|
|
3316
|
+
"type": "typeLiteral",
|
|
3317
|
+
"members": [
|
|
3318
|
+
{
|
|
3319
|
+
"type": "propertySignature",
|
|
3320
|
+
"key": {
|
|
3321
|
+
"type": "identifier",
|
|
3322
|
+
"name": "value"
|
|
3323
|
+
},
|
|
3324
|
+
"annotation": {
|
|
3325
|
+
"type": "keyword",
|
|
3326
|
+
"value": "string"
|
|
3327
|
+
},
|
|
3328
|
+
"computed": false
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
}
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"name": "focus",
|
|
3261
3336
|
"detail": {
|
|
3262
3337
|
"annotation": {
|
|
3263
3338
|
"type": "keyword",
|
|
3264
|
-
"value": "
|
|
3265
|
-
}
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"name": "
|
|
3270
|
-
"detail": {
|
|
3271
|
-
"annotation": {
|
|
3272
|
-
"type": "
|
|
3273
|
-
"
|
|
3339
|
+
"value": "void"
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "options.change",
|
|
3345
|
+
"detail": {
|
|
3346
|
+
"annotation": {
|
|
3347
|
+
"type": "typeLiteral",
|
|
3348
|
+
"members": [
|
|
3349
|
+
{
|
|
3350
|
+
"type": "propertySignature",
|
|
3351
|
+
"key": {
|
|
3352
|
+
"type": "identifier",
|
|
3353
|
+
"name": "options"
|
|
3354
|
+
},
|
|
3355
|
+
"annotation": {
|
|
3356
|
+
"type": "typeLiteral",
|
|
3357
|
+
"members": [
|
|
3358
|
+
{
|
|
3359
|
+
"type": "propertySignature",
|
|
3360
|
+
"key": {
|
|
3361
|
+
"type": "identifier",
|
|
3362
|
+
"name": "label"
|
|
3363
|
+
},
|
|
3364
|
+
"annotation": {
|
|
3365
|
+
"type": "keyword",
|
|
3366
|
+
"value": "string"
|
|
3367
|
+
},
|
|
3368
|
+
"computed": false
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
"type": "propertySignature",
|
|
3372
|
+
"key": {
|
|
3373
|
+
"type": "identifier",
|
|
3374
|
+
"name": "value"
|
|
3375
|
+
},
|
|
3376
|
+
"annotation": {
|
|
3377
|
+
"type": "keyword",
|
|
3378
|
+
"value": "any"
|
|
3379
|
+
},
|
|
3380
|
+
"computed": false
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"type": "indexSignature",
|
|
3384
|
+
"parameter": {
|
|
3385
|
+
"type": "identifier",
|
|
3386
|
+
"name": "key",
|
|
3387
|
+
"annotation": {
|
|
3388
|
+
"type": "keyword",
|
|
3389
|
+
"value": "string"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
"annotation": {
|
|
3393
|
+
"type": "keyword",
|
|
3394
|
+
"value": "any"
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
]
|
|
3398
|
+
},
|
|
3399
|
+
"computed": false
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"type": "propertySignature",
|
|
3403
|
+
"key": {
|
|
3404
|
+
"type": "identifier",
|
|
3405
|
+
"name": "name"
|
|
3406
|
+
},
|
|
3407
|
+
"annotation": {
|
|
3408
|
+
"type": "keyword",
|
|
3409
|
+
"value": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"computed": false
|
|
3412
|
+
}
|
|
3413
|
+
]
|
|
3274
3414
|
}
|
|
3275
3415
|
}
|
|
3276
3416
|
}
|
|
@@ -3278,214 +3418,166 @@
|
|
|
3278
3418
|
"methods": [],
|
|
3279
3419
|
"types": [
|
|
3280
3420
|
{
|
|
3281
|
-
"type": "
|
|
3282
|
-
"name": "
|
|
3283
|
-
"
|
|
3284
|
-
"type": "
|
|
3285
|
-
"
|
|
3286
|
-
{
|
|
3287
|
-
"type": "jsLiteral",
|
|
3288
|
-
"value": "date"
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"type": "jsLiteral",
|
|
3292
|
-
"value": "week"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"type": "jsLiteral",
|
|
3296
|
-
"value": "month"
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"type": "jsLiteral",
|
|
3300
|
-
"value": "year"
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"type": "jsLiteral",
|
|
3304
|
-
"value": "quarter"
|
|
3305
|
-
}
|
|
3306
|
-
]
|
|
3307
|
-
}
|
|
3308
|
-
},
|
|
3309
|
-
{
|
|
3310
|
-
"type": "typeAlias",
|
|
3311
|
-
"name": "DisabledDateType",
|
|
3312
|
-
"annotation": {
|
|
3313
|
-
"type": "union",
|
|
3314
|
-
"types": [
|
|
3315
|
-
{
|
|
3316
|
-
"type": "reference",
|
|
3317
|
-
"typeName": {
|
|
3318
|
-
"type": "identifier",
|
|
3319
|
-
"name": "DisabledDate"
|
|
3320
|
-
}
|
|
3321
|
-
},
|
|
3421
|
+
"type": "interface",
|
|
3422
|
+
"name": "GeneralComplexOption",
|
|
3423
|
+
"typeParameters": {
|
|
3424
|
+
"type": "typeParameterDeclaration",
|
|
3425
|
+
"params": [
|
|
3322
3426
|
{
|
|
3323
|
-
"type": "
|
|
3324
|
-
"
|
|
3325
|
-
|
|
3326
|
-
"
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3427
|
+
"type": "typeParameter",
|
|
3428
|
+
"name": "T",
|
|
3429
|
+
"default": {
|
|
3430
|
+
"type": "union",
|
|
3431
|
+
"types": [
|
|
3432
|
+
{
|
|
3433
|
+
"type": "keyword",
|
|
3434
|
+
"value": "string"
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"type": "keyword",
|
|
3438
|
+
"value": "number"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"type": "keyword",
|
|
3442
|
+
"value": "boolean"
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3330
3445
|
}
|
|
3331
3446
|
}
|
|
3332
3447
|
]
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"type": "interface",
|
|
3337
|
-
"name": "DisabledDate",
|
|
3448
|
+
},
|
|
3338
3449
|
"body": [
|
|
3339
3450
|
{
|
|
3340
3451
|
"type": "propertySignature",
|
|
3341
3452
|
"key": {
|
|
3342
3453
|
"type": "identifier",
|
|
3343
|
-
"name": "
|
|
3344
|
-
},
|
|
3345
|
-
"annotation": {
|
|
3346
|
-
"type": "union",
|
|
3347
|
-
"types": [
|
|
3348
|
-
{
|
|
3349
|
-
"type": "keyword",
|
|
3350
|
-
"value": "string"
|
|
3351
|
-
},
|
|
3352
|
-
{
|
|
3353
|
-
"type": "keyword",
|
|
3354
|
-
"value": "number"
|
|
3355
|
-
}
|
|
3356
|
-
]
|
|
3357
|
-
},
|
|
3358
|
-
"optional": true,
|
|
3359
|
-
"computed": false
|
|
3360
|
-
},
|
|
3361
|
-
{
|
|
3362
|
-
"type": "propertySignature",
|
|
3363
|
-
"key": {
|
|
3364
|
-
"type": "identifier",
|
|
3365
|
-
"name": "minute"
|
|
3454
|
+
"name": "label"
|
|
3366
3455
|
},
|
|
3367
3456
|
"annotation": {
|
|
3368
|
-
"type": "
|
|
3369
|
-
"
|
|
3370
|
-
{
|
|
3371
|
-
"type": "keyword",
|
|
3372
|
-
"value": "string"
|
|
3373
|
-
},
|
|
3374
|
-
{
|
|
3375
|
-
"type": "keyword",
|
|
3376
|
-
"value": "number"
|
|
3377
|
-
}
|
|
3378
|
-
]
|
|
3457
|
+
"type": "keyword",
|
|
3458
|
+
"value": "string"
|
|
3379
3459
|
},
|
|
3380
|
-
"optional": true,
|
|
3381
3460
|
"computed": false
|
|
3382
3461
|
},
|
|
3383
3462
|
{
|
|
3384
3463
|
"type": "propertySignature",
|
|
3385
3464
|
"key": {
|
|
3386
3465
|
"type": "identifier",
|
|
3387
|
-
"name": "
|
|
3466
|
+
"name": "value"
|
|
3388
3467
|
},
|
|
3389
3468
|
"annotation": {
|
|
3390
|
-
"type": "
|
|
3391
|
-
"
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"type": "keyword",
|
|
3398
|
-
"value": "number"
|
|
3399
|
-
}
|
|
3400
|
-
]
|
|
3469
|
+
"type": "reference",
|
|
3470
|
+
"typeName": {
|
|
3471
|
+
"type": "identifier",
|
|
3472
|
+
"name": "T"
|
|
3473
|
+
}
|
|
3401
3474
|
},
|
|
3402
|
-
"optional": true,
|
|
3403
3475
|
"computed": false
|
|
3404
3476
|
},
|
|
3405
3477
|
{
|
|
3406
|
-
"type": "
|
|
3407
|
-
"
|
|
3478
|
+
"type": "indexSignature",
|
|
3479
|
+
"parameter": {
|
|
3408
3480
|
"type": "identifier",
|
|
3409
|
-
"name": "
|
|
3481
|
+
"name": "key",
|
|
3482
|
+
"annotation": {
|
|
3483
|
+
"type": "keyword",
|
|
3484
|
+
"value": "string"
|
|
3485
|
+
}
|
|
3410
3486
|
},
|
|
3411
3487
|
"annotation": {
|
|
3412
|
-
"type": "
|
|
3413
|
-
"
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
]
|
|
3423
|
-
},
|
|
3424
|
-
"optional": true,
|
|
3425
|
-
"computed": false
|
|
3426
|
-
},
|
|
3488
|
+
"type": "keyword",
|
|
3489
|
+
"value": "any"
|
|
3490
|
+
}
|
|
3491
|
+
}
|
|
3492
|
+
]
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"type": "interface",
|
|
3496
|
+
"name": "UseBackendConf",
|
|
3497
|
+
"body": [
|
|
3427
3498
|
{
|
|
3428
3499
|
"type": "propertySignature",
|
|
3429
3500
|
"key": {
|
|
3430
3501
|
"type": "identifier",
|
|
3431
|
-
"name": "
|
|
3502
|
+
"name": "provider"
|
|
3432
3503
|
},
|
|
3433
3504
|
"annotation": {
|
|
3434
|
-
"type": "
|
|
3435
|
-
"
|
|
3436
|
-
{
|
|
3437
|
-
"type": "keyword",
|
|
3438
|
-
"value": "string"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"type": "keyword",
|
|
3442
|
-
"value": "number"
|
|
3443
|
-
}
|
|
3444
|
-
]
|
|
3505
|
+
"type": "keyword",
|
|
3506
|
+
"value": "string"
|
|
3445
3507
|
},
|
|
3446
|
-
"optional": true,
|
|
3447
3508
|
"computed": false
|
|
3448
3509
|
},
|
|
3449
3510
|
{
|
|
3450
3511
|
"type": "propertySignature",
|
|
3451
3512
|
"key": {
|
|
3452
3513
|
"type": "identifier",
|
|
3453
|
-
"name": "
|
|
3514
|
+
"name": "args"
|
|
3454
3515
|
},
|
|
3455
3516
|
"annotation": {
|
|
3456
3517
|
"type": "union",
|
|
3457
3518
|
"types": [
|
|
3458
3519
|
{
|
|
3459
|
-
"type": "
|
|
3460
|
-
"
|
|
3520
|
+
"type": "array",
|
|
3521
|
+
"elementType": {
|
|
3522
|
+
"type": "keyword",
|
|
3523
|
+
"value": "any"
|
|
3524
|
+
}
|
|
3461
3525
|
},
|
|
3462
3526
|
{
|
|
3463
|
-
"type": "
|
|
3464
|
-
"
|
|
3527
|
+
"type": "parenthesizedType",
|
|
3528
|
+
"annotation": {
|
|
3529
|
+
"type": "function",
|
|
3530
|
+
"parameters": [
|
|
3531
|
+
{
|
|
3532
|
+
"type": "restElement",
|
|
3533
|
+
"argument": {
|
|
3534
|
+
"type": "identifier",
|
|
3535
|
+
"name": "args"
|
|
3536
|
+
},
|
|
3537
|
+
"annotation": {
|
|
3538
|
+
"type": "array",
|
|
3539
|
+
"elementType": {
|
|
3540
|
+
"type": "keyword",
|
|
3541
|
+
"value": "any"
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
}
|
|
3545
|
+
],
|
|
3546
|
+
"annotation": {
|
|
3547
|
+
"type": "array",
|
|
3548
|
+
"elementType": {
|
|
3549
|
+
"type": "keyword",
|
|
3550
|
+
"value": "any"
|
|
3551
|
+
}
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3465
3554
|
}
|
|
3466
3555
|
]
|
|
3467
3556
|
},
|
|
3468
|
-
"optional": true,
|
|
3469
3557
|
"computed": false
|
|
3470
3558
|
},
|
|
3471
3559
|
{
|
|
3472
3560
|
"type": "propertySignature",
|
|
3473
3561
|
"key": {
|
|
3474
3562
|
"type": "identifier",
|
|
3475
|
-
"name": "
|
|
3563
|
+
"name": "transform"
|
|
3476
3564
|
},
|
|
3477
3565
|
"annotation": {
|
|
3478
|
-
"type": "
|
|
3479
|
-
"
|
|
3480
|
-
{
|
|
3481
|
-
"type": "keyword",
|
|
3482
|
-
"value": "string"
|
|
3483
|
-
},
|
|
3566
|
+
"type": "function",
|
|
3567
|
+
"parameters": [
|
|
3484
3568
|
{
|
|
3485
|
-
"type": "
|
|
3486
|
-
"
|
|
3569
|
+
"type": "identifier",
|
|
3570
|
+
"name": "data",
|
|
3571
|
+
"annotation": {
|
|
3572
|
+
"type": "keyword",
|
|
3573
|
+
"value": "any"
|
|
3574
|
+
}
|
|
3487
3575
|
}
|
|
3488
|
-
]
|
|
3576
|
+
],
|
|
3577
|
+
"annotation": {
|
|
3578
|
+
"type": "keyword",
|
|
3579
|
+
"value": "void"
|
|
3580
|
+
}
|
|
3489
3581
|
},
|
|
3490
3582
|
"optional": true,
|
|
3491
3583
|
"computed": false
|
|
@@ -3494,7 +3586,7 @@
|
|
|
3494
3586
|
}
|
|
3495
3587
|
]
|
|
3496
3588
|
},
|
|
3497
|
-
"eo-
|
|
3589
|
+
"eo-upload-image": {
|
|
3498
3590
|
"properties": [
|
|
3499
3591
|
{
|
|
3500
3592
|
"name": "name",
|
|
@@ -3513,89 +3605,71 @@
|
|
|
3513
3605
|
{
|
|
3514
3606
|
"name": "value",
|
|
3515
3607
|
"annotation": {
|
|
3516
|
-
"type": "
|
|
3517
|
-
"
|
|
3518
|
-
"type": "
|
|
3519
|
-
"
|
|
3608
|
+
"type": "array",
|
|
3609
|
+
"elementType": {
|
|
3610
|
+
"type": "reference",
|
|
3611
|
+
"typeName": {
|
|
3612
|
+
"type": "identifier",
|
|
3613
|
+
"name": "ImageData"
|
|
3614
|
+
}
|
|
3520
3615
|
}
|
|
3521
3616
|
}
|
|
3522
3617
|
},
|
|
3523
3618
|
{
|
|
3524
|
-
"name": "
|
|
3619
|
+
"name": "bucketName",
|
|
3525
3620
|
"annotation": {
|
|
3526
3621
|
"type": "keyword",
|
|
3527
|
-
"value": "
|
|
3528
|
-
}
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"name": "rangeType",
|
|
3532
|
-
"annotation": {
|
|
3533
|
-
"type": "reference",
|
|
3534
|
-
"typeName": {
|
|
3535
|
-
"type": "identifier",
|
|
3536
|
-
"name": "RangeType"
|
|
3537
|
-
}
|
|
3622
|
+
"value": "string"
|
|
3538
3623
|
}
|
|
3539
3624
|
},
|
|
3540
3625
|
{
|
|
3541
|
-
"name": "
|
|
3626
|
+
"name": "maxCount",
|
|
3542
3627
|
"annotation": {
|
|
3543
3628
|
"type": "keyword",
|
|
3544
3629
|
"value": "number"
|
|
3545
3630
|
}
|
|
3546
3631
|
},
|
|
3547
3632
|
{
|
|
3548
|
-
"name": "
|
|
3633
|
+
"name": "multiple",
|
|
3549
3634
|
"annotation": {
|
|
3550
3635
|
"type": "keyword",
|
|
3551
3636
|
"value": "boolean"
|
|
3552
3637
|
}
|
|
3553
3638
|
},
|
|
3554
3639
|
{
|
|
3555
|
-
"name": "
|
|
3640
|
+
"name": "limitSize",
|
|
3556
3641
|
"annotation": {
|
|
3557
|
-
"type": "
|
|
3558
|
-
"
|
|
3559
|
-
"type": "reference",
|
|
3560
|
-
"typeName": {
|
|
3561
|
-
"type": "identifier",
|
|
3562
|
-
"name": "presetRangeType"
|
|
3563
|
-
}
|
|
3564
|
-
}
|
|
3642
|
+
"type": "keyword",
|
|
3643
|
+
"value": "number"
|
|
3565
3644
|
}
|
|
3566
3645
|
},
|
|
3567
3646
|
{
|
|
3568
|
-
"name": "
|
|
3647
|
+
"name": "required",
|
|
3569
3648
|
"annotation": {
|
|
3570
|
-
"type": "
|
|
3571
|
-
"
|
|
3572
|
-
|
|
3573
|
-
|
|
3649
|
+
"type": "keyword",
|
|
3650
|
+
"value": "boolean"
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "message",
|
|
3655
|
+
"annotation": {
|
|
3656
|
+
"type": "reference",
|
|
3657
|
+
"typeName": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "Record"
|
|
3660
|
+
},
|
|
3661
|
+
"typeParameters": {
|
|
3662
|
+
"type": "typeParameterInstantiation",
|
|
3663
|
+
"params": [
|
|
3574
3664
|
{
|
|
3575
|
-
"type": "
|
|
3576
|
-
"
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3665
|
+
"type": "keyword",
|
|
3666
|
+
"value": "string"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
"type": "keyword",
|
|
3670
|
+
"value": "string"
|
|
3581
3671
|
}
|
|
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
|
-
}
|
|
3672
|
+
]
|
|
3599
3673
|
}
|
|
3600
3674
|
}
|
|
3601
3675
|
}
|
|
@@ -3605,10 +3679,13 @@
|
|
|
3605
3679
|
"name": "change",
|
|
3606
3680
|
"detail": {
|
|
3607
3681
|
"annotation": {
|
|
3608
|
-
"type": "
|
|
3609
|
-
"
|
|
3610
|
-
"type": "
|
|
3611
|
-
"
|
|
3682
|
+
"type": "array",
|
|
3683
|
+
"elementType": {
|
|
3684
|
+
"type": "reference",
|
|
3685
|
+
"typeName": {
|
|
3686
|
+
"type": "identifier",
|
|
3687
|
+
"name": "ImageData"
|
|
3688
|
+
}
|
|
3612
3689
|
}
|
|
3613
3690
|
}
|
|
3614
3691
|
}
|
|
@@ -3618,204 +3695,48 @@
|
|
|
3618
3695
|
"types": [
|
|
3619
3696
|
{
|
|
3620
3697
|
"type": "interface",
|
|
3621
|
-
"name": "
|
|
3698
|
+
"name": "ImageData",
|
|
3622
3699
|
"body": [
|
|
3623
3700
|
{
|
|
3624
3701
|
"type": "propertySignature",
|
|
3625
3702
|
"key": {
|
|
3626
3703
|
"type": "identifier",
|
|
3627
|
-
"name": "
|
|
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"
|
|
3704
|
+
"name": "url"
|
|
3640
3705
|
},
|
|
3641
3706
|
"annotation": {
|
|
3642
3707
|
"type": "keyword",
|
|
3643
3708
|
"value": "string"
|
|
3644
3709
|
},
|
|
3710
|
+
"optional": true,
|
|
3645
3711
|
"computed": false
|
|
3646
3712
|
}
|
|
3647
|
-
]
|
|
3648
|
-
|
|
3649
|
-
{
|
|
3650
|
-
"type": "typeAlias",
|
|
3651
|
-
"name": "RangeType",
|
|
3652
|
-
"annotation": {
|
|
3653
|
-
"type": "intersection",
|
|
3654
|
-
"types": [
|
|
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
|
-
]
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"type": "typeAlias",
|
|
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",
|
|
3704
|
-
"annotation": {
|
|
3705
|
-
"type": "union",
|
|
3706
|
-
"types": [
|
|
3707
|
-
{
|
|
3708
|
-
"type": "jsLiteral",
|
|
3709
|
-
"value": "dateTime"
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"type": "jsLiteral",
|
|
3713
|
-
"value": "hmTime"
|
|
3714
|
-
},
|
|
3715
|
-
{
|
|
3716
|
-
"type": "jsLiteral",
|
|
3717
|
-
"value": "time"
|
|
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
|
-
},
|
|
3713
|
+
],
|
|
3714
|
+
"extends": [
|
|
3770
3715
|
{
|
|
3771
|
-
"type": "
|
|
3772
|
-
"
|
|
3716
|
+
"type": "expressionWithTypeArguments",
|
|
3717
|
+
"expression": {
|
|
3773
3718
|
"type": "identifier",
|
|
3774
|
-
"name": "
|
|
3775
|
-
},
|
|
3776
|
-
"initializer": {
|
|
3777
|
-
"type": "jsLiteral",
|
|
3778
|
-
"value": "今年"
|
|
3719
|
+
"name": "FileData"
|
|
3779
3720
|
}
|
|
3780
3721
|
}
|
|
3781
3722
|
]
|
|
3782
3723
|
}
|
|
3783
3724
|
]
|
|
3784
3725
|
},
|
|
3785
|
-
"eo-
|
|
3726
|
+
"eo-upload-file": {
|
|
3786
3727
|
"properties": [
|
|
3787
|
-
{
|
|
3788
|
-
"name": "name",
|
|
3789
|
-
"annotation": {
|
|
3790
|
-
"type": "keyword",
|
|
3791
|
-
"value": "string"
|
|
3792
|
-
}
|
|
3793
|
-
},
|
|
3794
3728
|
{
|
|
3795
3729
|
"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
|
-
}
|
|
3730
|
+
"annotation": {
|
|
3731
|
+
"type": "keyword",
|
|
3732
|
+
"value": "string"
|
|
3812
3733
|
}
|
|
3813
3734
|
},
|
|
3814
3735
|
{
|
|
3815
|
-
"name": "
|
|
3736
|
+
"name": "name",
|
|
3816
3737
|
"annotation": {
|
|
3817
3738
|
"type": "keyword",
|
|
3818
|
-
"value": "
|
|
3739
|
+
"value": "string"
|
|
3819
3740
|
}
|
|
3820
3741
|
},
|
|
3821
3742
|
{
|
|
@@ -3849,68 +3770,137 @@
|
|
|
3849
3770
|
}
|
|
3850
3771
|
},
|
|
3851
3772
|
{
|
|
3852
|
-
"name": "
|
|
3773
|
+
"name": "value",
|
|
3774
|
+
"annotation": {
|
|
3775
|
+
"type": "array",
|
|
3776
|
+
"elementType": {
|
|
3777
|
+
"type": "reference",
|
|
3778
|
+
"typeName": {
|
|
3779
|
+
"type": "identifier",
|
|
3780
|
+
"name": "FileData"
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "multiple",
|
|
3853
3787
|
"annotation": {
|
|
3854
3788
|
"type": "keyword",
|
|
3855
3789
|
"value": "boolean"
|
|
3856
3790
|
}
|
|
3857
3791
|
},
|
|
3858
3792
|
{
|
|
3859
|
-
"name": "
|
|
3793
|
+
"name": "accept",
|
|
3860
3794
|
"annotation": {
|
|
3861
|
-
"type": "
|
|
3862
|
-
"
|
|
3863
|
-
"type": "identifier",
|
|
3864
|
-
"name": "RadioType"
|
|
3865
|
-
}
|
|
3795
|
+
"type": "keyword",
|
|
3796
|
+
"value": "string"
|
|
3866
3797
|
}
|
|
3867
3798
|
},
|
|
3868
3799
|
{
|
|
3869
|
-
"name": "
|
|
3800
|
+
"name": "maxCount",
|
|
3870
3801
|
"annotation": {
|
|
3871
|
-
"type": "
|
|
3872
|
-
"
|
|
3873
|
-
"type": "identifier",
|
|
3874
|
-
"name": "UIType"
|
|
3875
|
-
}
|
|
3802
|
+
"type": "keyword",
|
|
3803
|
+
"value": "number"
|
|
3876
3804
|
}
|
|
3877
3805
|
},
|
|
3878
3806
|
{
|
|
3879
|
-
"name": "
|
|
3807
|
+
"name": "limitSize",
|
|
3880
3808
|
"annotation": {
|
|
3881
|
-
"type": "
|
|
3882
|
-
"
|
|
3883
|
-
"type": "identifier",
|
|
3884
|
-
"name": "ComponentSize"
|
|
3885
|
-
}
|
|
3809
|
+
"type": "keyword",
|
|
3810
|
+
"value": "number"
|
|
3886
3811
|
}
|
|
3887
3812
|
},
|
|
3888
3813
|
{
|
|
3889
|
-
"name": "
|
|
3814
|
+
"name": "buttonText",
|
|
3890
3815
|
"annotation": {
|
|
3891
|
-
"type": "
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3816
|
+
"type": "keyword",
|
|
3817
|
+
"value": "string"
|
|
3818
|
+
}
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "buttonType",
|
|
3822
|
+
"annotation": {
|
|
3823
|
+
"type": "indexedAccess",
|
|
3824
|
+
"objectType": {
|
|
3825
|
+
"type": "reference",
|
|
3826
|
+
"typeName": {
|
|
3899
3827
|
"type": "identifier",
|
|
3900
|
-
"name": "
|
|
3828
|
+
"name": "ButtonProps"
|
|
3901
3829
|
}
|
|
3830
|
+
},
|
|
3831
|
+
"indexType": {
|
|
3832
|
+
"type": "jsLiteral",
|
|
3833
|
+
"value": "type"
|
|
3902
3834
|
}
|
|
3903
3835
|
}
|
|
3904
3836
|
},
|
|
3905
3837
|
{
|
|
3906
|
-
"name": "
|
|
3838
|
+
"name": "buttonIcon",
|
|
3907
3839
|
"annotation": {
|
|
3908
3840
|
"type": "reference",
|
|
3909
3841
|
"typeName": {
|
|
3910
3842
|
"type": "identifier",
|
|
3911
|
-
"name": "
|
|
3843
|
+
"name": "GeneralIconProps"
|
|
3912
3844
|
}
|
|
3913
3845
|
}
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"name": "overMaxCountMode",
|
|
3849
|
+
"annotation": {
|
|
3850
|
+
"type": "union",
|
|
3851
|
+
"types": [
|
|
3852
|
+
{
|
|
3853
|
+
"type": "jsLiteral",
|
|
3854
|
+
"value": "ignore"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"type": "jsLiteral",
|
|
3858
|
+
"value": "replace"
|
|
3859
|
+
}
|
|
3860
|
+
]
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "uploadDraggable",
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "keyword",
|
|
3867
|
+
"value": "boolean"
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "draggableUploadTip",
|
|
3872
|
+
"annotation": {
|
|
3873
|
+
"type": "keyword",
|
|
3874
|
+
"value": "string"
|
|
3875
|
+
}
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"name": "autoUpload",
|
|
3879
|
+
"annotation": {
|
|
3880
|
+
"type": "keyword",
|
|
3881
|
+
"value": "boolean"
|
|
3882
|
+
}
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "url",
|
|
3886
|
+
"annotation": {
|
|
3887
|
+
"type": "keyword",
|
|
3888
|
+
"value": "string"
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "method",
|
|
3893
|
+
"annotation": {
|
|
3894
|
+
"type": "keyword",
|
|
3895
|
+
"value": "string"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "uploadName",
|
|
3900
|
+
"annotation": {
|
|
3901
|
+
"type": "keyword",
|
|
3902
|
+
"value": "string"
|
|
3903
|
+
}
|
|
3914
3904
|
}
|
|
3915
3905
|
],
|
|
3916
3906
|
"events": [
|
|
@@ -3918,473 +3908,556 @@
|
|
|
3918
3908
|
"name": "change",
|
|
3919
3909
|
"detail": {
|
|
3920
3910
|
"annotation": {
|
|
3921
|
-
"type": "
|
|
3922
|
-
"
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
"
|
|
3926
|
-
|
|
3927
|
-
"name": "label"
|
|
3928
|
-
},
|
|
3929
|
-
"annotation": {
|
|
3930
|
-
"type": "keyword",
|
|
3931
|
-
"value": "string"
|
|
3932
|
-
},
|
|
3933
|
-
"computed": false
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
"type": "propertySignature",
|
|
3937
|
-
"key": {
|
|
3938
|
-
"type": "identifier",
|
|
3939
|
-
"name": "value"
|
|
3940
|
-
},
|
|
3941
|
-
"annotation": {
|
|
3942
|
-
"type": "keyword",
|
|
3943
|
-
"value": "any"
|
|
3944
|
-
},
|
|
3945
|
-
"computed": false
|
|
3946
|
-
},
|
|
3947
|
-
{
|
|
3948
|
-
"type": "indexSignature",
|
|
3949
|
-
"parameter": {
|
|
3950
|
-
"type": "identifier",
|
|
3951
|
-
"name": "key",
|
|
3952
|
-
"annotation": {
|
|
3953
|
-
"type": "keyword",
|
|
3954
|
-
"value": "string"
|
|
3955
|
-
}
|
|
3956
|
-
},
|
|
3957
|
-
"annotation": {
|
|
3958
|
-
"type": "keyword",
|
|
3959
|
-
"value": "any"
|
|
3960
|
-
}
|
|
3911
|
+
"type": "array",
|
|
3912
|
+
"elementType": {
|
|
3913
|
+
"type": "reference",
|
|
3914
|
+
"typeName": {
|
|
3915
|
+
"type": "identifier",
|
|
3916
|
+
"name": "FileData"
|
|
3961
3917
|
}
|
|
3962
|
-
|
|
3918
|
+
}
|
|
3963
3919
|
}
|
|
3964
3920
|
}
|
|
3965
|
-
}
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"methods": [],
|
|
3924
|
+
"types": [
|
|
3966
3925
|
{
|
|
3967
|
-
"
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
"
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3926
|
+
"type": "interface",
|
|
3927
|
+
"name": "FileData",
|
|
3928
|
+
"body": [
|
|
3929
|
+
{
|
|
3930
|
+
"type": "propertySignature",
|
|
3931
|
+
"key": {
|
|
3932
|
+
"type": "identifier",
|
|
3933
|
+
"name": "uid"
|
|
3934
|
+
},
|
|
3935
|
+
"annotation": {
|
|
3936
|
+
"type": "keyword",
|
|
3937
|
+
"value": "string"
|
|
3938
|
+
},
|
|
3939
|
+
"computed": false
|
|
3940
|
+
},
|
|
3941
|
+
{
|
|
3942
|
+
"type": "propertySignature",
|
|
3943
|
+
"key": {
|
|
3944
|
+
"type": "identifier",
|
|
3945
|
+
"name": "name"
|
|
3946
|
+
},
|
|
3947
|
+
"annotation": {
|
|
3948
|
+
"type": "keyword",
|
|
3949
|
+
"value": "string"
|
|
3950
|
+
},
|
|
3951
|
+
"computed": false
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"type": "propertySignature",
|
|
3955
|
+
"key": {
|
|
3956
|
+
"type": "identifier",
|
|
3957
|
+
"name": "file"
|
|
3958
|
+
},
|
|
3959
|
+
"annotation": {
|
|
3960
|
+
"type": "intersection",
|
|
3961
|
+
"types": [
|
|
3962
|
+
{
|
|
3963
|
+
"type": "reference",
|
|
3964
|
+
"typeName": {
|
|
3965
|
+
"type": "identifier",
|
|
3966
|
+
"name": "File"
|
|
3967
|
+
}
|
|
3968
|
+
},
|
|
3969
|
+
{
|
|
3970
|
+
"type": "typeLiteral",
|
|
3971
|
+
"members": [
|
|
3993
3972
|
{
|
|
3994
3973
|
"type": "propertySignature",
|
|
3995
3974
|
"key": {
|
|
3996
3975
|
"type": "identifier",
|
|
3997
|
-
"name": "
|
|
3976
|
+
"name": "uid"
|
|
3998
3977
|
},
|
|
3999
3978
|
"annotation": {
|
|
4000
3979
|
"type": "keyword",
|
|
4001
|
-
"value": "
|
|
3980
|
+
"value": "string"
|
|
4002
3981
|
},
|
|
3982
|
+
"optional": true,
|
|
4003
3983
|
"computed": false
|
|
4004
|
-
},
|
|
4005
|
-
{
|
|
4006
|
-
"type": "indexSignature",
|
|
4007
|
-
"parameter": {
|
|
4008
|
-
"type": "identifier",
|
|
4009
|
-
"name": "key",
|
|
4010
|
-
"annotation": {
|
|
4011
|
-
"type": "keyword",
|
|
4012
|
-
"value": "string"
|
|
4013
|
-
}
|
|
4014
|
-
},
|
|
4015
|
-
"annotation": {
|
|
4016
|
-
"type": "keyword",
|
|
4017
|
-
"value": "any"
|
|
4018
|
-
}
|
|
4019
3984
|
}
|
|
4020
3985
|
]
|
|
4021
|
-
}
|
|
4022
|
-
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"type": "propertySignature",
|
|
4026
|
-
"key": {
|
|
4027
|
-
"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"
|
|
3986
|
+
}
|
|
3987
|
+
]
|
|
4052
3988
|
},
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
3989
|
+
"optional": true,
|
|
3990
|
+
"computed": false
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"type": "propertySignature",
|
|
3994
|
+
"key": {
|
|
3995
|
+
"type": "identifier",
|
|
3996
|
+
"name": "response"
|
|
4056
3997
|
},
|
|
4057
|
-
{
|
|
3998
|
+
"annotation": {
|
|
4058
3999
|
"type": "keyword",
|
|
4059
|
-
"value": "
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"type": "reference",
|
|
4063
|
-
"typeName": {
|
|
4064
|
-
"type": "identifier",
|
|
4065
|
-
"name": "GeneralComplexOption"
|
|
4066
|
-
}
|
|
4000
|
+
"value": "any"
|
|
4067
4001
|
},
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
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
|
-
]
|
|
4086
|
-
}
|
|
4087
|
-
}
|
|
4088
|
-
]
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"type": "interface",
|
|
4093
|
-
"name": "GeneralComplexOption",
|
|
4094
|
-
"typeParameters": {
|
|
4095
|
-
"type": "typeParameterDeclaration",
|
|
4096
|
-
"params": [
|
|
4097
|
-
{
|
|
4098
|
-
"type": "typeParameter",
|
|
4099
|
-
"name": "T",
|
|
4100
|
-
"default": {
|
|
4101
|
-
"type": "union",
|
|
4102
|
-
"types": [
|
|
4103
|
-
{
|
|
4104
|
-
"type": "keyword",
|
|
4105
|
-
"value": "string"
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"type": "keyword",
|
|
4109
|
-
"value": "number"
|
|
4110
|
-
},
|
|
4111
|
-
{
|
|
4112
|
-
"type": "keyword",
|
|
4113
|
-
"value": "boolean"
|
|
4114
|
-
}
|
|
4115
|
-
]
|
|
4116
|
-
}
|
|
4117
|
-
}
|
|
4118
|
-
]
|
|
4119
|
-
},
|
|
4120
|
-
"body": [
|
|
4002
|
+
"optional": true,
|
|
4003
|
+
"computed": false
|
|
4004
|
+
},
|
|
4121
4005
|
{
|
|
4122
4006
|
"type": "propertySignature",
|
|
4123
4007
|
"key": {
|
|
4124
4008
|
"type": "identifier",
|
|
4125
|
-
"name": "
|
|
4009
|
+
"name": "userData"
|
|
4126
4010
|
},
|
|
4127
4011
|
"annotation": {
|
|
4128
4012
|
"type": "keyword",
|
|
4129
|
-
"value": "
|
|
4013
|
+
"value": "any"
|
|
4130
4014
|
},
|
|
4015
|
+
"optional": true,
|
|
4131
4016
|
"computed": false
|
|
4132
4017
|
},
|
|
4133
4018
|
{
|
|
4134
4019
|
"type": "propertySignature",
|
|
4135
4020
|
"key": {
|
|
4136
4021
|
"type": "identifier",
|
|
4137
|
-
"name": "
|
|
4022
|
+
"name": "status"
|
|
4138
4023
|
},
|
|
4139
4024
|
"annotation": {
|
|
4140
4025
|
"type": "reference",
|
|
4141
4026
|
"typeName": {
|
|
4142
4027
|
"type": "identifier",
|
|
4143
|
-
"name": "
|
|
4028
|
+
"name": "UploadStatus"
|
|
4144
4029
|
}
|
|
4145
4030
|
},
|
|
4031
|
+
"optional": true,
|
|
4146
4032
|
"computed": false
|
|
4147
4033
|
},
|
|
4148
4034
|
{
|
|
4149
|
-
"type": "
|
|
4150
|
-
"
|
|
4035
|
+
"type": "propertySignature",
|
|
4036
|
+
"key": {
|
|
4151
4037
|
"type": "identifier",
|
|
4152
|
-
"name": "
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4038
|
+
"name": "errors"
|
|
4039
|
+
},
|
|
4040
|
+
"annotation": {
|
|
4041
|
+
"type": "array",
|
|
4042
|
+
"elementType": {
|
|
4043
|
+
"type": "reference",
|
|
4044
|
+
"typeName": {
|
|
4045
|
+
"type": "identifier",
|
|
4046
|
+
"name": "Error"
|
|
4047
|
+
}
|
|
4156
4048
|
}
|
|
4157
4049
|
},
|
|
4050
|
+
"optional": true,
|
|
4051
|
+
"computed": false
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"type": "propertySignature",
|
|
4055
|
+
"key": {
|
|
4056
|
+
"type": "identifier",
|
|
4057
|
+
"name": "symbolForAbortController"
|
|
4058
|
+
},
|
|
4158
4059
|
"annotation": {
|
|
4159
|
-
"type": "
|
|
4160
|
-
"
|
|
4161
|
-
|
|
4060
|
+
"type": "reference",
|
|
4061
|
+
"typeName": {
|
|
4062
|
+
"type": "identifier",
|
|
4063
|
+
"name": "AbortController"
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4066
|
+
"optional": true,
|
|
4067
|
+
"computed": true
|
|
4162
4068
|
}
|
|
4163
4069
|
]
|
|
4164
4070
|
},
|
|
4165
4071
|
{
|
|
4166
4072
|
"type": "typeAlias",
|
|
4167
|
-
"name": "
|
|
4073
|
+
"name": "UploadStatus",
|
|
4168
4074
|
"annotation": {
|
|
4169
4075
|
"type": "union",
|
|
4170
4076
|
"types": [
|
|
4171
4077
|
{
|
|
4172
4078
|
"type": "jsLiteral",
|
|
4173
|
-
"value": "
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"type": "jsLiteral",
|
|
4177
|
-
"value": "default"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"type": "jsLiteral",
|
|
4181
|
-
"value": "icon"
|
|
4182
|
-
},
|
|
4183
|
-
{
|
|
4184
|
-
"type": "jsLiteral",
|
|
4185
|
-
"value": "icon-circle"
|
|
4079
|
+
"value": "uploading"
|
|
4186
4080
|
},
|
|
4187
4081
|
{
|
|
4188
4082
|
"type": "jsLiteral",
|
|
4189
|
-
"value": "
|
|
4083
|
+
"value": "done"
|
|
4190
4084
|
},
|
|
4191
4085
|
{
|
|
4192
4086
|
"type": "jsLiteral",
|
|
4193
|
-
"value": "
|
|
4087
|
+
"value": "error"
|
|
4194
4088
|
}
|
|
4195
4089
|
]
|
|
4196
4090
|
}
|
|
4197
|
-
}
|
|
4091
|
+
}
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"eo-date-picker": {
|
|
4095
|
+
"properties": [
|
|
4198
4096
|
{
|
|
4199
|
-
"
|
|
4200
|
-
"name": "UIType",
|
|
4097
|
+
"name": "name",
|
|
4201
4098
|
"annotation": {
|
|
4202
|
-
"type": "
|
|
4203
|
-
"
|
|
4204
|
-
{
|
|
4205
|
-
"type": "jsLiteral",
|
|
4206
|
-
"value": "default"
|
|
4207
|
-
},
|
|
4208
|
-
{
|
|
4209
|
-
"type": "jsLiteral",
|
|
4210
|
-
"value": "dashboard"
|
|
4211
|
-
}
|
|
4212
|
-
]
|
|
4099
|
+
"type": "keyword",
|
|
4100
|
+
"value": "string"
|
|
4213
4101
|
}
|
|
4214
4102
|
},
|
|
4215
4103
|
{
|
|
4216
|
-
"
|
|
4217
|
-
"name": "ComponentSize",
|
|
4104
|
+
"name": "label",
|
|
4218
4105
|
"annotation": {
|
|
4219
|
-
"type": "
|
|
4220
|
-
"
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
"value": "large"
|
|
4224
|
-
},
|
|
4225
|
-
{
|
|
4226
|
-
"type": "jsLiteral",
|
|
4227
|
-
"value": "medium"
|
|
4228
|
-
},
|
|
4229
|
-
{
|
|
4230
|
-
"type": "jsLiteral",
|
|
4231
|
-
"value": "small"
|
|
4232
|
-
},
|
|
4233
|
-
{
|
|
4234
|
-
"type": "jsLiteral",
|
|
4235
|
-
"value": "xs"
|
|
4236
|
-
}
|
|
4237
|
-
]
|
|
4238
|
-
}
|
|
4239
|
-
}
|
|
4240
|
-
]
|
|
4241
|
-
},
|
|
4242
|
-
"eo-upload-image": {
|
|
4243
|
-
"properties": [
|
|
4106
|
+
"type": "keyword",
|
|
4107
|
+
"value": "string"
|
|
4108
|
+
}
|
|
4109
|
+
},
|
|
4244
4110
|
{
|
|
4245
|
-
"name": "
|
|
4111
|
+
"name": "value",
|
|
4246
4112
|
"annotation": {
|
|
4247
4113
|
"type": "keyword",
|
|
4248
4114
|
"value": "string"
|
|
4249
4115
|
}
|
|
4250
4116
|
},
|
|
4251
4117
|
{
|
|
4252
|
-
"name": "
|
|
4118
|
+
"name": "placeholder",
|
|
4253
4119
|
"annotation": {
|
|
4254
4120
|
"type": "keyword",
|
|
4255
4121
|
"value": "string"
|
|
4256
4122
|
}
|
|
4257
4123
|
},
|
|
4258
4124
|
{
|
|
4259
|
-
"name": "
|
|
4125
|
+
"name": "message",
|
|
4260
4126
|
"annotation": {
|
|
4261
|
-
"type": "
|
|
4262
|
-
"
|
|
4263
|
-
"type": "
|
|
4264
|
-
"
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4127
|
+
"type": "reference",
|
|
4128
|
+
"typeName": {
|
|
4129
|
+
"type": "identifier",
|
|
4130
|
+
"name": "Record"
|
|
4131
|
+
},
|
|
4132
|
+
"typeParameters": {
|
|
4133
|
+
"type": "typeParameterInstantiation",
|
|
4134
|
+
"params": [
|
|
4135
|
+
{
|
|
4136
|
+
"type": "keyword",
|
|
4137
|
+
"value": "string"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"type": "keyword",
|
|
4141
|
+
"value": "string"
|
|
4142
|
+
}
|
|
4143
|
+
]
|
|
4268
4144
|
}
|
|
4269
4145
|
}
|
|
4270
4146
|
},
|
|
4271
4147
|
{
|
|
4272
|
-
"name": "
|
|
4148
|
+
"name": "disabled",
|
|
4273
4149
|
"annotation": {
|
|
4274
4150
|
"type": "keyword",
|
|
4275
|
-
"value": "
|
|
4151
|
+
"value": "boolean"
|
|
4276
4152
|
}
|
|
4277
4153
|
},
|
|
4278
4154
|
{
|
|
4279
|
-
"name": "
|
|
4155
|
+
"name": "required",
|
|
4280
4156
|
"annotation": {
|
|
4281
4157
|
"type": "keyword",
|
|
4282
|
-
"value": "
|
|
4158
|
+
"value": "boolean"
|
|
4283
4159
|
}
|
|
4284
4160
|
},
|
|
4285
4161
|
{
|
|
4286
|
-
"name": "
|
|
4162
|
+
"name": "showTime",
|
|
4287
4163
|
"annotation": {
|
|
4288
4164
|
"type": "keyword",
|
|
4289
4165
|
"value": "boolean"
|
|
4290
4166
|
}
|
|
4291
4167
|
},
|
|
4292
4168
|
{
|
|
4293
|
-
"name": "
|
|
4169
|
+
"name": "format",
|
|
4294
4170
|
"annotation": {
|
|
4295
4171
|
"type": "keyword",
|
|
4296
|
-
"value": "
|
|
4172
|
+
"value": "string"
|
|
4297
4173
|
}
|
|
4298
4174
|
},
|
|
4299
4175
|
{
|
|
4300
|
-
"name": "
|
|
4176
|
+
"name": "picker",
|
|
4177
|
+
"annotation": {
|
|
4178
|
+
"type": "reference",
|
|
4179
|
+
"typeName": {
|
|
4180
|
+
"type": "identifier",
|
|
4181
|
+
"name": "PickerMode"
|
|
4182
|
+
}
|
|
4183
|
+
}
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"name": "futureDateDisabled",
|
|
4301
4187
|
"annotation": {
|
|
4302
4188
|
"type": "keyword",
|
|
4303
4189
|
"value": "boolean"
|
|
4304
4190
|
}
|
|
4305
4191
|
},
|
|
4306
4192
|
{
|
|
4307
|
-
"name": "
|
|
4193
|
+
"name": "disabledDate",
|
|
4308
4194
|
"annotation": {
|
|
4309
4195
|
"type": "reference",
|
|
4310
4196
|
"typeName": {
|
|
4311
4197
|
"type": "identifier",
|
|
4312
|
-
"name": "
|
|
4198
|
+
"name": "DisabledDateType"
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "useFastSelectBtn",
|
|
4204
|
+
"annotation": {
|
|
4205
|
+
"type": "keyword",
|
|
4206
|
+
"value": "boolean"
|
|
4207
|
+
}
|
|
4208
|
+
},
|
|
4209
|
+
{
|
|
4210
|
+
"name": "inputStyle",
|
|
4211
|
+
"annotation": {
|
|
4212
|
+
"type": "reference",
|
|
4213
|
+
"typeName": {
|
|
4214
|
+
"type": "identifier",
|
|
4215
|
+
"name": "CSSProperties"
|
|
4216
|
+
}
|
|
4217
|
+
}
|
|
4218
|
+
}
|
|
4219
|
+
],
|
|
4220
|
+
"events": [
|
|
4221
|
+
{
|
|
4222
|
+
"name": "change",
|
|
4223
|
+
"detail": {
|
|
4224
|
+
"annotation": {
|
|
4225
|
+
"type": "keyword",
|
|
4226
|
+
"value": "string"
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "ok",
|
|
4232
|
+
"detail": {
|
|
4233
|
+
"annotation": {
|
|
4234
|
+
"type": "keyword",
|
|
4235
|
+
"value": "string"
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
}
|
|
4239
|
+
],
|
|
4240
|
+
"methods": [],
|
|
4241
|
+
"types": [
|
|
4242
|
+
{
|
|
4243
|
+
"type": "typeAlias",
|
|
4244
|
+
"name": "PickerMode",
|
|
4245
|
+
"annotation": {
|
|
4246
|
+
"type": "union",
|
|
4247
|
+
"types": [
|
|
4248
|
+
{
|
|
4249
|
+
"type": "jsLiteral",
|
|
4250
|
+
"value": "date"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"type": "jsLiteral",
|
|
4254
|
+
"value": "week"
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"type": "jsLiteral",
|
|
4258
|
+
"value": "month"
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"type": "jsLiteral",
|
|
4262
|
+
"value": "year"
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"type": "jsLiteral",
|
|
4266
|
+
"value": "quarter"
|
|
4267
|
+
}
|
|
4268
|
+
]
|
|
4269
|
+
}
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"type": "typeAlias",
|
|
4273
|
+
"name": "DisabledDateType",
|
|
4274
|
+
"annotation": {
|
|
4275
|
+
"type": "union",
|
|
4276
|
+
"types": [
|
|
4277
|
+
{
|
|
4278
|
+
"type": "reference",
|
|
4279
|
+
"typeName": {
|
|
4280
|
+
"type": "identifier",
|
|
4281
|
+
"name": "DisabledDate"
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"type": "array",
|
|
4286
|
+
"elementType": {
|
|
4287
|
+
"type": "reference",
|
|
4288
|
+
"typeName": {
|
|
4289
|
+
"type": "identifier",
|
|
4290
|
+
"name": "DisabledDate"
|
|
4291
|
+
}
|
|
4292
|
+
}
|
|
4293
|
+
}
|
|
4294
|
+
]
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"type": "interface",
|
|
4299
|
+
"name": "DisabledDate",
|
|
4300
|
+
"body": [
|
|
4301
|
+
{
|
|
4302
|
+
"type": "propertySignature",
|
|
4303
|
+
"key": {
|
|
4304
|
+
"type": "identifier",
|
|
4305
|
+
"name": "second"
|
|
4306
|
+
},
|
|
4307
|
+
"annotation": {
|
|
4308
|
+
"type": "union",
|
|
4309
|
+
"types": [
|
|
4310
|
+
{
|
|
4311
|
+
"type": "keyword",
|
|
4312
|
+
"value": "string"
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"type": "keyword",
|
|
4316
|
+
"value": "number"
|
|
4317
|
+
}
|
|
4318
|
+
]
|
|
4319
|
+
},
|
|
4320
|
+
"optional": true,
|
|
4321
|
+
"computed": false
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"type": "propertySignature",
|
|
4325
|
+
"key": {
|
|
4326
|
+
"type": "identifier",
|
|
4327
|
+
"name": "minute"
|
|
4328
|
+
},
|
|
4329
|
+
"annotation": {
|
|
4330
|
+
"type": "union",
|
|
4331
|
+
"types": [
|
|
4332
|
+
{
|
|
4333
|
+
"type": "keyword",
|
|
4334
|
+
"value": "string"
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"type": "keyword",
|
|
4338
|
+
"value": "number"
|
|
4339
|
+
}
|
|
4340
|
+
]
|
|
4341
|
+
},
|
|
4342
|
+
"optional": true,
|
|
4343
|
+
"computed": false
|
|
4344
|
+
},
|
|
4345
|
+
{
|
|
4346
|
+
"type": "propertySignature",
|
|
4347
|
+
"key": {
|
|
4348
|
+
"type": "identifier",
|
|
4349
|
+
"name": "hour"
|
|
4350
|
+
},
|
|
4351
|
+
"annotation": {
|
|
4352
|
+
"type": "union",
|
|
4353
|
+
"types": [
|
|
4354
|
+
{
|
|
4355
|
+
"type": "keyword",
|
|
4356
|
+
"value": "string"
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"type": "keyword",
|
|
4360
|
+
"value": "number"
|
|
4361
|
+
}
|
|
4362
|
+
]
|
|
4363
|
+
},
|
|
4364
|
+
"optional": true,
|
|
4365
|
+
"computed": false
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"type": "propertySignature",
|
|
4369
|
+
"key": {
|
|
4370
|
+
"type": "identifier",
|
|
4371
|
+
"name": "date"
|
|
4372
|
+
},
|
|
4373
|
+
"annotation": {
|
|
4374
|
+
"type": "union",
|
|
4375
|
+
"types": [
|
|
4376
|
+
{
|
|
4377
|
+
"type": "keyword",
|
|
4378
|
+
"value": "string"
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"type": "keyword",
|
|
4382
|
+
"value": "number"
|
|
4383
|
+
}
|
|
4384
|
+
]
|
|
4385
|
+
},
|
|
4386
|
+
"optional": true,
|
|
4387
|
+
"computed": false
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"type": "propertySignature",
|
|
4391
|
+
"key": {
|
|
4392
|
+
"type": "identifier",
|
|
4393
|
+
"name": "month"
|
|
4394
|
+
},
|
|
4395
|
+
"annotation": {
|
|
4396
|
+
"type": "union",
|
|
4397
|
+
"types": [
|
|
4398
|
+
{
|
|
4399
|
+
"type": "keyword",
|
|
4400
|
+
"value": "string"
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"type": "keyword",
|
|
4404
|
+
"value": "number"
|
|
4405
|
+
}
|
|
4406
|
+
]
|
|
4407
|
+
},
|
|
4408
|
+
"optional": true,
|
|
4409
|
+
"computed": false
|
|
4313
4410
|
},
|
|
4314
|
-
"typeParameters": {
|
|
4315
|
-
"type": "typeParameterInstantiation",
|
|
4316
|
-
"params": [
|
|
4317
|
-
{
|
|
4318
|
-
"type": "keyword",
|
|
4319
|
-
"value": "string"
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"type": "keyword",
|
|
4323
|
-
"value": "string"
|
|
4324
|
-
}
|
|
4325
|
-
]
|
|
4326
|
-
}
|
|
4327
|
-
}
|
|
4328
|
-
}
|
|
4329
|
-
],
|
|
4330
|
-
"events": [
|
|
4331
|
-
{
|
|
4332
|
-
"name": "change",
|
|
4333
|
-
"detail": {
|
|
4334
|
-
"annotation": {
|
|
4335
|
-
"type": "array",
|
|
4336
|
-
"elementType": {
|
|
4337
|
-
"type": "reference",
|
|
4338
|
-
"typeName": {
|
|
4339
|
-
"type": "identifier",
|
|
4340
|
-
"name": "ImageData"
|
|
4341
|
-
}
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
}
|
|
4345
|
-
}
|
|
4346
|
-
],
|
|
4347
|
-
"methods": [],
|
|
4348
|
-
"types": [
|
|
4349
|
-
{
|
|
4350
|
-
"type": "interface",
|
|
4351
|
-
"name": "ImageData",
|
|
4352
|
-
"body": [
|
|
4353
4411
|
{
|
|
4354
4412
|
"type": "propertySignature",
|
|
4355
4413
|
"key": {
|
|
4356
4414
|
"type": "identifier",
|
|
4357
|
-
"name": "
|
|
4415
|
+
"name": "year"
|
|
4358
4416
|
},
|
|
4359
4417
|
"annotation": {
|
|
4360
|
-
"type": "
|
|
4361
|
-
"
|
|
4418
|
+
"type": "union",
|
|
4419
|
+
"types": [
|
|
4420
|
+
{
|
|
4421
|
+
"type": "keyword",
|
|
4422
|
+
"value": "string"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"type": "keyword",
|
|
4426
|
+
"value": "number"
|
|
4427
|
+
}
|
|
4428
|
+
]
|
|
4362
4429
|
},
|
|
4363
4430
|
"optional": true,
|
|
4364
4431
|
"computed": false
|
|
4365
|
-
}
|
|
4366
|
-
],
|
|
4367
|
-
"extends": [
|
|
4432
|
+
},
|
|
4368
4433
|
{
|
|
4369
|
-
"type": "
|
|
4370
|
-
"
|
|
4434
|
+
"type": "propertySignature",
|
|
4435
|
+
"key": {
|
|
4371
4436
|
"type": "identifier",
|
|
4372
|
-
"name": "
|
|
4373
|
-
}
|
|
4437
|
+
"name": "weekday"
|
|
4438
|
+
},
|
|
4439
|
+
"annotation": {
|
|
4440
|
+
"type": "union",
|
|
4441
|
+
"types": [
|
|
4442
|
+
{
|
|
4443
|
+
"type": "keyword",
|
|
4444
|
+
"value": "string"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"type": "keyword",
|
|
4448
|
+
"value": "number"
|
|
4449
|
+
}
|
|
4450
|
+
]
|
|
4451
|
+
},
|
|
4452
|
+
"optional": true,
|
|
4453
|
+
"computed": false
|
|
4374
4454
|
}
|
|
4375
4455
|
]
|
|
4376
4456
|
}
|
|
4377
4457
|
]
|
|
4378
4458
|
},
|
|
4379
|
-
"eo-
|
|
4459
|
+
"eo-time-range-picker": {
|
|
4380
4460
|
"properties": [
|
|
4381
|
-
{
|
|
4382
|
-
"name": "label",
|
|
4383
|
-
"annotation": {
|
|
4384
|
-
"type": "keyword",
|
|
4385
|
-
"value": "string"
|
|
4386
|
-
}
|
|
4387
|
-
},
|
|
4388
4461
|
{
|
|
4389
4462
|
"name": "name",
|
|
4390
4463
|
"annotation": {
|
|
@@ -4393,166 +4466,99 @@
|
|
|
4393
4466
|
}
|
|
4394
4467
|
},
|
|
4395
4468
|
{
|
|
4396
|
-
"name": "
|
|
4469
|
+
"name": "label",
|
|
4397
4470
|
"annotation": {
|
|
4398
4471
|
"type": "keyword",
|
|
4399
|
-
"value": "
|
|
4472
|
+
"value": "string"
|
|
4400
4473
|
}
|
|
4401
4474
|
},
|
|
4402
4475
|
{
|
|
4403
|
-
"name": "
|
|
4476
|
+
"name": "value",
|
|
4404
4477
|
"annotation": {
|
|
4405
4478
|
"type": "reference",
|
|
4406
4479
|
"typeName": {
|
|
4407
4480
|
"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
|
-
}
|
|
4481
|
+
"name": "TimeRange"
|
|
4435
4482
|
}
|
|
4436
4483
|
}
|
|
4437
4484
|
},
|
|
4438
4485
|
{
|
|
4439
|
-
"name": "
|
|
4486
|
+
"name": "required",
|
|
4440
4487
|
"annotation": {
|
|
4441
4488
|
"type": "keyword",
|
|
4442
4489
|
"value": "boolean"
|
|
4443
4490
|
}
|
|
4444
4491
|
},
|
|
4445
4492
|
{
|
|
4446
|
-
"name": "
|
|
4447
|
-
"annotation": {
|
|
4448
|
-
"type": "keyword",
|
|
4449
|
-
"value": "string"
|
|
4450
|
-
}
|
|
4451
|
-
},
|
|
4452
|
-
{
|
|
4453
|
-
"name": "maxCount",
|
|
4493
|
+
"name": "rangeType",
|
|
4454
4494
|
"annotation": {
|
|
4455
|
-
"type": "
|
|
4456
|
-
"
|
|
4495
|
+
"type": "reference",
|
|
4496
|
+
"typeName": {
|
|
4497
|
+
"type": "identifier",
|
|
4498
|
+
"name": "RangeType"
|
|
4499
|
+
}
|
|
4457
4500
|
}
|
|
4458
4501
|
},
|
|
4459
4502
|
{
|
|
4460
|
-
"name": "
|
|
4503
|
+
"name": "selectNearDays",
|
|
4461
4504
|
"annotation": {
|
|
4462
4505
|
"type": "keyword",
|
|
4463
4506
|
"value": "number"
|
|
4464
4507
|
}
|
|
4465
4508
|
},
|
|
4466
4509
|
{
|
|
4467
|
-
"name": "
|
|
4510
|
+
"name": "emitChangeOnInit",
|
|
4468
4511
|
"annotation": {
|
|
4469
4512
|
"type": "keyword",
|
|
4470
|
-
"value": "
|
|
4513
|
+
"value": "boolean"
|
|
4471
4514
|
}
|
|
4472
4515
|
},
|
|
4473
4516
|
{
|
|
4474
|
-
"name": "
|
|
4517
|
+
"name": "presetRanges",
|
|
4475
4518
|
"annotation": {
|
|
4476
|
-
"type": "
|
|
4477
|
-
"
|
|
4519
|
+
"type": "array",
|
|
4520
|
+
"elementType": {
|
|
4478
4521
|
"type": "reference",
|
|
4479
4522
|
"typeName": {
|
|
4480
4523
|
"type": "identifier",
|
|
4481
|
-
"name": "
|
|
4524
|
+
"name": "presetRangeType"
|
|
4482
4525
|
}
|
|
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
4526
|
}
|
|
4498
4527
|
}
|
|
4499
4528
|
},
|
|
4500
4529
|
{
|
|
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",
|
|
4530
|
+
"name": "validator",
|
|
4553
4531
|
"annotation": {
|
|
4554
|
-
"type": "
|
|
4555
|
-
"
|
|
4532
|
+
"type": "parenthesizedType",
|
|
4533
|
+
"annotation": {
|
|
4534
|
+
"type": "function",
|
|
4535
|
+
"parameters": [
|
|
4536
|
+
{
|
|
4537
|
+
"type": "identifier",
|
|
4538
|
+
"name": "value",
|
|
4539
|
+
"annotation": {
|
|
4540
|
+
"type": "keyword",
|
|
4541
|
+
"value": "any"
|
|
4542
|
+
}
|
|
4543
|
+
}
|
|
4544
|
+
],
|
|
4545
|
+
"annotation": {
|
|
4546
|
+
"type": "union",
|
|
4547
|
+
"types": [
|
|
4548
|
+
{
|
|
4549
|
+
"type": "reference",
|
|
4550
|
+
"typeName": {
|
|
4551
|
+
"type": "identifier",
|
|
4552
|
+
"name": "MessageBody"
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"type": "keyword",
|
|
4557
|
+
"value": "string"
|
|
4558
|
+
}
|
|
4559
|
+
]
|
|
4560
|
+
}
|
|
4561
|
+
}
|
|
4556
4562
|
}
|
|
4557
4563
|
}
|
|
4558
4564
|
],
|
|
@@ -4561,13 +4567,10 @@
|
|
|
4561
4567
|
"name": "change",
|
|
4562
4568
|
"detail": {
|
|
4563
4569
|
"annotation": {
|
|
4564
|
-
"type": "
|
|
4565
|
-
"
|
|
4566
|
-
"type": "
|
|
4567
|
-
"
|
|
4568
|
-
"type": "identifier",
|
|
4569
|
-
"name": "FileData"
|
|
4570
|
-
}
|
|
4570
|
+
"type": "reference",
|
|
4571
|
+
"typeName": {
|
|
4572
|
+
"type": "identifier",
|
|
4573
|
+
"name": "TimeRange"
|
|
4571
4574
|
}
|
|
4572
4575
|
}
|
|
4573
4576
|
}
|
|
@@ -4577,13 +4580,13 @@
|
|
|
4577
4580
|
"types": [
|
|
4578
4581
|
{
|
|
4579
4582
|
"type": "interface",
|
|
4580
|
-
"name": "
|
|
4583
|
+
"name": "TimeRange",
|
|
4581
4584
|
"body": [
|
|
4582
4585
|
{
|
|
4583
4586
|
"type": "propertySignature",
|
|
4584
4587
|
"key": {
|
|
4585
4588
|
"type": "identifier",
|
|
4586
|
-
"name": "
|
|
4589
|
+
"name": "startTime"
|
|
4587
4590
|
},
|
|
4588
4591
|
"annotation": {
|
|
4589
4592
|
"type": "keyword",
|
|
@@ -4595,152 +4598,149 @@
|
|
|
4595
4598
|
"type": "propertySignature",
|
|
4596
4599
|
"key": {
|
|
4597
4600
|
"type": "identifier",
|
|
4598
|
-
"name": "
|
|
4601
|
+
"name": "endTime"
|
|
4599
4602
|
},
|
|
4600
4603
|
"annotation": {
|
|
4601
4604
|
"type": "keyword",
|
|
4602
4605
|
"value": "string"
|
|
4603
4606
|
},
|
|
4604
4607
|
"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": {
|
|
4608
|
+
}
|
|
4609
|
+
]
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"type": "typeAlias",
|
|
4613
|
+
"name": "RangeType",
|
|
4614
|
+
"annotation": {
|
|
4615
|
+
"type": "intersection",
|
|
4616
|
+
"types": [
|
|
4617
|
+
{
|
|
4678
4618
|
"type": "reference",
|
|
4679
4619
|
"typeName": {
|
|
4680
4620
|
"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
|
-
}
|
|
4621
|
+
"name": "PickerType"
|
|
4701
4622
|
}
|
|
4702
4623
|
},
|
|
4703
|
-
|
|
4704
|
-
"computed": false
|
|
4705
|
-
},
|
|
4706
|
-
{
|
|
4707
|
-
"type": "propertySignature",
|
|
4708
|
-
"key": {
|
|
4709
|
-
"type": "identifier",
|
|
4710
|
-
"name": "symbolForAbortController"
|
|
4711
|
-
},
|
|
4712
|
-
"annotation": {
|
|
4624
|
+
{
|
|
4713
4625
|
"type": "reference",
|
|
4714
4626
|
"typeName": {
|
|
4715
4627
|
"type": "identifier",
|
|
4716
|
-
"name": "
|
|
4628
|
+
"name": "OtherPickerType"
|
|
4717
4629
|
}
|
|
4630
|
+
}
|
|
4631
|
+
]
|
|
4632
|
+
}
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"type": "typeAlias",
|
|
4636
|
+
"name": "PickerType",
|
|
4637
|
+
"annotation": {
|
|
4638
|
+
"type": "union",
|
|
4639
|
+
"types": [
|
|
4640
|
+
{
|
|
4641
|
+
"type": "jsLiteral",
|
|
4642
|
+
"value": "date"
|
|
4718
4643
|
},
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4644
|
+
{
|
|
4645
|
+
"type": "jsLiteral",
|
|
4646
|
+
"value": "week"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"type": "jsLiteral",
|
|
4650
|
+
"value": "month"
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"type": "jsLiteral",
|
|
4654
|
+
"value": "quarter"
|
|
4655
|
+
},
|
|
4656
|
+
{
|
|
4657
|
+
"type": "jsLiteral",
|
|
4658
|
+
"value": "year"
|
|
4659
|
+
}
|
|
4660
|
+
]
|
|
4661
|
+
}
|
|
4723
4662
|
},
|
|
4724
4663
|
{
|
|
4725
4664
|
"type": "typeAlias",
|
|
4726
|
-
"name": "
|
|
4665
|
+
"name": "OtherPickerType",
|
|
4727
4666
|
"annotation": {
|
|
4728
4667
|
"type": "union",
|
|
4729
4668
|
"types": [
|
|
4730
4669
|
{
|
|
4731
4670
|
"type": "jsLiteral",
|
|
4732
|
-
"value": "
|
|
4671
|
+
"value": "dateTime"
|
|
4733
4672
|
},
|
|
4734
4673
|
{
|
|
4735
4674
|
"type": "jsLiteral",
|
|
4736
|
-
"value": "
|
|
4675
|
+
"value": "hmTime"
|
|
4737
4676
|
},
|
|
4738
4677
|
{
|
|
4739
4678
|
"type": "jsLiteral",
|
|
4740
|
-
"value": "
|
|
4679
|
+
"value": "time"
|
|
4741
4680
|
}
|
|
4742
4681
|
]
|
|
4743
4682
|
}
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
"type": "enum",
|
|
4686
|
+
"name": "presetRangeType",
|
|
4687
|
+
"members": [
|
|
4688
|
+
{
|
|
4689
|
+
"type": "enumMember",
|
|
4690
|
+
"id": {
|
|
4691
|
+
"type": "identifier",
|
|
4692
|
+
"name": "Today"
|
|
4693
|
+
},
|
|
4694
|
+
"initializer": {
|
|
4695
|
+
"type": "jsLiteral",
|
|
4696
|
+
"value": "今天"
|
|
4697
|
+
}
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"type": "enumMember",
|
|
4701
|
+
"id": {
|
|
4702
|
+
"type": "identifier",
|
|
4703
|
+
"name": "ThisWeek"
|
|
4704
|
+
},
|
|
4705
|
+
"initializer": {
|
|
4706
|
+
"type": "jsLiteral",
|
|
4707
|
+
"value": "本周"
|
|
4708
|
+
}
|
|
4709
|
+
},
|
|
4710
|
+
{
|
|
4711
|
+
"type": "enumMember",
|
|
4712
|
+
"id": {
|
|
4713
|
+
"type": "identifier",
|
|
4714
|
+
"name": "ThisMonth"
|
|
4715
|
+
},
|
|
4716
|
+
"initializer": {
|
|
4717
|
+
"type": "jsLiteral",
|
|
4718
|
+
"value": "本月"
|
|
4719
|
+
}
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"type": "enumMember",
|
|
4723
|
+
"id": {
|
|
4724
|
+
"type": "identifier",
|
|
4725
|
+
"name": "ThisQuarter"
|
|
4726
|
+
},
|
|
4727
|
+
"initializer": {
|
|
4728
|
+
"type": "jsLiteral",
|
|
4729
|
+
"value": "本季度"
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"type": "enumMember",
|
|
4734
|
+
"id": {
|
|
4735
|
+
"type": "identifier",
|
|
4736
|
+
"name": "ThisYear"
|
|
4737
|
+
},
|
|
4738
|
+
"initializer": {
|
|
4739
|
+
"type": "jsLiteral",
|
|
4740
|
+
"value": "今年"
|
|
4741
|
+
}
|
|
4742
|
+
}
|
|
4743
|
+
]
|
|
4744
4744
|
}
|
|
4745
4745
|
]
|
|
4746
4746
|
}
|