@next-bricks/presentational-bricks 1.315.2 → 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/dist/stories.json CHANGED
@@ -12486,6 +12486,11 @@
12486
12486
  "name": "subscriptConfig",
12487
12487
  "type": "any",
12488
12488
  "required": true
12489
+ },
12490
+ {
12491
+ "name": "operatingAreaStyle",
12492
+ "type": "CSSProperties",
12493
+ "required": true
12489
12494
  }
12490
12495
  ],
12491
12496
  "events": [
@@ -13335,7 +13340,7 @@
13335
13340
  "name": "__index",
13336
13341
  "parameters": [
13337
13342
  {
13338
- "id": 17684,
13343
+ "id": 17685,
13339
13344
  "name": "propName",
13340
13345
  "kind": 32768,
13341
13346
  "kindString": "Parameter",
@@ -17198,6 +17203,14 @@
17198
17203
  "description": "对象存储桶名字,请在业务编排的时候与后台同学商量创建,一般一个业务需求对应一个存储桶名称,相当于 namespace。需要上传图片的功能(`supportUploadImg:true`)时可用。",
17199
17204
  "group": "advanced"
17200
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
+ },
17201
17214
  {
17202
17215
  "name": "previewContainerStyle",
17203
17216
  "type": "Record<string,any>",
@@ -19587,7 +19600,7 @@
19587
19600
  "name": "__index",
19588
19601
  "parameters": [
19589
19602
  {
19590
- "id": 17684,
19603
+ "id": 17685,
19591
19604
  "name": "propName",
19592
19605
  "kind": 32768,
19593
19606
  "kindString": "Parameter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.315.2",
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": "4d1b0bb758085af497039119d17aa9183ca113a7"
76
+ "gitHead": "b261e8635bce51bc1cfe2c3304162aa18065fe4b"
77
77
  }