@ucloud-fe/react-components 1.3.9 → 1.3.10

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.
@@ -86,7 +86,8 @@ var TransferMenu = /*#__PURE__*/function (_PureComponent) {
86
86
  (0, _newArrowCheck2.default)(this, _this3);
87
87
  return /*#__PURE__*/_react.default.createElement(_Menu.default.Item, {
88
88
  key: item.key,
89
- itemKey: item.key
89
+ itemKey: item.key,
90
+ disabled: item.disabled
90
91
  }, renderItem ? renderItem(item) : item.label);
91
92
  }.bind(this))));
92
93
  }.bind(this);
@@ -208,7 +208,8 @@ var TableRow = /*#__PURE__*/function (_React$Component) {
208
208
  className: rowClassName
209
209
  }, rowProps, {
210
210
  style: style,
211
- "data-row-key": rowKey
211
+ "data-row-key": rowKey,
212
+ "data-row-index": index
212
213
  }), cells);
213
214
  }
214
215
  }], [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucloud-fe/react-components",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "title": "UCloud react components",
5
5
  "description": "UCloud react components",
6
6
  "keywords": [
@@ -81,7 +81,8 @@
81
81
  "react-transition-group": "^2.4.0",
82
82
  "resize-observer-polyfill": "^1.5.1",
83
83
  "shallowequal": "^1.0.2",
84
- "warning": "^3.0.0"
84
+ "warning": "^3.0.0",
85
+ "z-use-drag": "^1.2.2"
85
86
  },
86
87
  "devDependencies": {
87
88
  "@babel/cli": "^7.11.6",