@next-bricks/basic-bricks 1.188.0 → 1.190.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/stories.json CHANGED
@@ -2956,6 +2956,13 @@
2956
2956
  "group": "dropdownButton"
2957
2957
  }
2958
2958
  ],
2959
+ "events": [
2960
+ {
2961
+ "type": "buttons.visible.change",
2962
+ "detail": "\"boolean\"",
2963
+ "description": "dropdown是否显示"
2964
+ }
2965
+ ],
2959
2966
  "methods": [
2960
2967
  {
2961
2968
  "name": "updateButton",
@@ -7847,84 +7854,16 @@
7847
7854
  {
7848
7855
  "brick": "basic-bricks.flex-layout",
7849
7856
  "description": {
7850
- "title": "设置列间隙columnGap",
7851
- "message": ""
7852
- },
7853
- "properties": {
7854
- "columnGap": "20px",
7855
- "style": {
7856
- "background": "AliceBlue",
7857
- "width": "247px",
7858
- "border": "1px solid black"
7859
- }
7860
- },
7861
- "slots": {
7862
- "": {
7863
- "bricks": [
7864
- {
7865
- "brick": "div",
7866
- "properties": {
7867
- "style": {
7868
- "background": "yellow"
7869
- },
7870
- "textContent": "NO.1"
7871
- }
7872
- },
7873
- {
7874
- "brick": "div",
7875
- "properties": {
7876
- "style": {
7877
- "background": "orange"
7878
- },
7879
- "textContent": "NO.2"
7880
- }
7881
- },
7882
- {
7883
- "brick": "div",
7884
- "properties": {
7885
- "style": {
7886
- "background": "DeepSkyBlue"
7887
- },
7888
- "textContent": "NO.3"
7889
- }
7890
- },
7891
- {
7892
- "brick": "div",
7893
- "properties": {
7894
- "style": {
7895
- "background": "Aquamarine"
7896
- },
7897
- "textContent": "NO.4"
7898
- }
7899
- },
7900
- {
7901
- "brick": "div",
7902
- "properties": {
7903
- "style": {
7904
- "background": "Chartreuse"
7905
- },
7906
- "textContent": "NO.5"
7907
- }
7908
- }
7909
- ],
7910
- "type": "bricks"
7911
- }
7912
- }
7913
- },
7914
- {
7915
- "brick": "basic-bricks.flex-layout",
7916
- "description": {
7917
- "title": "设置行间隙rowGap",
7857
+ "title": "使用gap改变元素间隙",
7918
7858
  "message": ""
7919
7859
  },
7920
7860
  "properties": {
7921
- "rowGap": "10px",
7922
- "columnGap": "20px",
7861
+ "gap": "20px",
7923
7862
  "flexWrap": "wrap",
7924
7863
  "style": {
7925
7864
  "background": "AliceBlue",
7926
- "width": "88px",
7927
- "border": "1px solid black"
7865
+ "border": "1px solid black",
7866
+ "width": "142px"
7928
7867
  }
7929
7868
  },
7930
7869
  "slots": {
@@ -8032,16 +7971,10 @@
8032
7971
  "description": "定义[flex-wrap]:设置换行方式"
8033
7972
  },
8034
7973
  {
8035
- "name": "columnGap",
8036
- "type": "string",
8037
- "required": false,
8038
- "description": "定义[column-gap]:设置元素列之间间隙"
8039
- },
8040
- {
8041
- "name": "rowGap",
7974
+ "name": "gap",
8042
7975
  "type": "string",
8043
7976
  "required": false,
8044
- "description": "定义[row-gap]:设置元素行之间间隙"
7977
+ "description": "定义[gap]:设置元素间隙"
8045
7978
  }
8046
7979
  ],
8047
7980
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.188.0",
3
+ "version": "1.190.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "be3bab75ba724835e9c03acb0f52e204d6b06a61"
42
+ "gitHead": "9afc41861304eff912d12e2f227d16e507d454a0"
43
43
  }