@next-bricks/presentational-bricks 1.311.2 → 1.312.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 +109 -109
- package/dist/bricks.json +20 -20
- package/dist/index.136eb0af.js +2 -0
- package/dist/index.136eb0af.js.map +1 -0
- package/dist/stories.json +7 -0
- package/package.json +2 -2
- package/dist/index.68368e22.js +0 -2
- package/dist/index.68368e22.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -12473,6 +12473,13 @@
|
|
|
12473
12473
|
"required": true
|
|
12474
12474
|
}
|
|
12475
12475
|
],
|
|
12476
|
+
"events": [
|
|
12477
|
+
{
|
|
12478
|
+
"type": "collapse.change",
|
|
12479
|
+
"detail": "boolean",
|
|
12480
|
+
"description": "折叠状态改变"
|
|
12481
|
+
}
|
|
12482
|
+
],
|
|
12476
12483
|
"methods": [
|
|
12477
12484
|
{
|
|
12478
12485
|
"name": "close",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.312.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "862526f075c9f82cdb07623251dbdb1645336cb4"
|
|
77
77
|
}
|