super-page-runtime 2.3.39 → 2.3.40-cdn1

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.
@@ -167,8 +167,8 @@ function V(e2, t2, n2, o2) {
167
167
  }
168
168
  function j(e2, t2) {
169
169
  let n2;
170
- return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((o2) => {
171
- n2 = n2 + A(e2, t2) + ",";
170
+ return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((e3) => {
171
+ n2 = n2 + A(e3, t2) + ",";
172
172
  }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = A(e2, t2))), n2;
173
173
  }
174
174
  function A(e2, t2) {
@@ -65,7 +65,14 @@ export declare function getSaveFormRequest(pageContext: PageContext, configureOb
65
65
  * @param isListButton
66
66
  */
67
67
  export declare function dealAfterOperate(pageContext: any, configureObj: any, data: any, successTip: any, isListButton?: boolean): void;
68
- export declare function updateValuesWhenCloseDialog(parentPageContext: any, parentConfigureObj: any, sourceModel: any, sourceTableName: any, valueMappings?: any): void;
68
+ export declare function updateValuesWhenCloseDialog({ parentPageContext, parentEventParams, parentConfigureObj, sourceModel, sourceTableName, valueMappings }: {
69
+ parentPageContext: any;
70
+ parentConfigureObj: any;
71
+ parentEventParams: any;
72
+ sourceModel: any;
73
+ sourceTableName: any;
74
+ valueMappings?: any;
75
+ }): void;
69
76
  export declare function refreshFormOrListPage(pageContext: any, configureObj: any, isRefreshWhenClosePopup: any, mySuccessOperation: any): void;
70
77
  export declare function doImportFinally(params: any, fileObj: any): void;
71
78
  export declare function judgeDataNumber(buttonConfigureObj: any, ids: any): boolean;