antd-management-fast-framework 1.12.53 → 1.12.54

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,12 +873,13 @@ function buildMenu(_ref5) {
873
873
  overlayStyle: {
874
874
  zIndex: 1060
875
875
  }
876
- }, /*#__PURE__*/_react.default.createElement("li", {
876
+ }, /*#__PURE__*/_react.default.createElement(_menu.default.Item, {
877
877
  className: _index.default.menuItemCustom,
878
878
  style: {
879
879
  display: 'inherit',
880
880
  height: '32px'
881
- }
881
+ },
882
+ disabled: disabled
882
883
  }, /*#__PURE__*/_react.default.createElement(_button.default, {
883
884
  className: _index.default.menuItemCustomButton,
884
885
  type: "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.12.53",
3
+ "version": "1.12.54",
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": "1dca9d40a856076d5e6403fbd7abaec5b175021a",
220
+ "gitHead": "5a88e802e2d22814d689749b6f28c109a9819a54",
221
221
  "gitHooks": {
222
222
  "pre-commit": "lint-staged"
223
223
  }