@byteluck-fe/model-driven-controls 2.22.1-beta.1 → 2.23.0-beta.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.
@@ -25,6 +25,7 @@ declare class AttachmentProperty extends BaseControlProperty {
25
25
  * maxSize 存储大小,单位为Byte,默认值为100MB
26
26
  * */
27
27
  maxSize: number;
28
+ operation: string[];
28
29
  constructor(props?: Partial<AttachmentProperty>);
29
30
  }
30
31
  export default AttachmentProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.22.1-beta.1",
3
+ "version": "2.23.0-beta.0",
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.22.1-beta.1",
30
- "@byteluck-fe/model-driven-settings": "2.22.1-beta.1",
31
- "@byteluck-fe/model-driven-shared": "2.22.1-beta.1",
29
+ "@byteluck-fe/model-driven-core": "2.22.1-beta.2",
30
+ "@byteluck-fe/model-driven-settings": "2.22.1-beta.2",
31
+ "@byteluck-fe/model-driven-shared": "2.22.1-beta.2",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "e78c67c0aa0e8d3d79b3c79008ba90215fca0542"
34
+ "gitHead": "f99cbc909ed8baf0e09edb8dc0d9cb3eb113403b"
35
35
  }