antd-management-fast-framework 1.2.26 → 1.2.29

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.
@@ -206,7 +206,7 @@ var Base = /*#__PURE__*/function (_BaseWindow) {
206
206
  icon: /*#__PURE__*/_react["default"].createElement(_icons.CloseCircleOutlined, null),
207
207
  text: '关闭'
208
208
  }), option || {}), {
209
- onClick: function onClick() {
209
+ handleClick: function handleClick() {
210
210
  _this.onClose();
211
211
  }
212
212
  });
@@ -74,7 +74,7 @@ var BaseAddDrawer = /*#__PURE__*/function (_BaseNeedlessLoadDraw) {
74
74
  icon: /*#__PURE__*/_react["default"].createElement(_icons.SaveOutlined, null),
75
75
  text: '保存',
76
76
  disabled: buttonProcessing,
77
- onClick: function onClick(e) {
77
+ handleClick: function handleClick(e) {
78
78
  that.handleOk(e);
79
79
  }
80
80
  }, {
@@ -247,6 +247,10 @@ var drawerConfig = {
247
247
  component: 'component'
248
248
  }
249
249
  };
250
+ /**
251
+ * card配置集合
252
+ */
253
+
250
254
  exports.drawerConfig = drawerConfig;
251
255
 
252
256
  var cardConfig = _objectSpread(_objectSpread({}, contentConfig), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.2.26",
3
+ "version": "1.2.29",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"