@next-bricks/basic-bricks 1.224.1 → 1.225.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/deploy/contract.yaml +52 -52
- package/dist/bricks.json +1 -1
- package/dist/index.54ad593f.js +10 -0
- package/dist/index.54ad593f.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.3a27982f.js +0 -10
- package/dist/index.3a27982f.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -7970,6 +7970,13 @@
|
|
|
7970
7970
|
"required": "false",
|
|
7971
7971
|
"default": "-",
|
|
7972
7972
|
"description": "菜单顶部操作按钮"
|
|
7973
|
+
},
|
|
7974
|
+
{
|
|
7975
|
+
"name": "isThirdLevel",
|
|
7976
|
+
"type": "boolean",
|
|
7977
|
+
"required": "false",
|
|
7978
|
+
"default": "",
|
|
7979
|
+
"description": "是否作为页面三级菜单出现,如果为true,菜单高度为100%"
|
|
7973
7980
|
}
|
|
7974
7981
|
],
|
|
7975
7982
|
"interface": []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.225.0",
|
|
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": "b04e7126ec73470922137ce48f6db15a7ccd15da"
|
|
56
56
|
}
|