bkui-vue 0.0.2-beta.124 → 0.0.2-beta.126

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.
@@ -1023,7 +1023,9 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
1023
1023
  return ((_inputRef$value3 = inputRef.value) === null || _inputRef$value3 === void 0 ? void 0 : _inputRef$value3.scrollWidth) > ((_inputRef$value4 = inputRef.value) === null || _inputRef$value4 === void 0 ? void 0 : _inputRef$value4.clientWidth) + 2;
1024
1024
  }
1025
1025
  function setOverflow() {
1026
- isOverflow.value = detectOverflow();
1026
+ setTimeout(function () {
1027
+ isOverflow.value = detectOverflow();
1028
+ });
1027
1029
  }
1028
1030
  function clear() {
1029
1031
  if (props.disabled) return;
@@ -441,5 +441,5 @@
441
441
  background-color: white;
442
442
  }
443
443
  .bk-search-select-popover {
444
- margin: -7px -14px;
444
+ margin: -12px;
445
445
  }
@@ -11,7 +11,7 @@
11
11
  z-index: 9;
12
12
  height: @component-size-base;
13
13
  overflow: inherit;
14
-
14
+
15
15
  .focus {
16
16
  color: @search-select-focus-color;
17
17
  background: #fff !important;
@@ -24,7 +24,7 @@
24
24
  line-height: 20px;
25
25
  word-break: break-all;
26
26
  flex: 1 1 auto;
27
-
27
+
28
28
  &:focus {
29
29
  outline: none;
30
30
  }
@@ -252,7 +252,7 @@
252
252
  display: flex;
253
253
  flex-direction: column;
254
254
  }
255
-
255
+
256
256
  .menu-item-mixin {
257
257
  display: flex;
258
258
  align-items: center;
@@ -261,16 +261,16 @@
261
261
  padding: 0 8px;
262
262
  flex: 0 0 32px;
263
263
  outline: none;
264
-
264
+
265
265
  &:hover {
266
266
  cursor: pointer;
267
267
  background-color: #f5f7fa;
268
268
  }
269
269
  }
270
-
270
+
271
271
  .menu-disabled-mixin {
272
272
  color: @light-gray;
273
-
273
+
274
274
  &:hover {
275
275
  cursor: not-allowed;
276
276
  background-color: white;
@@ -335,7 +335,7 @@
335
335
  display: inline-flex;
336
336
  color: @primary-color;
337
337
  }
338
-
338
+
339
339
  .is-selected {
340
340
  display: flex;
341
341
  width: 22px;
@@ -401,5 +401,5 @@
401
401
  }
402
402
 
403
403
  .@{search-select-name}-popover {
404
- margin: -7px -14px;
405
- }
404
+ margin: -12px;
405
+ }
@@ -564,5 +564,5 @@
564
564
  background-color: white;
565
565
  }
566
566
  .bk-search-select-popover {
567
- margin: -7px -14px;
567
+ margin: -12px;
568
568
  }
@@ -12,10 +12,12 @@
12
12
  @white-color: white;
13
13
  @whitesmoke-color: #fafbfd;
14
14
  @disable-color: #dcdee5;
15
- @disable-bg-color:#f9fafd;
15
+ @disable-bg-color: #f9fafd;
16
+
16
17
  @font-size-base: 12px;
17
18
  @font-size-medium: 14px;
18
19
  @font-size-large: 16px;
20
+
19
21
  @line-height-base: 16px;
20
22
  @line-height-medium: 16px;
21
23
  @line-height-large: 18px;
@@ -160,4 +162,4 @@
160
162
  @search-select-font-color: @default-color;
161
163
  @search-select-placeholder-color: @light-gray;
162
164
  @search-select-message-color: @danger-color;
163
- @search-select-menu-border-color: @disable-color;
165
+ @search-select-menu-border-color: @disable-color;
@@ -6006,8 +6006,8 @@ function use_render_isSlot(s) {
6006
6006
  }
6007
6007
  };
6008
6008
  var getColumnClass = function getColumnClass(column, colIndex) {
6009
- var _objectSpread2;
6010
- return use_render_objectSpread((_objectSpread2 = {}, defineProperty_defineProperty(_objectSpread2, "".concat(uuid, "-column-").concat(colIndex), false), defineProperty_defineProperty(_objectSpread2, "column_fixed", !!column.fixed), defineProperty_defineProperty(_objectSpread2, "column_fixed_left", !!column.fixed), defineProperty_defineProperty(_objectSpread2, "column_fixed_right", column.fixed === 'right'), _objectSpread2), column.className ? defineProperty_defineProperty({}, "".concat(column.className), true) : {});
6009
+ var _ref3;
6010
+ return _ref3 = {}, defineProperty_defineProperty(_ref3, "".concat(uuid, "-column-").concat(colIndex), false), defineProperty_defineProperty(_ref3, "column_fixed", !!column.fixed), defineProperty_defineProperty(_ref3, "column_fixed_left", !!column.fixed), defineProperty_defineProperty(_ref3, "column_fixed_right", column.fixed === 'right'), _ref3;
6011
6011
  };
6012
6012
  var getHeadColumnClass = function getHeadColumnClass(column, colIndex) {
6013
6013
  return use_render_objectSpread({}, getColumnClass(column, colIndex));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.124",
3
+ "version": "0.0.2-beta.126",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",