bk-magic-vue 2.5.6-beta.1 → 2.5.6-beta.3

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.
@@ -12359,6 +12359,13 @@
12359
12359
  instance.ins.remove();
12360
12360
  }
12361
12361
  }
12362
+ },
12363
+ isMaskShown: function isMaskShown() {
12364
+ var mask = document.querySelector('[data-bkpop-mask]');
12365
+ if (mask) {
12366
+ return mask.classList.contains('show-active');
12367
+ }
12368
+ return false;
12362
12369
  }
12363
12370
  };
12364
12371
  defineProperty$1(popManager, 'container', {
@@ -52233,7 +52240,7 @@
52233
52240
  _this11.handleEnter(_this11.input.value, (_this11$handleEnter2 = {}, _defineProperty(_this11$handleEnter2, _this11.primaryKey, _this11.input.value), _defineProperty(_this11$handleEnter2, _this11.displayKey, _this11.input.value), _this11$handleEnter2), false, needShowPopover);
52234
52241
  }
52235
52242
  resolve();
52236
- }, 0);
52243
+ }, 10);
52237
52244
  }
52238
52245
  });
52239
52246
  case 2: