dtable-ui-component 6.0.125-vso.1 → 6.0.125-vso.2

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.
@@ -14,6 +14,7 @@ var _DTableCustomizeSearchInput = _interopRequireDefault(require("../DTableCusto
14
14
  var _userItem = _interopRequireDefault(require("./user-item"));
15
15
  var _lang = require("../lang");
16
16
  var _keyCodes = _interopRequireDefault(require("../constants/key-codes"));
17
+ var _DTableIcon = _interopRequireDefault(require("../DTableIcon"));
17
18
  require("./index.css");
18
19
  var _jsxRuntime = require("react/jsx-runtime");
19
20
  const AsyncUserSelect = _ref => {
@@ -227,6 +228,12 @@ const AsyncUserSelect = _ref => {
227
228
  }), selectedUsers.length === 0 && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
228
229
  className: "dtable-ui-user-select-placeholder",
229
230
  children: emptyPlaceholder || (0, _lang.getLocale)('Search_users')
231
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
232
+ className: "d-inline-flex align-items-center",
233
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
234
+ symbol: "down",
235
+ color: "var(--bs-icon-color)"
236
+ })
230
237
  })]
231
238
  })
232
239
  }), selectorRef.current && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactstrap.Popover, {
@@ -133,10 +133,10 @@
133
133
  line-height: 24px;
134
134
  margin-right: 4px;
135
135
  padding: 0 6px 0 6px;
136
+ background-color: #f7f7f5;
136
137
  }
137
138
 
138
139
  .selector-group-select .selected-option-show .selected-option-item .selected-option-item-name {
139
- margin-left: 6px;
140
140
  color: #212519;
141
141
  font-size: 14px;
142
142
  margin-right: 8px
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.125vso.1",
3
+ "version": "6.0.125vso.2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",