@next-bricks/basic-bricks 1.180.10 → 1.180.11

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
@@ -3400,16 +3400,16 @@
3400
3400
  ],
3401
3401
  "history": [
3402
3402
  {
3403
- "version": "1.30.0",
3404
- "change": "新增 `bodyStyle` 和 `drawerStyle` 配置"
3403
+ "version": "1.60.0",
3404
+ "change": "`open` 和 `close` 方法新增 `noEvent` 选项"
3405
3405
  },
3406
3406
  {
3407
3407
  "version": "1.34.0",
3408
3408
  "change": "新增插槽 `headerLeft`, `headerRight` 和 `footer`,新增 `general.drawer.open` 事件"
3409
3409
  },
3410
3410
  {
3411
- "version": "1.60.0",
3412
- "change": "`open` 和 `close` 方法新增 `noEvent` 选项"
3411
+ "version": "1.30.0",
3412
+ "change": "新增 `bodyStyle` 和 `drawerStyle` 配置"
3413
3413
  }
3414
3414
  ],
3415
3415
  "memo": "### OpenCloseOption\n\n| property | type | required | default | description |\n| -------- | --------- | -------- | ------- | ----------- |\n| noEvent | `boolean` | - | - | 不触发事件 |",
@@ -3430,14 +3430,6 @@
3430
3430
  "description": "是否显示loading效果",
3431
3431
  "group": "basic"
3432
3432
  },
3433
- {
3434
- "name": "width",
3435
- "type": "number",
3436
- "required": "false",
3437
- "default": "-",
3438
- "description": "宽度",
3439
- "group": "basic"
3440
- },
3441
3433
  {
3442
3434
  "name": "closable",
3443
3435
  "type": "boolean",
@@ -3468,7 +3460,15 @@
3468
3460
  "required": "false",
3469
3461
  "default": "true",
3470
3462
  "description": "是否展示遮罩",
3471
- "group": "basic"
3463
+ "group": "ui"
3464
+ },
3465
+ {
3466
+ "name": "width",
3467
+ "type": "number",
3468
+ "required": "false",
3469
+ "default": "-",
3470
+ "description": "宽度",
3471
+ "group": "ui"
3472
3472
  },
3473
3473
  {
3474
3474
  "name": "bodyStyle",
@@ -3476,7 +3476,7 @@
3476
3476
  "required": "false",
3477
3477
  "default": "-",
3478
3478
  "description": "可用于设置 Drawer 内容部分的样式",
3479
- "group": "advanced"
3479
+ "group": "ui"
3480
3480
  },
3481
3481
  {
3482
3482
  "name": "drawerStyle",
@@ -3484,7 +3484,7 @@
3484
3484
  "required": "false",
3485
3485
  "default": "-",
3486
3486
  "description": "用于设置 Drawer 弹出层的样式",
3487
- "group": "advanced"
3487
+ "group": "ui"
3488
3488
  },
3489
3489
  {
3490
3490
  "name": "headerStyle",
@@ -3492,7 +3492,15 @@
3492
3492
  "required": "false",
3493
3493
  "default": "-",
3494
3494
  "description": "用于设置 Drawer 头部的样式",
3495
- "group": "advanced"
3495
+ "group": "ui"
3496
+ },
3497
+ {
3498
+ "name": "isFloat",
3499
+ "type": "boolean",
3500
+ "default": "false",
3501
+ "required": "false",
3502
+ "description": "是否浮层样式,如果设为true,则抽屉边缘会有外边距,圆角和阴影",
3503
+ "group": "ui"
3496
3504
  },
3497
3505
  {
3498
3506
  "name": "configProps",
@@ -3500,14 +3508,7 @@
3500
3508
  "required": "false",
3501
3509
  "default": "-",
3502
3510
  "description": "完全透传给 antd 的 Drawer 属性,详见:[https://ant.design/components/drawer-cn/#API](https://ant.design/components/drawer-cn/#API)",
3503
- "group": "advanced"
3504
- },
3505
- {
3506
- "name": "isFloat",
3507
- "type": "boolean",
3508
- "default": "false",
3509
- "required": "false",
3510
- "description": "是否浮层样式,如果设为true,则抽屉边缘会有外边距,圆角和阴影"
3511
+ "group": "other"
3511
3512
  },
3512
3513
  {
3513
3514
  "name": "scrollToTopWhenOpen",
@@ -3515,7 +3516,7 @@
3515
3516
  "required": "false",
3516
3517
  "default": "-",
3517
3518
  "description": "打开抽屉时内容区是否自动滚动到顶部",
3518
- "group": "basic"
3519
+ "group": "other"
3519
3520
  }
3520
3521
  ],
3521
3522
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.180.10",
3
+ "version": "1.180.11",
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": "7f78e1fcd0e57cc6b1ceab891161c6cfeed3c7ae"
42
+ "gitHead": "591dc43553770586682ca3e0cae81e7b7ca60323"
43
43
  }