@byteluck-fe/model-driven-controls 2.23.1-beta.4 → 2.23.2-beta.0
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.
|
@@ -11,6 +11,7 @@ declare class Employee2Control extends DesignerFormControl {
|
|
|
11
11
|
required: boolean;
|
|
12
12
|
}[];
|
|
13
13
|
static controlFieldType: FieldTypes;
|
|
14
|
+
static readonly controlEventKeys: string[];
|
|
14
15
|
static readonly setting: SettingOption[];
|
|
15
16
|
readonly props: Employee2Property;
|
|
16
17
|
constructor(props?: Partial<Schema<'employee2'>>);
|
|
@@ -101,6 +101,18 @@ export declare class UndersignedPerson {
|
|
|
101
101
|
* 平台是否自动签署
|
|
102
102
|
* */
|
|
103
103
|
platformAutoSign: boolean;
|
|
104
|
+
/**
|
|
105
|
+
* 是否需要添加签署日期 0-禁止 1-必须 2-不限制,默认0
|
|
106
|
+
* */
|
|
107
|
+
signDateBeanType: 0 | 1 | 2;
|
|
108
|
+
/**
|
|
109
|
+
* 签署日期字体大小
|
|
110
|
+
* */
|
|
111
|
+
signDateFontSize?: number;
|
|
112
|
+
/**
|
|
113
|
+
* 签署日期格式
|
|
114
|
+
* */
|
|
115
|
+
signDateFormat?: string;
|
|
104
116
|
/**
|
|
105
117
|
* 印章ID
|
|
106
118
|
* */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.2-beta.0",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@byteluck-fe/model-driven-core": "2.23.
|
|
30
|
-
"@byteluck-fe/model-driven-settings": "2.23.
|
|
31
|
-
"@byteluck-fe/model-driven-shared": "2.23.
|
|
29
|
+
"@byteluck-fe/model-driven-core": "2.23.2",
|
|
30
|
+
"@byteluck-fe/model-driven-settings": "2.23.2",
|
|
31
|
+
"@byteluck-fe/model-driven-shared": "2.23.2",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "27441370d360a06cc3594f59a533227d1b07d862"
|
|
35
35
|
}
|