@byteluck-fe/model-driven-controls 2.8.1-alpha.7 → 2.8.1-beta1

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.
@@ -10,7 +10,7 @@ declare class TextColumnControlProperty extends ColumnControlProperty {
10
10
  static readonly Rules: typeof TextColumnControlPropertyRules;
11
11
  /**
12
12
  * 保留富文本格式
13
- * @defaultValue true
13
+ * @defaultValue false
14
14
  * @public
15
15
  * */
16
16
  escapeHTML: boolean;
@@ -19,6 +19,8 @@ declare class AttachmentProperty extends BaseControlProperty {
19
19
  attachmentAccept: string[];
20
20
  maxLimit: number;
21
21
  minLimit: number;
22
+ isShowWatermark: boolean;
23
+ watermarkFx: object;
22
24
  /**
23
25
  * maxSize 存储大小,单位为Byte,默认值为100MB
24
26
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.8.1-alpha.7",
3
+ "version": "2.8.1-beta1",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.8.1-alpha.5",
30
- "@byteluck-fe/model-driven-settings": "2.8.1-alpha.5",
31
- "@byteluck-fe/model-driven-shared": "2.8.1-alpha.5",
29
+ "@byteluck-fe/model-driven-core": "2.8.1-beta1",
30
+ "@byteluck-fe/model-driven-settings": "2.8.1-beta1",
31
+ "@byteluck-fe/model-driven-shared": "2.8.1-beta1",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "840c113efd4f5bcd3ef04e943958eda37ee4ddc9"
34
+ "gitHead": "be42b5cb2bd47576ccef9cf1d74d97cbd6cc9132"
35
35
  }