@next-bricks/presentational-bricks 1.312.1 → 1.313.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 +98 -98
- package/dist/bricks.json +12 -12
- package/dist/{index.9bc403ce.js → index.c0c6c623.js} +2 -2
- package/dist/{index.9bc403ce.js.map → index.c0c6c623.js.map} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.555f0cb0.js → ~bricks-use-form-and-markdown.dd92.7b68318d.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.7b68318d.js.map +1 -0
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.555f0cb0.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -16959,6 +16959,14 @@
|
|
|
16959
16959
|
"description": "markdown 图片是否支持预览",
|
|
16960
16960
|
"group": "basic"
|
|
16961
16961
|
},
|
|
16962
|
+
{
|
|
16963
|
+
"name": "hideImgPreviewMask",
|
|
16964
|
+
"type": "boolean",
|
|
16965
|
+
"required": "false",
|
|
16966
|
+
"default": "true",
|
|
16967
|
+
"description": "是否隐藏图片预览遮罩",
|
|
16968
|
+
"group": "basic"
|
|
16969
|
+
},
|
|
16962
16970
|
{
|
|
16963
16971
|
"name": "imagePreviewOperationInBottom",
|
|
16964
16972
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.313.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": "64172ee6cf07a3ba9602d59b3d3fb818368ce09c"
|
|
77
77
|
}
|