@byteluck-fe/model-driven-core 2.10.0-alpha.21 → 2.10.0-alpha.22
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.
|
@@ -110,7 +110,7 @@ export declare class ListBind {
|
|
|
110
110
|
export declare class FieldBindItem {
|
|
111
111
|
fieldName: string;
|
|
112
112
|
fieldCode: string;
|
|
113
|
-
fieldType:
|
|
113
|
+
fieldType: string;
|
|
114
114
|
constructor(props?: Partial<FieldBindItem>);
|
|
115
115
|
}
|
|
116
116
|
export declare class SubListItem extends FormBind {
|
|
@@ -270,7 +270,7 @@ export declare class DisplayBoListItem {
|
|
|
270
270
|
/**
|
|
271
271
|
* 字段数据类型
|
|
272
272
|
*/
|
|
273
|
-
fieldType?:
|
|
273
|
+
fieldType?: string;
|
|
274
274
|
constructor(props?: Partial<DisplayBoListItem>);
|
|
275
275
|
}
|
|
276
276
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-core",
|
|
3
|
-
"version": "2.10.0-alpha.
|
|
3
|
+
"version": "2.10.0-alpha.22",
|
|
4
4
|
"description": "model engine core",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"async-validator": "3.5.1",
|
|
31
31
|
"tslib": "^2.1.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "cdc2650eff27bf27d1578d5885e98396d561f795"
|
|
34
34
|
}
|