@baosight/er4j 0.0.50 → 0.0.52
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/er4j-dist/er4j.es.js +5631 -5604
- package/er4j-dist/er4j.es.js.map +1 -1
- package/er4j-dist/er4j.umd.js +40 -40
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/types/utils/er.d.ts +3 -3
- package/package.json +1 -1
|
@@ -3202,8 +3202,8 @@ export declare namespace ER {
|
|
|
3202
3202
|
showLoading?: boolean;
|
|
3203
3203
|
}, serviceName?: string): Promise<EiInfo>;
|
|
3204
3204
|
/**
|
|
3205
|
-
* 查询数据并合并到Grid
|
|
3206
|
-
* @param serviceName
|
|
3205
|
+
* 根据service或者DataSource查询数据并合并到Grid
|
|
3206
|
+
* @param serviceName 服务名称或数据源配置ID
|
|
3207
3207
|
* @param filterConfId 过滤配置ID
|
|
3208
3208
|
* @param gridConfId Grid配置ID
|
|
3209
3209
|
* @param options 选项
|
|
@@ -3214,7 +3214,7 @@ export declare namespace ER {
|
|
|
3214
3214
|
callServiceOptions?: CallServiceOptions;
|
|
3215
3215
|
filterBlockId?: string;
|
|
3216
3216
|
gridBlockId?: string;
|
|
3217
|
-
}): Promise<
|
|
3217
|
+
}): Promise<any>;
|
|
3218
3218
|
/**
|
|
3219
3219
|
* 保存Grid数据
|
|
3220
3220
|
* @param saveSerivce 保存服务
|