@byteluck-fe/model-driven-controls 2.23.1-beta.3 → 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.
@@ -130,7 +130,7 @@ export var UndersignedPerson = function UndersignedPerson(props) {
130
130
  * */ _define_property(this, "platformAutoSign", void 0);
131
131
  /**
132
132
  * 印章ID
133
- * */ _define_property(this, "sealId", void 0);
133
+ * */ _define_property(this, "seal", void 0);
134
134
  /**
135
135
  * 备注
136
136
  * */ _define_property(this, "remark", void 0);
@@ -156,6 +156,10 @@ export var UndersignedPerson = function UndersignedPerson(props) {
156
156
  });
157
157
  var _props_signaturePosition;
158
158
  this.signaturePosition = (_props_signaturePosition = props === null || props === void 0 ? void 0 : props.signaturePosition) !== null && _props_signaturePosition !== void 0 ? _props_signaturePosition : 'free';
159
+ var _props_seal;
160
+ this.seal = new RightVariable((_props_seal = props === null || props === void 0 ? void 0 : props.seal) !== null && _props_seal !== void 0 ? _props_seal : {
161
+ type: 'form'
162
+ });
159
163
  var _props_platformAutoSign;
160
164
  this.platformAutoSign = (_props_platformAutoSign = props === null || props === void 0 ? void 0 : props.platformAutoSign) !== null && _props_platformAutoSign !== void 0 ? _props_platformAutoSign : false;
161
165
  var _props_posX;