@next-bricks/presentational-bricks 1.287.2 → 1.287.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/deploy/contract.yaml +76 -76
- package/dist/bricks.json +1 -1
- package/dist/index.b25697ff.js +2 -0
- package/dist/index.b25697ff.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.a31d7814.js +0 -2
- package/dist/index.a31d7814.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -6737,6 +6737,14 @@
|
|
|
6737
6737
|
"description": "自定义行展开的构件 [UseBrickConf](/next-docs/docs/api-reference/brick-types.usesinglebrickconf)",
|
|
6738
6738
|
"group": "expand"
|
|
6739
6739
|
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "emptyUseBrick",
|
|
6742
|
+
"type": "{useBrick:UseBrickConf}",
|
|
6743
|
+
"required": "false",
|
|
6744
|
+
"default": "-",
|
|
6745
|
+
"description": "自定义空状态的构件",
|
|
6746
|
+
"group": "expand"
|
|
6747
|
+
},
|
|
6740
6748
|
{
|
|
6741
6749
|
"name": "expandIcon",
|
|
6742
6750
|
"type": "{ collapsedIcon: MenuIcon,expandedIcon: MenuIcon}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.287.
|
|
3
|
+
"version": "1.287.3",
|
|
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",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@next-dll/ace": "*",
|
|
70
70
|
"@next-dll/react-dnd": "*"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "9f6f8d5cbe7c29b7a3715c0fa8c8b941f170affc"
|
|
73
73
|
}
|