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

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.
@@ -129,6 +129,9 @@ export var UndersignedPerson = function UndersignedPerson(props) {
129
129
  * 平台是否自动签署
130
130
  * */ _define_property(this, "platformAutoSign", void 0);
131
131
  /**
132
+ * 印章ID
133
+ * */ _define_property(this, "sealId", void 0);
134
+ /**
132
135
  * 备注
133
136
  * */ _define_property(this, "remark", void 0);
134
137
  var _props_type;
@@ -101,6 +101,10 @@ export declare class UndersignedPerson {
101
101
  * 平台是否自动签署
102
102
  * */
103
103
  platformAutoSign: boolean;
104
+ /**
105
+ * 印章ID
106
+ * */
107
+ sealId?: string;
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.3",
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": "562affb1956ef1ed9911b42207e556086e29d297"
35
35
  }