@varlet/ui 2.8.1 → 2.8.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -861,6 +861,81 @@
861
861
  }
862
862
  ]
863
863
  },
864
+ {
865
+ "name": "var-button-group",
866
+ "attributes": [
867
+ {
868
+ "name": "type",
869
+ "description": "Button Group type, Can be set to `default` `primary` `info` `success` `warning` `danger`",
870
+ "default": "default",
871
+ "value": {
872
+ "type": "string",
873
+ "kind": "expression"
874
+ }
875
+ },
876
+ {
877
+ "name": "size",
878
+ "description": "Button Group size, Can be set to `normal` `mini` `small` `large`",
879
+ "default": "normal",
880
+ "value": {
881
+ "type": "string",
882
+ "kind": "expression"
883
+ }
884
+ },
885
+ {
886
+ "name": "mode",
887
+ "description": "Button Group mode, Can be set to `normal` `text` `outline`",
888
+ "default": "normal",
889
+ "value": {
890
+ "type": "string",
891
+ "kind": "expression"
892
+ }
893
+ },
894
+ {
895
+ "name": "vertical",
896
+ "description": "Whether to be vertical button group",
897
+ "default": "false",
898
+ "value": {
899
+ "type": "boolean",
900
+ "kind": "expression"
901
+ }
902
+ },
903
+ {
904
+ "name": "elevation",
905
+ "description": "The shadow level of Button Group",
906
+ "default": "2",
907
+ "value": {
908
+ "type": "string | number",
909
+ "kind": "expression"
910
+ }
911
+ },
912
+ {
913
+ "name": "color",
914
+ "description": "Button Group background color",
915
+ "default": "-",
916
+ "value": {
917
+ "type": "string",
918
+ "kind": "expression"
919
+ }
920
+ },
921
+ {
922
+ "name": "text-color",
923
+ "description": "Button Group Text color",
924
+ "default": "-",
925
+ "value": {
926
+ "type": "string",
927
+ "kind": "expression"
928
+ }
929
+ }
930
+ ],
931
+ "events": [],
932
+ "slots": [
933
+ {
934
+ "name": "default",
935
+ "description": "Button group content"
936
+ }
937
+ ]
938
+ },
864
939
  {
865
940
  "name": "var-card",
866
941
  "attributes": [
@@ -894,9 +969,9 @@
894
969
  {
895
970
  "name": "elevation",
896
971
  "description": "The shadow level of Card",
897
- "default": "number_",
972
+ "default": "2",
898
973
  "value": {
899
- "type": "string \\",
974
+ "type": "string | number",
900
975
  "kind": "expression"
901
976
  }
902
977
  },
@@ -948,18 +1023,18 @@
948
1023
  {
949
1024
  "name": "image-height",
950
1025
  "description": "height of Image",
951
- "default": "number_",
1026
+ "default": "-",
952
1027
  "value": {
953
- "type": "string \\",
1028
+ "type": "string | number",
954
1029
  "kind": "expression"
955
1030
  }
956
1031
  },
957
1032
  {
958
1033
  "name": "image-width",
959
1034
  "description": "width of Image",
960
- "default": "number_",
1035
+ "default": "-",
961
1036
  "value": {
962
- "type": "string \\",
1037
+ "type": "string | number",
963
1038
  "kind": "expression"
964
1039
  }
965
1040
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -921,6 +921,81 @@
921
921
  }
922
922
  ]
923
923
  },
924
+ {
925
+ "name": "var-button-group",
926
+ "attributes": [
927
+ {
928
+ "name": "type",
929
+ "description": "按钮组类型,可选值为 `default` `primary` `info` `success` `warning` `danger`",
930
+ "default": "default",
931
+ "value": {
932
+ "type": "string",
933
+ "kind": "expression"
934
+ }
935
+ },
936
+ {
937
+ "name": "size",
938
+ "description": "按钮组尺寸,可选值为 `normal` `mini` `small` `large`",
939
+ "default": "normal",
940
+ "value": {
941
+ "type": "string",
942
+ "kind": "expression"
943
+ }
944
+ },
945
+ {
946
+ "name": "mode",
947
+ "description": "按钮组模式,可选值为 `normal` `text` `outline`",
948
+ "default": "normal",
949
+ "value": {
950
+ "type": "string",
951
+ "kind": "expression"
952
+ }
953
+ },
954
+ {
955
+ "name": "vertical",
956
+ "description": "按钮组是否竖直排列",
957
+ "default": "false",
958
+ "value": {
959
+ "type": "boolean",
960
+ "kind": "expression"
961
+ }
962
+ },
963
+ {
964
+ "name": "elevation",
965
+ "description": "按钮组阴影程度等级",
966
+ "default": "2",
967
+ "value": {
968
+ "type": "string | number",
969
+ "kind": "expression"
970
+ }
971
+ },
972
+ {
973
+ "name": "color",
974
+ "description": "按钮组背景颜色",
975
+ "default": "-",
976
+ "value": {
977
+ "type": "string",
978
+ "kind": "expression"
979
+ }
980
+ },
981
+ {
982
+ "name": "text-color",
983
+ "description": "按钮组文字颜色",
984
+ "default": "-",
985
+ "value": {
986
+ "type": "string",
987
+ "kind": "expression"
988
+ }
989
+ }
990
+ ],
991
+ "events": [],
992
+ "slots": [
993
+ {
994
+ "name": "default",
995
+ "description": "按钮组内容"
996
+ }
997
+ ]
998
+ },
924
999
  {
925
1000
  "name": "var-card",
926
1001
  "attributes": [
@@ -954,9 +1029,9 @@
954
1029
  {
955
1030
  "name": "elevation",
956
1031
  "description": "卡片阴影程度等级",
957
- "default": "number_",
1032
+ "default": "2",
958
1033
  "value": {
959
- "type": "string \\",
1034
+ "type": "string | number",
960
1035
  "kind": "expression"
961
1036
  }
962
1037
  },
@@ -1008,18 +1083,18 @@
1008
1083
  {
1009
1084
  "name": "image-height",
1010
1085
  "description": "图片高度",
1011
- "default": "number_",
1086
+ "default": "-",
1012
1087
  "value": {
1013
- "type": "string \\",
1088
+ "type": "string | number",
1014
1089
  "kind": "expression"
1015
1090
  }
1016
1091
  },
1017
1092
  {
1018
1093
  "name": "image-width",
1019
1094
  "description": "图片宽度",
1020
- "default": "number_",
1095
+ "default": "-",
1021
1096
  "value": {
1022
- "type": "string \\",
1097
+ "type": "string | number",
1023
1098
  "kind": "expression"
1024
1099
  }
1025
1100
  },