bkui-vue 2.0.1-beta.115 → 2.0.1-beta.116

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/lib/index.js CHANGED
@@ -4,5 +4,5 @@ export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
6
  export * as plugins from './plugins';
7
- export const version = "2.0.1-beta.115";
7
+ export const version = "2.0.1-beta.116";
8
8
  window.__bkui_vue_version__ = version;
@@ -503,6 +503,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
503
503
  return [(0,external_vue_namespaceObject.createVNode)("div", (0,external_vue_namespaceObject.mergeProps)({
504
504
  "ref": rootRef
505
505
  }, attrs, {
506
+ "style": {
507
+ zIndex: zIndex.value
508
+ },
506
509
  "class": [resolveClassName('modal'), props.extCls || '']
507
510
  }), [renderMask(), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Transition, {
508
511
  "name": "modal-".concat(props.animateType)
@@ -426,7 +426,7 @@ var x = (y) => {
426
426
  var x = {}; __webpack_require__.d(x, y); return x
427
427
  }
428
428
  var y = (x) => (() => (x))
429
- const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
429
+ const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
430
430
  ;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
431
431
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
432
432
  try {
@@ -696,7 +696,7 @@ sliderProps.width["default"] = '400';
696
696
  "renderDirective": props.renderDirective,
697
697
  "showMask": props.showMask,
698
698
  "transfer": props.transfer,
699
- "zIndex": props.zIndex || shared_namespaceObject.bkZIndexManager.getModalNextIndex(),
699
+ "zIndex": props.zIndex,
700
700
  "onClose": handleClose,
701
701
  "onHidden": handleHidden,
702
702
  "onShown": handleShown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.115",
3
+ "version": "2.0.1-beta.116",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",