@next-bricks/presentational-bricks 1.331.0 → 1.332.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 +117 -117
- package/dist/bricks.json +28 -28
- package/dist/{index.b927b7b5.js → index.121efea0.js} +2 -2
- package/dist/index.121efea0.js.map +1 -0
- package/dist/lazy-bricks/{~bricks-use-html-to-react.dd92.7f866e88.js → ~bricks-use-html-to-react.dd92.2c13411f.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.2c13411f.js.map +1 -0
- package/dist/stories.json +16 -0
- package/package.json +2 -2
- package/dist/index.b927b7b5.js.map +0 -1
- package/dist/lazy-bricks/~bricks-use-html-to-react.dd92.7f866e88.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -20182,6 +20182,22 @@
|
|
|
20182
20182
|
],
|
|
20183
20183
|
"dockind": "brick",
|
|
20184
20184
|
"properties": [
|
|
20185
|
+
{
|
|
20186
|
+
"name": "type",
|
|
20187
|
+
"type": "\"string\"",
|
|
20188
|
+
"required": "false",
|
|
20189
|
+
"default": "\"group\"",
|
|
20190
|
+
"description": "用户组类型, 代表头像模式还是文本模式",
|
|
20191
|
+
"group": "basic"
|
|
20192
|
+
},
|
|
20193
|
+
{
|
|
20194
|
+
"name": "separator",
|
|
20195
|
+
"type": "string",
|
|
20196
|
+
"required": "false",
|
|
20197
|
+
"default": "\";\"",
|
|
20198
|
+
"description": "用户组分隔符,默认是分号;仅在 type 为 text 时有效",
|
|
20199
|
+
"group": "basic"
|
|
20200
|
+
},
|
|
20185
20201
|
{
|
|
20186
20202
|
"name": "userNameOrIds",
|
|
20187
20203
|
"type": "string[]",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.332.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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@next-dll/ace": "*",
|
|
76
76
|
"@next-dll/react-dnd": "*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a8e48930a911606a658aa6bfec15c081dc06bb52"
|
|
79
79
|
}
|