@byteluck-fe/model-driven-controls 2.23.1-beta.2 → 2.23.1-beta.4

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.
@@ -101,6 +101,10 @@ export declare class UndersignedPerson {
101
101
  * 平台是否自动签署
102
102
  * */
103
103
  platformAutoSign: boolean;
104
+ /**
105
+ * 印章ID
106
+ * */
107
+ seal: RightVariable;
104
108
  /**
105
109
  * 备注
106
110
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.23.1-beta.2",
3
+ "version": "2.23.1-beta.4",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "2.23.0",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "a199c65f02e11e360ded703de64bf9e605a58da1"
34
+ "gitHead": "390b4d582458bd014dcaa7884bbf864a39611c09"
35
35
  }