@next-bricks/presentational-bricks 1.291.2 → 1.292.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 +79 -79
- package/dist/bricks.json +2 -2
- package/dist/index.8ee3b1dd.js +2 -0
- package/dist/index.8ee3b1dd.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.cae45abf.js +0 -2
- package/dist/index.cae45abf.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -9147,6 +9147,14 @@
|
|
|
9147
9147
|
"default": "-",
|
|
9148
9148
|
"description": "树的最右边自定义项"
|
|
9149
9149
|
},
|
|
9150
|
+
{
|
|
9151
|
+
"name": "suffixStopEvent",
|
|
9152
|
+
"type": "boolean",
|
|
9153
|
+
"required": "false",
|
|
9154
|
+
"default": "false",
|
|
9155
|
+
"description": "最右自定义项事件是否冒泡",
|
|
9156
|
+
"group": "advanced"
|
|
9157
|
+
},
|
|
9150
9158
|
{
|
|
9151
9159
|
"name": "afterSearchBrick",
|
|
9152
9160
|
"type": "{useBrick:[UseBrickConf](http://docs.developers.easyops.cn/docs/api-reference/brick-types.usebrickconf)}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.292.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",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@next-dll/ace": "*",
|
|
70
70
|
"@next-dll/react-dnd": "*"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f11622d3c594c1904fbc1a5894245b3389efbda0"
|
|
73
73
|
}
|