dtable-ui-component 6.0.110-aol.8 → 6.0.110-aol.9

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.
@@ -58,7 +58,10 @@ class DTableSelect extends _react.default.Component {
58
58
  ref: innerRef,
59
59
  filterOption: customFilterOption,
60
60
  form: form,
61
- autoFocus: autoFocus
61
+ autoFocus: autoFocus,
62
+ menuIsOpen: true,
63
+ onMenuClose: () => {},
64
+ onMenuOpen: () => {}
62
65
  });
63
66
  }
64
67
  }
@@ -199,11 +199,10 @@ const Option = props => {
199
199
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactSelect.components.Option, {
200
200
  ...props
201
201
  }), isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
202
- className: "dtable-font dtable-icon-check-mark",
202
+ className: "dtable-font dtable-icon-check",
203
203
  style: {
204
204
  fontSize: '14px',
205
- color: '#666666',
206
- flexShrink: 0
205
+ color: '#666666'
207
206
  }
208
207
  })]
209
208
  });
@@ -67,11 +67,6 @@
67
67
  color: #fff;
68
68
  }
69
69
 
70
- .optio .dtable-ui-explanation-tip {
71
- color: #666666;
72
- font-size: 12px !important;
73
- }
74
-
75
70
  .option.option-active .header-icon .dtable-font,
76
71
  .option.option-active .header-icon .multicolor-icon {
77
72
  color: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-aol.8",
3
+ "version": "6.0.110-aol.9",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",