@baosight/er4j 0.0.18 → 0.0.20

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.
@@ -3124,7 +3124,7 @@ export declare namespace ER {
3124
3124
  updateService: string;
3125
3125
  deleteService: string;
3126
3126
  }, filterConfId: string, gridConfId: string, options?: {
3127
- processInInfo?: (inInfo: EiInfo) => EiInfo;
3127
+ processInInfo?: (inInfo: EiInfo, type: 'delete' | 'update' | 'insert' | 'save') => EiInfo;
3128
3128
  messageConfirm?: boolean | string;
3129
3129
  loadingOptions?: LoadingOptions;
3130
3130
  callServiceOptions?: CallServiceOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",