@next-bricks/presentational-bricks 1.315.3 → 1.316.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 +114 -114
- package/dist/bricks.json +26 -26
- package/dist/{index.2b48686f.js → index.8bc19c2a.js} +2 -2
- package/dist/{index.2b48686f.js.map → index.8bc19c2a.js.map} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.b3d1604c.js → ~bricks-use-form-and-markdown.dd92.0f72e872.js} +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.0f72e872.js.map +1 -0
- package/dist/stories.json +10 -2
- package/package.json +2 -2
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.b3d1604c.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -13340,7 +13340,7 @@
|
|
|
13340
13340
|
"name": "__index",
|
|
13341
13341
|
"parameters": [
|
|
13342
13342
|
{
|
|
13343
|
-
"id":
|
|
13343
|
+
"id": 17685,
|
|
13344
13344
|
"name": "propName",
|
|
13345
13345
|
"kind": 32768,
|
|
13346
13346
|
"kindString": "Parameter",
|
|
@@ -17203,6 +17203,14 @@
|
|
|
17203
17203
|
"description": "对象存储桶名字,请在业务编排的时候与后台同学商量创建,一般一个业务需求对应一个存储桶名称,相当于 namespace。需要上传图片的功能(`supportUploadImg:true`)时可用。",
|
|
17204
17204
|
"group": "advanced"
|
|
17205
17205
|
},
|
|
17206
|
+
{
|
|
17207
|
+
"name": "imgCompressDisabled",
|
|
17208
|
+
"type": "boolean",
|
|
17209
|
+
"required": "-",
|
|
17210
|
+
"default": "false",
|
|
17211
|
+
"description": "为`true`时,上传图片不被压缩,调用oss接口传width=0和height=0,否则传width=1280和height=800",
|
|
17212
|
+
"group": "advanced"
|
|
17213
|
+
},
|
|
17206
17214
|
{
|
|
17207
17215
|
"name": "previewContainerStyle",
|
|
17208
17216
|
"type": "Record<string,any>",
|
|
@@ -19592,7 +19600,7 @@
|
|
|
19592
19600
|
"name": "__index",
|
|
19593
19601
|
"parameters": [
|
|
19594
19602
|
{
|
|
19595
|
-
"id":
|
|
19603
|
+
"id": 17685,
|
|
19596
19604
|
"name": "propName",
|
|
19597
19605
|
"kind": 32768,
|
|
19598
19606
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.316.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": "b261e8635bce51bc1cfe2c3304162aa18065fe4b"
|
|
77
77
|
}
|