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

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.
@@ -81,6 +81,26 @@ export declare class UndersignedPerson {
81
81
  * 公司名称
82
82
  * */
83
83
  company: RightVariable;
84
+ /**
85
+ * 签署位置 自由签署 指定签署
86
+ * */
87
+ signaturePosition: 'free' | 'index';
88
+ /**
89
+ * 指定位置
90
+ * */
91
+ indexSignature: RightVariable;
92
+ /**
93
+ * 指定X轴位置
94
+ * */
95
+ posX?: number;
96
+ /**
97
+ * 指定Y轴位置
98
+ * */
99
+ posY?: number;
100
+ /**
101
+ * 平台是否自动签署
102
+ * */
103
+ platformAutoSign: boolean;
84
104
  /**
85
105
  * 备注
86
106
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "2.23.0",
3
+ "version": "2.23.1-beta.2",
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": "f4a6ce7bc3787d58dce10abfc627166273b3e741"
34
+ "gitHead": "a199c65f02e11e360ded703de64bf9e605a58da1"
35
35
  }