@ibiz/model-core 0.1.6 → 0.1.7
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.
package/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,13 @@ export interface IDEUIAction extends IUIAction {
|
|
|
30
30
|
* 来源 getPSDEOPPriv
|
|
31
31
|
*/
|
|
32
32
|
deopprivId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 异步操作行为
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @default false
|
|
37
|
+
* 来源 isAsyncAction
|
|
38
|
+
*/
|
|
39
|
+
asyncAction?: boolean;
|
|
33
40
|
/**
|
|
34
41
|
* 先保存目标数据
|
|
35
42
|
* @type {boolean}
|
package/package.json
CHANGED