@next-bricks/presentational-bricks 1.336.4 → 1.336.6
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 +113 -113
- package/dist/bricks.json +26 -26
- package/dist/index.45e844f7.js +2 -0
- package/dist/index.45e844f7.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.ed5fa7f1.js +0 -2
- package/dist/index.ed5fa7f1.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9744,6 +9744,14 @@
|
|
|
9744
9744
|
"default": "-",
|
|
9745
9745
|
"description": "仅高亮搜索结果而不过滤其他节点",
|
|
9746
9746
|
"group": "basic"
|
|
9747
|
+
},
|
|
9748
|
+
{
|
|
9749
|
+
"name": "virtualScrollHeight",
|
|
9750
|
+
"type": "number | \"auto\"",
|
|
9751
|
+
"required": false,
|
|
9752
|
+
"default": "-",
|
|
9753
|
+
"description": "虚拟滚动时的高度 当为 \"auto\" 时自动计算容器高度",
|
|
9754
|
+
"group": "advanced"
|
|
9747
9755
|
}
|
|
9748
9756
|
],
|
|
9749
9757
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.336.
|
|
3
|
+
"version": "1.336.6",
|
|
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",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"@next-dll/ace": "*",
|
|
77
77
|
"@next-dll/react-dnd": "*"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "3a5de045398f96ccb0ae881359f0a0f2af96e550"
|
|
80
80
|
}
|