antd-management-fast-framework 1.12.54 → 1.12.55
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.
|
@@ -873,13 +873,12 @@ function buildMenu(_ref5) {
|
|
|
873
873
|
overlayStyle: {
|
|
874
874
|
zIndex: 1060
|
|
875
875
|
}
|
|
876
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
876
|
+
}, /*#__PURE__*/_react.default.createElement("li", {
|
|
877
877
|
className: _index.default.menuItemCustom,
|
|
878
878
|
style: {
|
|
879
879
|
display: 'inherit',
|
|
880
880
|
height: '32px'
|
|
881
|
-
}
|
|
882
|
-
disabled: disabled
|
|
881
|
+
}
|
|
883
882
|
}, /*#__PURE__*/_react.default.createElement(_button.default, {
|
|
884
883
|
className: _index.default.menuItemCustomButton,
|
|
885
884
|
type: "text",
|
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.55",
|
|
4
4
|
"description": "antd-management-fast-framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antd-management-fast-framework"
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"src/framework",
|
|
218
218
|
"src/utils"
|
|
219
219
|
],
|
|
220
|
-
"gitHead": "
|
|
220
|
+
"gitHead": "431b390f0b7c844674b27d8750702478ecb14b7f",
|
|
221
221
|
"gitHooks": {
|
|
222
222
|
"pre-commit": "lint-staged"
|
|
223
223
|
}
|