antd-management-fast-framework 1.12.77 → 1.12.78

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.
@@ -47,10 +47,10 @@ var _react = _interopRequireWildcard(require("react"));
47
47
 
48
48
  var _icons = require("@ant-design/icons");
49
49
 
50
- var _constants = require("src/utils/constants");
51
-
52
50
  var _FunctionComponent = require("../../customComponents/FunctionComponent");
53
51
 
52
+ var _constants = require("../../utils/constants");
53
+
54
54
  var _defaultSettingsSpecial = require("../../utils/defaultSettingsSpecial");
55
55
 
56
56
  var _tools = require("../../utils/tools");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.77",
3
+ "version": "1.12.78",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"
@@ -221,7 +221,7 @@
221
221
  "src/framework",
222
222
  "src/utils"
223
223
  ],
224
- "gitHead": "9fc94a45d86b15e5857f0e4991b128242e8677d3",
224
+ "gitHead": "80449fd1fc170cd73776d563cc4ab89d7d0325cf",
225
225
  "gitHooks": {
226
226
  "pre-commit": "lint-staged"
227
227
  }