antd-management-fast-framework 1.11.42 → 1.11.43

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.
@@ -25,20 +25,11 @@ export function actionCore({ api, params, getApiData, target, handleData, succes
25
25
  showProcessing?: boolean | undefined;
26
26
  textProcessing?: string | undefined;
27
27
  }): Promise<void>;
28
- export function confirmActionCore({ title, content, okText, okType, cancelText, target, handleData, successCallback, okAction, successMessage, successMessageBuilder, showProcessing, }: {
29
- title: any;
30
- content: any;
31
- okText?: string | undefined;
32
- okType?: string | undefined;
33
- cancelText?: string | undefined;
34
- target: any;
35
- handleData: any;
36
- successCallback: any;
37
- okAction?: any;
38
- successMessage?: string | undefined;
39
- successMessageBuilder?: any;
40
- showProcessing?: boolean | undefined;
41
- }): Promise<void>;
28
+ /**
29
+ * confirmActionCore
30
+ * @param {*} param0
31
+ */
32
+ export function confirmActionCore({ title, content, okText, okType, cancelText, target, handleData, successCallback, okAction, successMessage, successMessageBuilder, showProcessing, }: any): Promise<void>;
42
33
  /**
43
34
  * 占位函数
44
35
  *
@@ -126,6 +126,11 @@ function handleItem(_ref2) {
126
126
  function actionCore(_x) {
127
127
  return _actionCore.apply(this, arguments);
128
128
  }
129
+ /**
130
+ * confirmActionCore
131
+ * @param {*} param0
132
+ */
133
+
129
134
 
130
135
  function _actionCore() {
131
136
  _actionCore = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(_ref3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.11.42",
3
+ "version": "1.11.43",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -167,5 +167,5 @@
167
167
  "bugs": {
168
168
  "url": "https://github.com/kityandhero/antd-management-fast-framework/issues"
169
169
  },
170
- "gitHead": "91de94909041eed2fa6290fdf3d6a5b20858c846"
170
+ "gitHead": "bea2ae30b8edcd330c315e30780414fbdfa91eb9"
171
171
  }