@byteluck-fe/model-driven-controls 2.23.1-beta.1 → 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.
@@ -89,6 +89,22 @@ export declare class UndersignedPerson {
89
89
  * 指定位置
90
90
  * */
91
91
  indexSignature: RightVariable;
92
+ /**
93
+ * 指定X轴位置
94
+ * */
95
+ posX?: number;
96
+ /**
97
+ * 指定Y轴位置
98
+ * */
99
+ posY?: number;
100
+ /**
101
+ * 平台是否自动签署
102
+ * */
103
+ platformAutoSign: boolean;
104
+ /**
105
+ * 印章ID
106
+ * */
107
+ sealId?: string;
92
108
  /**
93
109
  * 备注
94
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.1",
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": "594e718e2fe7a42c40a3abac31670911f2aac42b"
34
+ "gitHead": "562affb1956ef1ed9911b42207e556086e29d297"
35
35
  }