antd-management-fast-framework 1.11.48 → 1.11.49

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.
@@ -207,10 +207,6 @@ var Base = /*#__PURE__*/function (_BaseWindow) {
207
207
  return _this.buildCardCollection(_this.establishCardCollectionConfig());
208
208
  };
209
209
 
210
- _this.renderFormWrapper = function () {
211
- return _this.renderForm();
212
- };
213
-
214
210
  _this.renderForm = function () {
215
211
  var _this$state = _this.state,
216
212
  metaData = _this$state.metaData,
@@ -235,6 +231,10 @@ var Base = /*#__PURE__*/function (_BaseWindow) {
235
231
  }, otherFormProps), _this.formContent());
236
232
  };
237
233
 
234
+ _this.renderFormWrapper = function () {
235
+ return _this.renderForm();
236
+ };
237
+
238
238
  _this.renderModalInner = function () {
239
239
  return _this.renderFormWrapper();
240
240
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.11.48",
3
+ "version": "1.11.49",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -36,7 +36,7 @@
36
36
  "array-move": "^4.0.0",
37
37
  "bizcharts": "^4.1.15",
38
38
  "browserslist": "^4.19.1",
39
- "caniuse-lite": "^1.0.30001286",
39
+ "caniuse-lite": "^1.0.30001287",
40
40
  "classnames": "^2.3.1",
41
41
  "copy-to-clipboard": "^3.3.1",
42
42
  "enquire-js": "^0.2.1",
@@ -69,8 +69,8 @@
69
69
  "react-dom": "^17.0.2",
70
70
  "react-json-view": "^1.21.3",
71
71
  "react-player": "^2.9.0",
72
- "react-router": "^6.1.1",
73
- "react-router-dom": "^6.1.1",
72
+ "react-router": "^6.2.1",
73
+ "react-router-dom": "^6.2.1",
74
74
  "react-syntax-highlighter": "^15.4.5",
75
75
  "stylelint-config-css-modules": "^2.3.0",
76
76
  "stylelint-declaration-block-no-ignored-properties": "^2.5.0",
@@ -101,7 +101,7 @@
101
101
  "body-parser": "^1.19.1",
102
102
  "commitizen": "^4.2.4",
103
103
  "cross-env": "^7.0.3",
104
- "eslint": "^8.4.1",
104
+ "eslint": "^8.5.0",
105
105
  "eslint-config-airbnb": "^19.0.2",
106
106
  "eslint-config-airbnb-typescript": "^16.1.0",
107
107
  "eslint-config-prettier": "^8.3.0",
@@ -113,7 +113,7 @@
113
113
  "eslint-plugin-react": "^7.27.1",
114
114
  "eslint-plugin-react-hooks": "^4.3.0",
115
115
  "eslint-plugin-unicorn": "^39.0.0",
116
- "express": "^4.17.1",
116
+ "express": "^4.17.2",
117
117
  "father-build": "^1.20.4",
118
118
  "husky": "^7.0.4",
119
119
  "import-sort-cli": "^6.0.0",