dtable-ui-component 6.0.26-beta3 → 6.0.26-beta4

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.
@@ -160,7 +160,7 @@ class Small extends _react.default.PureComponent {
160
160
  className: "mobile-dtable-ui-date-editor",
161
161
  onClose: this.props.onClose,
162
162
  onLeftClick: this.props.onClose,
163
- onRightClick: this.props.onClose
163
+ onRightClick: this.onSave
164
164
  }, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _lang.getLocale)('Cancel')), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, column.name), /*#__PURE__*/_react.default.createElement("span", {
165
165
  style: {
166
166
  color: '#f09f3f'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.26beta3",
3
+ "version": "6.0.26beta4",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "4.0.2",