dtable-ui-component 7.0.5-pal.10 → 7.0.5-pal.15

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.
@@ -72,12 +72,14 @@ const AsyncUserSelect = _ref => {
72
72
  setHighlightIndex(-1);
73
73
  }, []);
74
74
  const onClickOutside = (0, _react.useCallback)(e => {
75
+ console.log(111);
75
76
  if (isPopoverOpen && (!selectorRef.current || !selectorRef.current.contains(e.target))) {
76
77
  setIsPopoverOpen(false);
77
78
  clearStatus();
78
79
  }
79
80
  }, [isPopoverOpen, clearStatus]);
80
81
  const onClickOutsideMenu = (0, _react.useCallback)(event => {
82
+ console.log(222);
81
83
  if (isPopoverOpen && (0, _utils.getEventClassName)(event).includes('icon-fork-number')) {
82
84
  return;
83
85
  }
@@ -28,6 +28,18 @@
28
28
  border-top-right-radius: 4px;
29
29
  }
30
30
 
31
+ .select-search-control:-webkit-autofill,
32
+ .select-search-control:-webkit-autofill:hover,
33
+ .select-search-control:-webkit-autofill:focus,
34
+ .select-search-control:-webkit-autofill:active,
35
+ .select-search-control:-internal-autofill-previewed,
36
+ .select-search-control:-internal-autofill-selected {
37
+ -webkit-box-shadow: inset 0 0 0 1000px var(--bs-popover-bg) !important;
38
+ box-shadow: inset 0 0 0 1000px var(--bs-popover-bg) !important;
39
+ -webkit-text-fill-color: var(--bs-body-color) !important;
40
+ transition: background-color 5000s ease-in-out 0s !important;
41
+ }
42
+
31
43
  .select-search-control:focus {
32
44
  outline: none;
33
45
  box-shadow: none;
@@ -161,7 +161,9 @@
161
161
  }
162
162
 
163
163
  .selector-group-select {
164
- padding: 7px 16px 7px 8px;
164
+ height: auto;
165
+ min-height: 38px;
166
+ padding: 6px 16px 6px 8px;
165
167
  }
166
168
 
167
169
  .selector-group-select .selected-option {
@@ -174,7 +176,3 @@
174
176
  height: auto;
175
177
  min-height: 24px
176
178
  }
177
-
178
- .selector-group-select {
179
- height: auto;
180
- }
@@ -9,7 +9,7 @@
9
9
  color: var(--bs-icon-color);
10
10
  }
11
11
 
12
- .seatable-option .select-option-name .seatable-tip-default {
12
+ .seatable-option .seatable-tip-default {
13
13
  font-size: 12px;
14
14
  margin-top: 4px
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "7.0.5pal.10",
3
+ "version": "7.0.5pal.15",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",