bkui-vue 0.0.1-beta.362 → 0.0.1-beta.364

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.
package/dist/index.esm.js CHANGED
@@ -13269,7 +13269,7 @@ var useFloating = (props2, ctx, {
13269
13269
  var _a;
13270
13270
  const elContent = resolveTargetElement((_a = refContent.value) == null ? void 0 : _a.$el);
13271
13271
  elContent.style.setProperty("display", "block");
13272
- elContent.style.setProperty("z-index", `${props2.zIndex ? props2.zIndex : bkZIndexManager.getModalNextIndex()}`);
13272
+ elContent.style.setProperty("z-index", `${props2.zIndex ? props2.zIndex : bkZIndexManager.getPopperIndex()}`);
13273
13273
  updatePopover();
13274
13274
  ctx.emit("afterShow", {
13275
13275
  isShow: true
@@ -38635,10 +38635,10 @@ var SearchSelectInput = defineComponent({
38635
38635
  const res = await validateUsingItemValues(item);
38636
38636
  if (!res)
38637
38637
  return;
38638
+ if (!usingItem.value.multiple)
38639
+ setSelectedItem();
38638
38640
  if (props2.valueBehavior === ValueBehavior.NEEDKEY && usingItem.value.multiple) {
38639
38641
  setInputFocus();
38640
- } else {
38641
- setSelectedItem();
38642
38642
  }
38643
38643
  }
38644
38644
  function handleSelectCondtionItem(item) {
@@ -38979,7 +38979,7 @@ var SearchSelected = defineComponent({
38979
38979
  }, [createVNode("span", {
38980
38980
  "class": "selected-name",
38981
38981
  "onClick": (e) => this.handleEditSeleted(e, item, index2)
38982
- }, [item.inputInnerText]), createVNode(close$1, {
38982
+ }, [item.inputInnerText]), createVNode(error, {
38983
38983
  "class": "selected-clear",
38984
38984
  "onClick": () => this.handleDeleteSelected(index2)
38985
38985
  }, null)]);