antd-management-fast-framework 1.12.38 → 1.12.39
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.defaultSettingsLayoutCustom =
|
|
6
|
+
exports.defaultSettingsLayoutCustom = void 0;
|
|
7
7
|
exports.empty = empty;
|
|
8
8
|
|
|
9
9
|
var _constants = require("./constants");
|
|
@@ -323,9 +323,4 @@ exports.defaultSettingsLayoutCustom = defaultSettingsLayoutCustom;
|
|
|
323
323
|
|
|
324
324
|
function empty() {
|
|
325
325
|
return {};
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
var _default = {
|
|
329
|
-
defaultSettingsLayoutCustom: defaultSettingsLayoutCustom
|
|
330
|
-
};
|
|
331
|
-
exports.default = _default;
|
|
326
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-framework",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.39",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"src/framework",
|
|
172
172
|
"src/utils"
|
|
173
173
|
],
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "4ce56e18d319bbc0636d177f8ec05ac16431f955",
|
|
175
175
|
"gitHooks": {
|
|
176
176
|
"pre-commit": "lint-staged"
|
|
177
177
|
}
|