@next-bricks/basic-bricks 1.179.1 → 1.179.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.
package/dist/stories.json CHANGED
@@ -4107,6 +4107,14 @@
4107
4107
  "description": "是否隐藏取消按钮",
4108
4108
  "group": "basic"
4109
4109
  },
4110
+ {
4111
+ "name": "footerPosition",
4112
+ "type": "string",
4113
+ "required": "false",
4114
+ "default": "`right`",
4115
+ "description": "按钮的位置 left | center | right",
4116
+ "group": "basic"
4117
+ },
4110
4118
  {
4111
4119
  "name": "closeWhenOk",
4112
4120
  "type": "boolean",
@@ -4115,6 +4123,38 @@
4115
4123
  "description": "点击确定时,是否立即关闭模态框,如果设为`false`,则需要自行关闭。",
4116
4124
  "group": "basic"
4117
4125
  },
4126
+ {
4127
+ "name": "closeWhenCancel",
4128
+ "type": "boolean",
4129
+ "required": "false",
4130
+ "default": "`true`",
4131
+ "description": "点击取消时,是否立即关闭模态框,如果设为`false`,则需要自行关闭。",
4132
+ "group": "basic"
4133
+ },
4134
+ {
4135
+ "name": "isHiddenBodyPadding",
4136
+ "type": "boolean",
4137
+ "required": "false",
4138
+ "default": "`true`",
4139
+ "description": "是否需要隐藏弹窗内容的padding",
4140
+ "group": "basic"
4141
+ },
4142
+ {
4143
+ "name": "isHiddenHeaderBorder",
4144
+ "type": "boolean",
4145
+ "required": "false",
4146
+ "default": "`true`",
4147
+ "description": "是否需要隐藏弹窗头部的分割线",
4148
+ "group": "basic"
4149
+ },
4150
+ {
4151
+ "name": "isHiddenFooterColor",
4152
+ "type": "boolean",
4153
+ "required": "false",
4154
+ "default": "`true`",
4155
+ "description": "是否需要隐藏底部特殊的颜色",
4156
+ "group": "basic"
4157
+ },
4118
4158
  {
4119
4159
  "name": "enableFooterSlot",
4120
4160
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.179.1",
3
+ "version": "1.179.2",
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": "4117df4773a60bd046c9802fc0d156b49b414999"
42
+ "gitHead": "5a43720d33df3c1a4f2f7d6e6df64e8f5c589db9"
43
43
  }