@next-bricks/basic-bricks 1.250.1 → 1.250.3

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
@@ -1645,6 +1645,18 @@
1645
1645
  "required": false,
1646
1646
  "description": "箭头是否指向目标元素中心"
1647
1647
  },
1648
+ {
1649
+ "name": "overlayInnerStyle",
1650
+ "type": "CSSProperties",
1651
+ "required": false,
1652
+ "description": "卡片内容区域的样式对象"
1653
+ },
1654
+ {
1655
+ "name": "overlayStyle",
1656
+ "type": "CSSProperties",
1657
+ "required": false,
1658
+ "description": "卡片样式"
1659
+ },
1648
1660
  {
1649
1661
  "name": "placement",
1650
1662
  "type": "TooltipPlacement",
@@ -3434,6 +3446,14 @@
3434
3446
  "description": "按钮组中 isDropdown 为 true 的按钮收纳成 dropdown。isMoreButton 为 true 时更多按钮显示纯icon样式,为 false 时显示icon+文字样式。",
3435
3447
  "group": "moreButton"
3436
3448
  },
3449
+ {
3450
+ "name": "useButtonDataSource",
3451
+ "type": "boolean",
3452
+ "required": false,
3453
+ "default": "false",
3454
+ "description": "按钮组中 的按钮点击事件的detail返回按钮自身的dataSource,而不是整体的dataSource",
3455
+ "group": "moreButton"
3456
+ },
3437
3457
  {
3438
3458
  "name": "moreBtnIcon",
3439
3459
  "type": "MenuIcon | string",
@@ -3561,6 +3581,12 @@
3561
3581
  "required": false,
3562
3582
  "description": "是否显示为危险样式"
3563
3583
  },
3584
+ {
3585
+ "name": "dataSource",
3586
+ "type": "any",
3587
+ "required": false,
3588
+ "description": "每个事件的数据源"
3589
+ },
3564
3590
  {
3565
3591
  "name": "disabled",
3566
3592
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.250.1",
3
+ "version": "1.250.3",
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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "c132d63b36ab24d5a334db3e721baabe9a007249"
55
+ "gitHead": "f4c26b67bfb3761871c67b2c8e25241cee8d9f5f"
56
56
  }