bkui-vue 0.0.1-beta.191 → 0.0.1-beta.192

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
@@ -10147,6 +10147,7 @@ const propsMixin$1 = {
10147
10147
  draggable: PropTypes.bool.def(true),
10148
10148
  quickClose: PropTypes.bool.def(true),
10149
10149
  transfer: PropTypes.bool.def(false),
10150
+ zIndex: PropTypes.number,
10150
10151
  maxHeight: PropTypes.string,
10151
10152
  direction: PropTypes.string,
10152
10153
  title: PropTypes.string.def(""),
@@ -10209,7 +10210,7 @@ var Component$u = defineComponent({
10209
10210
  "background-color": "rgba(0,0,0,0)"
10210
10211
  };
10211
10212
  const appendStyle = this.showMask ? {} : hideMaskStyle;
10212
- bkPopIndexManager.show(this.$el, this.showMask, appendStyle, this.transfer);
10213
+ bkPopIndexManager.show(this.$el, this.showMask, appendStyle, this.transfer, this.zIndex);
10213
10214
  this.$emit("shown");
10214
10215
  this.$emit("quick-close", this.$el);
10215
10216
  this.$emit("quickClose", this.$el);