@next-bricks/basic-bricks 1.250.1 → 1.250.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
|
@@ -3434,6 +3434,14 @@
|
|
|
3434
3434
|
"description": "按钮组中 isDropdown 为 true 的按钮收纳成 dropdown。isMoreButton 为 true 时更多按钮显示纯icon样式,为 false 时显示icon+文字样式。",
|
|
3435
3435
|
"group": "moreButton"
|
|
3436
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "useButtonDataSource",
|
|
3439
|
+
"type": "boolean",
|
|
3440
|
+
"required": false,
|
|
3441
|
+
"default": "false",
|
|
3442
|
+
"description": "按钮组中 的按钮点击事件的detail返回按钮自身的dataSource,而不是整体的dataSource",
|
|
3443
|
+
"group": "moreButton"
|
|
3444
|
+
},
|
|
3437
3445
|
{
|
|
3438
3446
|
"name": "moreBtnIcon",
|
|
3439
3447
|
"type": "MenuIcon | string",
|
|
@@ -3561,6 +3569,12 @@
|
|
|
3561
3569
|
"required": false,
|
|
3562
3570
|
"description": "是否显示为危险样式"
|
|
3563
3571
|
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "dataSource",
|
|
3574
|
+
"type": "any",
|
|
3575
|
+
"required": false,
|
|
3576
|
+
"description": "每个事件的数据源"
|
|
3577
|
+
},
|
|
3564
3578
|
{
|
|
3565
3579
|
"name": "disabled",
|
|
3566
3580
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.250.
|
|
3
|
+
"version": "1.250.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",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "ddbb7eb48ba9e903093d930d6db2ba3ecb6b0fc2"
|
|
56
56
|
}
|