@next-bricks/form 1.2.0 → 1.2.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 +16 -16
- package/dist/chunks/1236.07ba35c7.js +2 -0
- package/dist/chunks/1236.07ba35c7.js.map +1 -0
- package/dist/chunks/{5789.e946d373.js → 5789.86a92b1d.js} +3 -3
- package/dist/chunks/{5789.e946d373.js.map → 5789.86a92b1d.js.map} +1 -1
- package/dist/chunks/{eo-form.bcf281bd.js → eo-form.4a6ea696.js} +2 -2
- package/dist/chunks/eo-form.4a6ea696.js.map +1 -0
- package/dist/chunks/{main.503a3dda.js → main.b0adeab6.js} +2 -2
- package/dist/chunks/{main.503a3dda.js.map → main.b0adeab6.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/index.73323161.js +2 -0
- package/dist/{index.b44365ae.js.map → index.73323161.js.map} +1 -1
- package/dist/manifest.json +173 -173
- package/dist/types.json +385 -385
- package/package.json +2 -2
- package/dist/chunks/1236.1e54c312.js +0 -2
- package/dist/chunks/1236.1e54c312.js.map +0 -1
- package/dist/chunks/eo-form.bcf281bd.js.map +0 -1
- package/dist/index.b44365ae.js +0 -2
- /package/dist/chunks/{5789.e946d373.js.LICENSE.txt → 5789.86a92b1d.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
},
|
|
632
|
-
"eo-
|
|
632
|
+
"eo-select": {
|
|
633
633
|
"properties": [
|
|
634
634
|
{
|
|
635
635
|
"name": "name",
|
|
@@ -638,6 +638,13 @@
|
|
|
638
638
|
"value": "string"
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
|
+
{
|
|
642
|
+
"name": "placeholder",
|
|
643
|
+
"annotation": {
|
|
644
|
+
"type": "keyword",
|
|
645
|
+
"value": "string"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
641
648
|
{
|
|
642
649
|
"name": "label",
|
|
643
650
|
"annotation": {
|
|
@@ -653,7 +660,7 @@
|
|
|
653
660
|
"type": "reference",
|
|
654
661
|
"typeName": {
|
|
655
662
|
"type": "identifier",
|
|
656
|
-
"name": "
|
|
663
|
+
"name": "GeneralComplexOption"
|
|
657
664
|
}
|
|
658
665
|
}
|
|
659
666
|
}
|
|
@@ -703,37 +710,115 @@
|
|
|
703
710
|
}
|
|
704
711
|
},
|
|
705
712
|
{
|
|
706
|
-
"name": "
|
|
713
|
+
"name": "mode",
|
|
707
714
|
"annotation": {
|
|
708
|
-
"type": "
|
|
709
|
-
"
|
|
710
|
-
|
|
711
|
-
|
|
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",
|
|
730
|
+
"annotation": {
|
|
731
|
+
"type": "array",
|
|
732
|
+
"elementType": {
|
|
733
|
+
"type": "keyword",
|
|
734
|
+
"value": "string"
|
|
712
735
|
}
|
|
713
736
|
}
|
|
714
737
|
},
|
|
715
738
|
{
|
|
716
|
-
"name": "
|
|
739
|
+
"name": "maxTagCount",
|
|
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",
|
|
717
754
|
"annotation": {
|
|
718
755
|
"type": "reference",
|
|
719
756
|
"typeName": {
|
|
720
757
|
"type": "identifier",
|
|
721
|
-
"name": "
|
|
758
|
+
"name": "UseSingleBrickConf"
|
|
722
759
|
}
|
|
723
760
|
}
|
|
724
761
|
},
|
|
725
762
|
{
|
|
726
|
-
"name": "
|
|
763
|
+
"name": "clearable",
|
|
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",
|
|
727
805
|
"annotation": {
|
|
728
806
|
"type": "reference",
|
|
729
807
|
"typeName": {
|
|
730
808
|
"type": "identifier",
|
|
731
|
-
"name": "
|
|
809
|
+
"name": "UseBackendConf"
|
|
732
810
|
}
|
|
733
811
|
}
|
|
734
812
|
},
|
|
735
813
|
{
|
|
736
|
-
"name": "
|
|
814
|
+
"name": "debounceSearchDelay",
|
|
815
|
+
"annotation": {
|
|
816
|
+
"type": "keyword",
|
|
817
|
+
"value": "number"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "inputStyle",
|
|
737
822
|
"annotation": {
|
|
738
823
|
"type": "reference",
|
|
739
824
|
"typeName": {
|
|
@@ -748,16 +833,6 @@
|
|
|
748
833
|
}
|
|
749
834
|
}
|
|
750
835
|
}
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"name": "useBrick",
|
|
754
|
-
"annotation": {
|
|
755
|
-
"type": "reference",
|
|
756
|
-
"typeName": {
|
|
757
|
-
"type": "identifier",
|
|
758
|
-
"name": "UseSingleBrickConf"
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
836
|
}
|
|
762
837
|
],
|
|
763
838
|
"events": [
|
|
@@ -771,11 +846,23 @@
|
|
|
771
846
|
"type": "propertySignature",
|
|
772
847
|
"key": {
|
|
773
848
|
"type": "identifier",
|
|
774
|
-
"name": "
|
|
849
|
+
"name": "value"
|
|
775
850
|
},
|
|
776
851
|
"annotation": {
|
|
777
|
-
"type": "
|
|
778
|
-
"
|
|
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
|
+
]
|
|
779
866
|
},
|
|
780
867
|
"computed": false
|
|
781
868
|
},
|
|
@@ -783,33 +870,55 @@
|
|
|
783
870
|
"type": "propertySignature",
|
|
784
871
|
"key": {
|
|
785
872
|
"type": "identifier",
|
|
786
|
-
"name": "
|
|
873
|
+
"name": "options"
|
|
787
874
|
},
|
|
788
875
|
"annotation": {
|
|
789
|
-
"type": "
|
|
790
|
-
"
|
|
876
|
+
"type": "array",
|
|
877
|
+
"elementType": {
|
|
878
|
+
"type": "reference",
|
|
879
|
+
"typeName": {
|
|
880
|
+
"type": "identifier",
|
|
881
|
+
"name": "GeneralComplexOption"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
791
884
|
},
|
|
792
885
|
"computed": false
|
|
793
|
-
}
|
|
886
|
+
}
|
|
887
|
+
]
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "search",
|
|
893
|
+
"detail": {
|
|
894
|
+
"annotation": {
|
|
895
|
+
"type": "typeLiteral",
|
|
896
|
+
"members": [
|
|
794
897
|
{
|
|
795
|
-
"type": "
|
|
796
|
-
"
|
|
898
|
+
"type": "propertySignature",
|
|
899
|
+
"key": {
|
|
797
900
|
"type": "identifier",
|
|
798
|
-
"name": "
|
|
799
|
-
"annotation": {
|
|
800
|
-
"type": "keyword",
|
|
801
|
-
"value": "string"
|
|
802
|
-
}
|
|
901
|
+
"name": "value"
|
|
803
902
|
},
|
|
804
903
|
"annotation": {
|
|
805
904
|
"type": "keyword",
|
|
806
|
-
"value": "
|
|
807
|
-
}
|
|
905
|
+
"value": "string"
|
|
906
|
+
},
|
|
907
|
+
"computed": false
|
|
808
908
|
}
|
|
809
909
|
]
|
|
810
910
|
}
|
|
811
911
|
}
|
|
812
912
|
},
|
|
913
|
+
{
|
|
914
|
+
"name": "focus",
|
|
915
|
+
"detail": {
|
|
916
|
+
"annotation": {
|
|
917
|
+
"type": "keyword",
|
|
918
|
+
"value": "void"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
},
|
|
813
922
|
{
|
|
814
923
|
"name": "options.change",
|
|
815
924
|
"detail": {
|
|
@@ -887,54 +996,6 @@
|
|
|
887
996
|
],
|
|
888
997
|
"methods": [],
|
|
889
998
|
"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
|
-
},
|
|
938
999
|
{
|
|
939
1000
|
"type": "interface",
|
|
940
1001
|
"name": "GeneralComplexOption",
|
|
@@ -1010,79 +1071,97 @@
|
|
|
1010
1071
|
]
|
|
1011
1072
|
},
|
|
1012
1073
|
{
|
|
1013
|
-
"type": "
|
|
1014
|
-
"name": "
|
|
1015
|
-
"
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
{
|
|
1019
|
-
"type": "
|
|
1020
|
-
"
|
|
1074
|
+
"type": "interface",
|
|
1075
|
+
"name": "UseBackendConf",
|
|
1076
|
+
"body": [
|
|
1077
|
+
{
|
|
1078
|
+
"type": "propertySignature",
|
|
1079
|
+
"key": {
|
|
1080
|
+
"type": "identifier",
|
|
1081
|
+
"name": "provider"
|
|
1021
1082
|
},
|
|
1022
|
-
{
|
|
1023
|
-
"type": "
|
|
1024
|
-
"value": "
|
|
1083
|
+
"annotation": {
|
|
1084
|
+
"type": "keyword",
|
|
1085
|
+
"value": "string"
|
|
1025
1086
|
},
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
{
|
|
1031
|
-
"type": "
|
|
1032
|
-
"
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"type": "jsLiteral",
|
|
1036
|
-
"value": "icon-square"
|
|
1037
|
-
},
|
|
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"
|
|
1087
|
+
"computed": false
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"type": "propertySignature",
|
|
1091
|
+
"key": {
|
|
1092
|
+
"type": "identifier",
|
|
1093
|
+
"name": "args"
|
|
1054
1094
|
},
|
|
1055
|
-
{
|
|
1056
|
-
"type": "
|
|
1057
|
-
"
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1095
|
+
"annotation": {
|
|
1096
|
+
"type": "union",
|
|
1097
|
+
"types": [
|
|
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
|
+
]
|
|
1071
1135
|
},
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1136
|
+
"computed": false
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"type": "propertySignature",
|
|
1140
|
+
"key": {
|
|
1141
|
+
"type": "identifier",
|
|
1142
|
+
"name": "transform"
|
|
1075
1143
|
},
|
|
1076
|
-
{
|
|
1077
|
-
"type": "
|
|
1078
|
-
"
|
|
1144
|
+
"annotation": {
|
|
1145
|
+
"type": "function",
|
|
1146
|
+
"parameters": [
|
|
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
|
+
}
|
|
1079
1160
|
},
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
]
|
|
1085
|
-
}
|
|
1161
|
+
"optional": true,
|
|
1162
|
+
"computed": false
|
|
1163
|
+
}
|
|
1164
|
+
]
|
|
1086
1165
|
}
|
|
1087
1166
|
]
|
|
1088
1167
|
},
|
|
@@ -3703,7 +3782,7 @@
|
|
|
3703
3782
|
}
|
|
3704
3783
|
]
|
|
3705
3784
|
},
|
|
3706
|
-
"eo-
|
|
3785
|
+
"eo-radio": {
|
|
3707
3786
|
"properties": [
|
|
3708
3787
|
{
|
|
3709
3788
|
"name": "name",
|
|
@@ -3712,13 +3791,6 @@
|
|
|
3712
3791
|
"value": "string"
|
|
3713
3792
|
}
|
|
3714
3793
|
},
|
|
3715
|
-
{
|
|
3716
|
-
"name": "placeholder",
|
|
3717
|
-
"annotation": {
|
|
3718
|
-
"type": "keyword",
|
|
3719
|
-
"value": "string"
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
3794
|
{
|
|
3723
3795
|
"name": "label",
|
|
3724
3796
|
"annotation": {
|
|
@@ -3734,7 +3806,7 @@
|
|
|
3734
3806
|
"type": "reference",
|
|
3735
3807
|
"typeName": {
|
|
3736
3808
|
"type": "identifier",
|
|
3737
|
-
"name": "
|
|
3809
|
+
"name": "GeneralOption"
|
|
3738
3810
|
}
|
|
3739
3811
|
}
|
|
3740
3812
|
}
|
|
@@ -3784,115 +3856,37 @@
|
|
|
3784
3856
|
}
|
|
3785
3857
|
},
|
|
3786
3858
|
{
|
|
3787
|
-
"name": "
|
|
3788
|
-
"annotation": {
|
|
3789
|
-
"type": "union",
|
|
3790
|
-
"types": [
|
|
3791
|
-
{
|
|
3792
|
-
"type": "jsLiteral",
|
|
3793
|
-
"value": "tags"
|
|
3794
|
-
},
|
|
3795
|
-
{
|
|
3796
|
-
"type": "jsLiteral",
|
|
3797
|
-
"value": "multiple"
|
|
3798
|
-
}
|
|
3799
|
-
]
|
|
3800
|
-
}
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "tokenSeparators",
|
|
3859
|
+
"name": "type",
|
|
3804
3860
|
"annotation": {
|
|
3805
|
-
"type": "
|
|
3806
|
-
"
|
|
3807
|
-
"type": "
|
|
3808
|
-
"
|
|
3861
|
+
"type": "reference",
|
|
3862
|
+
"typeName": {
|
|
3863
|
+
"type": "identifier",
|
|
3864
|
+
"name": "RadioType"
|
|
3809
3865
|
}
|
|
3810
3866
|
}
|
|
3811
3867
|
},
|
|
3812
3868
|
{
|
|
3813
|
-
"name": "
|
|
3814
|
-
"annotation": {
|
|
3815
|
-
"type": "keyword",
|
|
3816
|
-
"value": "number"
|
|
3817
|
-
}
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"name": "groupBy",
|
|
3821
|
-
"annotation": {
|
|
3822
|
-
"type": "keyword",
|
|
3823
|
-
"value": "string"
|
|
3824
|
-
}
|
|
3825
|
-
},
|
|
3826
|
-
{
|
|
3827
|
-
"name": "suffix",
|
|
3869
|
+
"name": "ui",
|
|
3828
3870
|
"annotation": {
|
|
3829
3871
|
"type": "reference",
|
|
3830
3872
|
"typeName": {
|
|
3831
3873
|
"type": "identifier",
|
|
3832
|
-
"name": "
|
|
3874
|
+
"name": "UIType"
|
|
3833
3875
|
}
|
|
3834
3876
|
}
|
|
3835
3877
|
},
|
|
3836
3878
|
{
|
|
3837
|
-
"name": "
|
|
3838
|
-
"annotation": {
|
|
3839
|
-
"type": "keyword",
|
|
3840
|
-
"value": "boolean"
|
|
3841
|
-
}
|
|
3842
|
-
},
|
|
3843
|
-
{
|
|
3844
|
-
"name": "fields",
|
|
3845
|
-
"annotation": {
|
|
3846
|
-
"type": "typeLiteral",
|
|
3847
|
-
"members": [
|
|
3848
|
-
{
|
|
3849
|
-
"type": "propertySignature",
|
|
3850
|
-
"key": {
|
|
3851
|
-
"type": "identifier",
|
|
3852
|
-
"name": "label"
|
|
3853
|
-
},
|
|
3854
|
-
"annotation": {
|
|
3855
|
-
"type": "keyword",
|
|
3856
|
-
"value": "string"
|
|
3857
|
-
},
|
|
3858
|
-
"optional": true,
|
|
3859
|
-
"computed": false
|
|
3860
|
-
},
|
|
3861
|
-
{
|
|
3862
|
-
"type": "propertySignature",
|
|
3863
|
-
"key": {
|
|
3864
|
-
"type": "identifier",
|
|
3865
|
-
"name": "value"
|
|
3866
|
-
},
|
|
3867
|
-
"annotation": {
|
|
3868
|
-
"type": "keyword",
|
|
3869
|
-
"value": "string"
|
|
3870
|
-
},
|
|
3871
|
-
"optional": true,
|
|
3872
|
-
"computed": false
|
|
3873
|
-
}
|
|
3874
|
-
]
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
"name": "useBackend",
|
|
3879
|
+
"name": "size",
|
|
3879
3880
|
"annotation": {
|
|
3880
3881
|
"type": "reference",
|
|
3881
3882
|
"typeName": {
|
|
3882
3883
|
"type": "identifier",
|
|
3883
|
-
"name": "
|
|
3884
|
+
"name": "ComponentSize"
|
|
3884
3885
|
}
|
|
3885
3886
|
}
|
|
3886
3887
|
},
|
|
3887
3888
|
{
|
|
3888
|
-
"name": "
|
|
3889
|
-
"annotation": {
|
|
3890
|
-
"type": "keyword",
|
|
3891
|
-
"value": "number"
|
|
3892
|
-
}
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"name": "inputStyle",
|
|
3889
|
+
"name": "customStyle",
|
|
3896
3890
|
"annotation": {
|
|
3897
3891
|
"type": "reference",
|
|
3898
3892
|
"typeName": {
|
|
@@ -3907,6 +3901,16 @@
|
|
|
3907
3901
|
}
|
|
3908
3902
|
}
|
|
3909
3903
|
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "useBrick",
|
|
3907
|
+
"annotation": {
|
|
3908
|
+
"type": "reference",
|
|
3909
|
+
"typeName": {
|
|
3910
|
+
"type": "identifier",
|
|
3911
|
+
"name": "UseSingleBrickConf"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3910
3914
|
}
|
|
3911
3915
|
],
|
|
3912
3916
|
"events": [
|
|
@@ -3920,23 +3924,11 @@
|
|
|
3920
3924
|
"type": "propertySignature",
|
|
3921
3925
|
"key": {
|
|
3922
3926
|
"type": "identifier",
|
|
3923
|
-
"name": "
|
|
3927
|
+
"name": "label"
|
|
3924
3928
|
},
|
|
3925
3929
|
"annotation": {
|
|
3926
|
-
"type": "
|
|
3927
|
-
"
|
|
3928
|
-
{
|
|
3929
|
-
"type": "keyword",
|
|
3930
|
-
"value": "string"
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"type": "array",
|
|
3934
|
-
"elementType": {
|
|
3935
|
-
"type": "keyword",
|
|
3936
|
-
"value": "string"
|
|
3937
|
-
}
|
|
3938
|
-
}
|
|
3939
|
-
]
|
|
3930
|
+
"type": "keyword",
|
|
3931
|
+
"value": "string"
|
|
3940
3932
|
},
|
|
3941
3933
|
"computed": false
|
|
3942
3934
|
},
|
|
@@ -3944,55 +3936,33 @@
|
|
|
3944
3936
|
"type": "propertySignature",
|
|
3945
3937
|
"key": {
|
|
3946
3938
|
"type": "identifier",
|
|
3947
|
-
"name": "
|
|
3939
|
+
"name": "value"
|
|
3948
3940
|
},
|
|
3949
3941
|
"annotation": {
|
|
3950
|
-
"type": "
|
|
3951
|
-
"
|
|
3952
|
-
"type": "reference",
|
|
3953
|
-
"typeName": {
|
|
3954
|
-
"type": "identifier",
|
|
3955
|
-
"name": "GeneralComplexOption"
|
|
3956
|
-
}
|
|
3957
|
-
}
|
|
3942
|
+
"type": "keyword",
|
|
3943
|
+
"value": "any"
|
|
3958
3944
|
},
|
|
3959
3945
|
"computed": false
|
|
3960
|
-
}
|
|
3961
|
-
]
|
|
3962
|
-
}
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"name": "search",
|
|
3967
|
-
"detail": {
|
|
3968
|
-
"annotation": {
|
|
3969
|
-
"type": "typeLiteral",
|
|
3970
|
-
"members": [
|
|
3946
|
+
},
|
|
3971
3947
|
{
|
|
3972
|
-
"type": "
|
|
3973
|
-
"
|
|
3948
|
+
"type": "indexSignature",
|
|
3949
|
+
"parameter": {
|
|
3974
3950
|
"type": "identifier",
|
|
3975
|
-
"name": "
|
|
3951
|
+
"name": "key",
|
|
3952
|
+
"annotation": {
|
|
3953
|
+
"type": "keyword",
|
|
3954
|
+
"value": "string"
|
|
3955
|
+
}
|
|
3976
3956
|
},
|
|
3977
3957
|
"annotation": {
|
|
3978
3958
|
"type": "keyword",
|
|
3979
|
-
"value": "
|
|
3980
|
-
}
|
|
3981
|
-
"computed": false
|
|
3959
|
+
"value": "any"
|
|
3960
|
+
}
|
|
3982
3961
|
}
|
|
3983
3962
|
]
|
|
3984
3963
|
}
|
|
3985
3964
|
}
|
|
3986
3965
|
},
|
|
3987
|
-
{
|
|
3988
|
-
"name": "focus",
|
|
3989
|
-
"detail": {
|
|
3990
|
-
"annotation": {
|
|
3991
|
-
"type": "keyword",
|
|
3992
|
-
"value": "void"
|
|
3993
|
-
}
|
|
3994
|
-
}
|
|
3995
|
-
},
|
|
3996
3966
|
{
|
|
3997
3967
|
"name": "options.change",
|
|
3998
3968
|
"detail": {
|
|
@@ -4070,6 +4040,54 @@
|
|
|
4070
4040
|
],
|
|
4071
4041
|
"methods": [],
|
|
4072
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
|
+
]
|
|
4086
|
+
}
|
|
4087
|
+
}
|
|
4088
|
+
]
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4073
4091
|
{
|
|
4074
4092
|
"type": "interface",
|
|
4075
4093
|
"name": "GeneralComplexOption",
|
|
@@ -4145,97 +4163,79 @@
|
|
|
4145
4163
|
]
|
|
4146
4164
|
},
|
|
4147
4165
|
{
|
|
4148
|
-
"type": "
|
|
4149
|
-
"name": "
|
|
4150
|
-
"
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
"type": "
|
|
4155
|
-
"
|
|
4166
|
+
"type": "typeAlias",
|
|
4167
|
+
"name": "RadioType",
|
|
4168
|
+
"annotation": {
|
|
4169
|
+
"type": "union",
|
|
4170
|
+
"types": [
|
|
4171
|
+
{
|
|
4172
|
+
"type": "jsLiteral",
|
|
4173
|
+
"value": "button"
|
|
4156
4174
|
},
|
|
4157
|
-
|
|
4158
|
-
"type": "
|
|
4159
|
-
"value": "
|
|
4175
|
+
{
|
|
4176
|
+
"type": "jsLiteral",
|
|
4177
|
+
"value": "default"
|
|
4160
4178
|
},
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
"type": "propertySignature",
|
|
4165
|
-
"key": {
|
|
4166
|
-
"type": "identifier",
|
|
4167
|
-
"name": "args"
|
|
4179
|
+
{
|
|
4180
|
+
"type": "jsLiteral",
|
|
4181
|
+
"value": "icon"
|
|
4168
4182
|
},
|
|
4169
|
-
|
|
4170
|
-
"type": "
|
|
4171
|
-
"
|
|
4172
|
-
{
|
|
4173
|
-
"type": "array",
|
|
4174
|
-
"elementType": {
|
|
4175
|
-
"type": "keyword",
|
|
4176
|
-
"value": "any"
|
|
4177
|
-
}
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"type": "parenthesizedType",
|
|
4181
|
-
"annotation": {
|
|
4182
|
-
"type": "function",
|
|
4183
|
-
"parameters": [
|
|
4184
|
-
{
|
|
4185
|
-
"type": "restElement",
|
|
4186
|
-
"argument": {
|
|
4187
|
-
"type": "identifier",
|
|
4188
|
-
"name": "args"
|
|
4189
|
-
},
|
|
4190
|
-
"annotation": {
|
|
4191
|
-
"type": "array",
|
|
4192
|
-
"elementType": {
|
|
4193
|
-
"type": "keyword",
|
|
4194
|
-
"value": "any"
|
|
4195
|
-
}
|
|
4196
|
-
}
|
|
4197
|
-
}
|
|
4198
|
-
],
|
|
4199
|
-
"annotation": {
|
|
4200
|
-
"type": "array",
|
|
4201
|
-
"elementType": {
|
|
4202
|
-
"type": "keyword",
|
|
4203
|
-
"value": "any"
|
|
4204
|
-
}
|
|
4205
|
-
}
|
|
4206
|
-
}
|
|
4207
|
-
}
|
|
4208
|
-
]
|
|
4183
|
+
{
|
|
4184
|
+
"type": "jsLiteral",
|
|
4185
|
+
"value": "icon-circle"
|
|
4209
4186
|
},
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
"type": "propertySignature",
|
|
4214
|
-
"key": {
|
|
4215
|
-
"type": "identifier",
|
|
4216
|
-
"name": "transform"
|
|
4187
|
+
{
|
|
4188
|
+
"type": "jsLiteral",
|
|
4189
|
+
"value": "icon-square"
|
|
4217
4190
|
},
|
|
4218
|
-
|
|
4219
|
-
"type": "
|
|
4220
|
-
"
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4191
|
+
{
|
|
4192
|
+
"type": "jsLiteral",
|
|
4193
|
+
"value": "custom"
|
|
4194
|
+
}
|
|
4195
|
+
]
|
|
4196
|
+
}
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"type": "typeAlias",
|
|
4200
|
+
"name": "UIType",
|
|
4201
|
+
"annotation": {
|
|
4202
|
+
"type": "union",
|
|
4203
|
+
"types": [
|
|
4204
|
+
{
|
|
4205
|
+
"type": "jsLiteral",
|
|
4206
|
+
"value": "default"
|
|
4234
4207
|
},
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4208
|
+
{
|
|
4209
|
+
"type": "jsLiteral",
|
|
4210
|
+
"value": "dashboard"
|
|
4211
|
+
}
|
|
4212
|
+
]
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"type": "typeAlias",
|
|
4217
|
+
"name": "ComponentSize",
|
|
4218
|
+
"annotation": {
|
|
4219
|
+
"type": "union",
|
|
4220
|
+
"types": [
|
|
4221
|
+
{
|
|
4222
|
+
"type": "jsLiteral",
|
|
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
4239
|
}
|
|
4240
4240
|
]
|
|
4241
4241
|
},
|