@next-bricks/presentational-bricks 1.278.0 → 1.279.0
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
|
@@ -7198,6 +7198,12 @@
|
|
|
7198
7198
|
"required": false,
|
|
7199
7199
|
"description": "[已废弃]支持为某列自定义展示构件"
|
|
7200
7200
|
},
|
|
7201
|
+
{
|
|
7202
|
+
"name": "filterDropdownBrick",
|
|
7203
|
+
"type": "{ useBrick: UseBrickConf }",
|
|
7204
|
+
"required": false,
|
|
7205
|
+
"description": "自定义筛选菜单"
|
|
7206
|
+
},
|
|
7201
7207
|
{
|
|
7202
7208
|
"name": "headerBrick",
|
|
7203
7209
|
"type": "{ useBrick: UseBrickConf }",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.279.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@next-dll/ace": "*",
|
|
69
69
|
"@next-dll/react-dnd": "*"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "8f28dc364c1929e9a6b19608a3ba24ad02f8c09e"
|
|
72
72
|
}
|