@next-bricks/basic-bricks 1.188.0 → 1.189.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/CHANGELOG.md +11 -0
- package/deploy/contract.yaml +89 -89
- package/dist/bricks.json +28 -28
- package/dist/{index.ab89c7d9.js → index.886e1606.js} +2 -2
- package/dist/index.886e1606.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.ab89c7d9.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2956,6 +2956,13 @@
|
|
|
2956
2956
|
"group": "dropdownButton"
|
|
2957
2957
|
}
|
|
2958
2958
|
],
|
|
2959
|
+
"events": [
|
|
2960
|
+
{
|
|
2961
|
+
"type": "buttons.visible.change",
|
|
2962
|
+
"detail": "\"boolean\"",
|
|
2963
|
+
"description": "dropdown是否显示"
|
|
2964
|
+
}
|
|
2965
|
+
],
|
|
2959
2966
|
"methods": [
|
|
2960
2967
|
{
|
|
2961
2968
|
"name": "updateButton",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.189.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",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "26f5c3be304bfa2878d88fa1137121ec651450ec"
|
|
43
43
|
}
|