antd-management-fast-framework 1.12.73 → 1.12.76

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.
@@ -204,7 +204,10 @@ function _actionCore() {
204
204
  }
205
205
 
206
206
  if ((0, _tools.isFunction)(beforeProcess)) {
207
- beforeProcess();
207
+ beforeProcess({
208
+ target: target,
209
+ handleData: handleData
210
+ });
208
211
  }
209
212
 
210
213
  if (setProgressingFirst) {
@@ -384,7 +387,10 @@ function remoteAction(_ref3) {
384
387
  });
385
388
 
386
389
  if ((0, _tools.isFunction)(completeProcess)) {
387
- completeProcess();
390
+ completeProcess({
391
+ target: target,
392
+ handleData: handleData
393
+ });
388
394
  }
389
395
  });
390
396
  }
@@ -479,16 +479,21 @@ export namespace iconCollection {
479
479
  const help_1: JSX.Element;
480
480
  export { help_1 as help };
481
481
  export const add: JSX.Element;
482
+ export const plus: JSX.Element;
482
483
  export const addCircle: JSX.Element;
484
+ export const plusCircle: JSX.Element;
483
485
  export const reload: JSX.Element;
484
486
  export const edit: JSX.Element;
485
487
  export const enable: JSX.Element;
486
488
  export const disable: JSX.Element;
489
+ export const playCircle: JSX.Element;
490
+ export const pauseCircle: JSX.Element;
487
491
  const _delete: JSX.Element;
488
492
  export { _delete as delete };
489
493
  export const clock: JSX.Element;
490
494
  const close_1: JSX.Element;
491
495
  export { close_1 as close };
496
+ export const closeCircle: JSX.Element;
492
497
  export const copy: JSX.Element;
493
498
  export const eye: JSX.Element;
494
499
  const _export: JSX.Element;
@@ -579,4 +584,17 @@ export namespace iconCollection {
579
584
  export const rollback: JSX.Element;
580
585
  export const snippets: JSX.Element;
581
586
  export const compress: JSX.Element;
587
+ export const minusCircle: JSX.Element;
588
+ const select_1: JSX.Element;
589
+ export { select_1 as select };
590
+ export const plusSquare: JSX.Element;
591
+ export const unorderedList: JSX.Element;
592
+ export const fork: JSX.Element;
593
+ export const bug: JSX.Element;
594
+ export const cloudDownload: JSX.Element;
595
+ export const reconciliation: JSX.Element;
596
+ export const apartment: JSX.Element;
597
+ export const dingDing: JSX.Element;
598
+ export const macCommand: JSX.Element;
599
+ export const inbox: JSX.Element;
582
600
  }
@@ -920,14 +920,19 @@ exports.mobileTypeCollection = mobileTypeCollection;
920
920
  var iconCollection = {
921
921
  help: /*#__PURE__*/_react.default.createElement(_icons.InfoCircleOutlined, null),
922
922
  add: /*#__PURE__*/_react.default.createElement(_icons.PlusOutlined, null),
923
+ plus: /*#__PURE__*/_react.default.createElement(_icons.PlusOutlined, null),
923
924
  addCircle: /*#__PURE__*/_react.default.createElement(_icons.PlusCircleOutlined, null),
925
+ plusCircle: /*#__PURE__*/_react.default.createElement(_icons.PlusCircleOutlined, null),
924
926
  reload: /*#__PURE__*/_react.default.createElement(_icons.ReloadOutlined, null),
925
927
  edit: /*#__PURE__*/_react.default.createElement(_icons.EditOutlined, null),
926
928
  enable: /*#__PURE__*/_react.default.createElement(_icons.PlayCircleOutlined, null),
927
929
  disable: /*#__PURE__*/_react.default.createElement(_icons.PauseCircleOutlined, null),
930
+ playCircle: /*#__PURE__*/_react.default.createElement(_icons.PlayCircleOutlined, null),
931
+ pauseCircle: /*#__PURE__*/_react.default.createElement(_icons.PauseCircleOutlined, null),
928
932
  delete: /*#__PURE__*/_react.default.createElement(_icons.DeleteOutlined, null),
929
933
  clock: /*#__PURE__*/_react.default.createElement(_icons.ClockCircleOutlined, null),
930
934
  close: /*#__PURE__*/_react.default.createElement(_icons.CloseCircleOutlined, null),
935
+ closeCircle: /*#__PURE__*/_react.default.createElement(_icons.CloseCircleOutlined, null),
931
936
  copy: /*#__PURE__*/_react.default.createElement(_icons.CopyOutlined, null),
932
937
  eye: /*#__PURE__*/_react.default.createElement(_icons.EyeOutlined, null),
933
938
  export: /*#__PURE__*/_react.default.createElement(_icons.ExportOutlined, null),
@@ -1011,7 +1016,19 @@ var iconCollection = {
1011
1016
  insertRowRight: /*#__PURE__*/_react.default.createElement(_icons.InsertRowRightOutlined, null),
1012
1017
  rollback: /*#__PURE__*/_react.default.createElement(_icons.RollbackOutlined, null),
1013
1018
  snippets: /*#__PURE__*/_react.default.createElement(_icons.SnippetsOutlined, null),
1014
- compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null)
1019
+ compress: /*#__PURE__*/_react.default.createElement(_icons.CompressOutlined, null),
1020
+ minusCircle: /*#__PURE__*/_react.default.createElement(_icons.MinusCircleOutlined, null),
1021
+ select: /*#__PURE__*/_react.default.createElement(_icons.SelectOutlined, null),
1022
+ plusSquare: /*#__PURE__*/_react.default.createElement(_icons.PlusSquareOutlined, null),
1023
+ unorderedList: /*#__PURE__*/_react.default.createElement(_icons.UnorderedListOutlined, null),
1024
+ fork: /*#__PURE__*/_react.default.createElement(_icons.ForkOutlined, null),
1025
+ bug: /*#__PURE__*/_react.default.createElement(_icons.BugOutlined, null),
1026
+ cloudDownload: /*#__PURE__*/_react.default.createElement(_icons.CloudDownloadOutlined, null),
1027
+ reconciliation: /*#__PURE__*/_react.default.createElement(_icons.ReconciliationOutlined, null),
1028
+ apartment: /*#__PURE__*/_react.default.createElement(_icons.ApartmentOutlined, null),
1029
+ dingDing: /*#__PURE__*/_react.default.createElement(_icons.DingdingOutlined, null),
1030
+ macCommand: /*#__PURE__*/_react.default.createElement(_icons.MacCommandOutlined, null),
1031
+ inbox: /*#__PURE__*/_react.default.createElement(_icons.InboxOutlined, null)
1015
1032
  };
1016
1033
  /**
1017
1034
  * 占位函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.73",
3
+ "version": "1.12.76",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -45,20 +45,20 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@ant-design/icons": "^4.7.0",
48
- "@ant-design/pro-components": "1.1.3",
49
- "@ant-design/pro-layout": "^6.38.6",
48
+ "@ant-design/pro-components": "1.1.5",
49
+ "@ant-design/pro-layout": "^6.38.8",
50
50
  "@antv/data-set": "^0.11.8",
51
- "@antv/l7": "^2.8.41",
52
- "@antv/l7-maps": "^2.8.41",
51
+ "@antv/l7": "^2.8.42",
52
+ "@antv/l7-maps": "^2.8.42",
53
53
  "@babel/preset-typescript": "^7.17.12",
54
54
  "@tinymce/tinymce-react": "^4.1.0",
55
- "antd": "^4.20.7",
55
+ "antd": "^4.21.0",
56
56
  "array-move": "^4.0.0",
57
- "bizcharts": "^4.1.16",
58
- "browserslist": "^4.20.3",
59
- "butterfly-dag": "^4.2.9",
57
+ "bizcharts": "^4.1.19",
58
+ "browserslist": "^4.20.4",
59
+ "butterfly-dag": "^4.2.12",
60
60
  "butterfly-react": "^1.0.0",
61
- "caniuse-lite": "^1.0.30001344",
61
+ "caniuse-lite": "^1.0.30001352",
62
62
  "classnames": "^2.3.1",
63
63
  "copy-to-clipboard": "^3.3.1",
64
64
  "enquire-js": "^0.2.1",
@@ -79,7 +79,7 @@
79
79
  "path-to-regexp": "^6.2.1",
80
80
  "postcss-less": "^6.0.0",
81
81
  "prop-types": "^15.8.1",
82
- "qs": "^6.10.3",
82
+ "qs": "^6.10.5",
83
83
  "queue": "^6.0.2",
84
84
  "randomcolor": "^0.6.2",
85
85
  "rc-animate": "^3.1.1",
@@ -123,35 +123,35 @@
123
123
  "@babel/preset-env": "^7.18.2",
124
124
  "@babel/preset-react": "^7.17.12",
125
125
  "@babel/runtime": "^7.18.3",
126
- "@commitlint/cli": "^17.0.1",
127
- "@commitlint/config-conventional": "^17.0.0",
128
- "@commitlint/config-lerna-scopes": "^17.0.0",
126
+ "@commitlint/cli": "^17.0.2",
127
+ "@commitlint/config-conventional": "^17.0.2",
128
+ "@commitlint/config-lerna-scopes": "^17.0.2",
129
129
  "@commitlint/cz-commitlint": "^17.0.0",
130
130
  "@testing-library/react": "^13.3.0",
131
131
  "@testing-library/react-hooks": "^8.0.0",
132
132
  "@types/express": "^4.17.13",
133
133
  "@types/history": "^4.7.11",
134
- "@types/jest": "^27.5.1",
134
+ "@types/jest": "^28.1.1",
135
135
  "@types/lodash": "^4.14.182",
136
136
  "@types/lodash.debounce": "^4.0.7",
137
137
  "@types/lodash.isequal": "^4.5.6",
138
- "@types/node": "^17.0.38",
138
+ "@types/node": "^17.0.42",
139
139
  "@types/nprogress": "^0.2.0",
140
140
  "@types/numeral": "^2.0.2",
141
141
  "@types/randomcolor": "^0.5.6",
142
- "@types/react": "^18.0.10",
142
+ "@types/react": "^18.0.12",
143
143
  "@types/react-document-title": "^2.0.5",
144
144
  "@types/react-helmet": "^6.1.5",
145
145
  "@types/uuid": "^8.3.4",
146
- "@typescript-eslint/eslint-plugin": "^5.27.0",
147
- "@umijs/fabric": "^2.11.1",
146
+ "@typescript-eslint/eslint-plugin": "^5.27.1",
147
+ "@umijs/fabric": "^2.12.0",
148
148
  "@umijs/plugin-blocks": "^2.2.2",
149
149
  "@umijs/plugin-esbuild": "^1.4.1",
150
150
  "@umijs/preset-ant-design-pro": "^1.3.3",
151
- "@umijs/preset-react": "^2.1.3",
151
+ "@umijs/preset-react": "^2.1.4",
152
152
  "@umijs/preset-ui": "^2.2.9",
153
- "@umijs/test": "^3.5.24",
154
- "@umijs/test-utils": "^3.5.24",
153
+ "@umijs/test": "^3.5.26",
154
+ "@umijs/test-utils": "^3.5.26",
155
155
  "babel-cli": "^6.26.0",
156
156
  "babel-plugin-import": "^1.13.5",
157
157
  "babel-preset-env": "^1.7.0",
@@ -165,20 +165,20 @@
165
165
  "cross-port-killer": "^1.4.0",
166
166
  "detect-installer": "^1.0.2",
167
167
  "enzyme": "^3.11.0",
168
- "eslint": "^8.16.0",
168
+ "eslint": "^8.17.0",
169
169
  "eslint-config-airbnb": "^19.0.4",
170
170
  "eslint-config-airbnb-typescript": "^17.0.0",
171
171
  "eslint-config-prettier": "^8.5.0",
172
172
  "eslint-plugin-eslint-comments": "^3.2.0",
173
173
  "eslint-plugin-import": "^2.26.0",
174
- "eslint-plugin-jest": "^26.4.6",
174
+ "eslint-plugin-jest": "^26.5.3",
175
175
  "eslint-plugin-jsx-a11y": "^6.5.1",
176
176
  "eslint-plugin-prettier": "^4.0.0",
177
177
  "eslint-plugin-react": "^7.30.0",
178
178
  "eslint-plugin-react-hooks": "^4.5.0",
179
179
  "eslint-plugin-unicorn": "^42.0.0",
180
180
  "express": "^4.18.1",
181
- "father-build": "^1.22.2",
181
+ "father-build": "^1.22.3",
182
182
  "gh-pages": "^4.0.0",
183
183
  "husky": "^8.0.1",
184
184
  "import-sort-cli": "^6.0.0",
@@ -189,28 +189,28 @@
189
189
  "jest-puppeteer": "^6.1.0",
190
190
  "jsdom": "^19.0.0",
191
191
  "jsdom-global": "^3.0.2",
192
- "lint-staged": "^12.5.0",
192
+ "lint-staged": "^13.0.1",
193
193
  "mockjs": "^1.1.0",
194
- "node-fetch": "^3.2.4",
195
- "npm-check-updates": "^13.0.3",
194
+ "node-fetch": "^3.2.6",
195
+ "npm-check-updates": "^13.1.3",
196
196
  "postcss": "^8.4.14",
197
197
  "postcss-less": "^6.0.0",
198
198
  "prettier": "^2.6.2",
199
199
  "pro-download": "1.0.1",
200
- "puppeteer": "^14.1.2",
201
- "puppeteer-core": "^14.1.2",
200
+ "puppeteer": "^14.3.0",
201
+ "puppeteer-core": "^14.3.0",
202
202
  "react-test-renderer": "^17.0.2",
203
203
  "redbox-react": "^1.6.0",
204
204
  "rimraf": "^3.0.2",
205
205
  "slash2": "^2.0.0",
206
- "stylelint": "^14.8.5",
206
+ "stylelint": "^14.9.1",
207
207
  "stylelint-config-css-modules": "^4.1.0",
208
208
  "stylelint-config-prettier": "^9.0.3",
209
- "stylelint-config-standard": "^25.0.0",
209
+ "stylelint-config-standard": "^26.0.0",
210
210
  "stylelint-declaration-block-no-ignored-properties": "^2.5.0",
211
211
  "test-umi-plugin": "^0.1.0",
212
- "typescript": "^4.7.2",
213
- "umi": "^3.5.24",
212
+ "typescript": "^4.7.3",
213
+ "umi": "^3.5.26",
214
214
  "umi-plugin-custom-extra": "^1.0.12"
215
215
  },
216
216
  "filesOther": [
@@ -221,7 +221,7 @@
221
221
  "src/framework",
222
222
  "src/utils"
223
223
  ],
224
- "gitHead": "39f8e5f3f4ceb502e48843eb503cd100a878eae8",
224
+ "gitHead": "7faa57bc657e7c2305c86b1886e8e1e890e27c98",
225
225
  "gitHooks": {
226
226
  "pre-commit": "lint-staged"
227
227
  }