@byteluck-fe/model-driven-engine 2.8.0-alpha.7 → 2.8.0-alpha.9
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.
|
@@ -86,7 +86,7 @@ declare class Engine extends Watcher<EventKeys> {
|
|
|
86
86
|
};
|
|
87
87
|
getRules(controlId?: string): import("async-validator").Rules | undefined;
|
|
88
88
|
getAntdRules(controlId?: string): import("async-validator").Rules | undefined;
|
|
89
|
-
getState(controlId?: string, rowIndex?: number):
|
|
89
|
+
getState(controlId?: string, rowIndex?: number): any;
|
|
90
90
|
getEmptyState(controlId?: string): any;
|
|
91
91
|
/**
|
|
92
92
|
* 设置payload的options,提供在不是使用标准api修改state的时候可以传递options,会在本次任务执行完成之后清空
|
|
@@ -43,7 +43,7 @@ declare class Store {
|
|
|
43
43
|
* @param value
|
|
44
44
|
*/
|
|
45
45
|
setState(controlId: string, value: unknown, rowIndex?: number): void;
|
|
46
|
-
getState(controlId: string, rowIndex?: number):
|
|
46
|
+
getState(controlId: string, rowIndex?: number): any;
|
|
47
47
|
getEmptyState(controlId: string): Object | undefined;
|
|
48
48
|
getDataBind(controlId: string): DataBind | ObjectDataBind | undefined;
|
|
49
49
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-engine",
|
|
3
|
-
"version": "2.8.0-alpha.
|
|
3
|
+
"version": "2.8.0-alpha.9",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "~18.0.6"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "b62823681a12d3075dafbdf77f560de36264d1f9"
|
|
38
38
|
}
|