shineout 3.4.0-beta.8 → 3.4.0-beta.9

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/cjs/index.js CHANGED
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
492
492
  // 此文件由脚本自动生成,请勿直接修改。
493
493
  // This file was generated automatically by a script. Please do not modify it directly.
494
494
  var _default = exports.default = {
495
- version: '3.4.0-beta.8'
495
+ version: '3.4.0-beta.9'
496
496
  };
package/dist/shineout.js CHANGED
@@ -11991,7 +11991,7 @@ var handleStyle = function handleStyle(style) {
11991
11991
  };
11992
11992
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11993
11993
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11994
- /* harmony default export */ var version = ('3.4.0-beta.8');
11994
+ /* harmony default export */ var version = ('3.4.0-beta.9');
11995
11995
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11996
11996
 
11997
11997
 
@@ -44591,7 +44591,8 @@ var Dropdown = function Dropdown(props) {
44591
44591
  className = props.className,
44592
44592
  size = props.size,
44593
44593
  animation = props.animation,
44594
- hideArrow = props.hideArrow;
44594
+ hideArrow = props.hideArrow,
44595
+ zIndex = props.zIndex;
44595
44596
  var dropdownClasses = jssStyle === null || jssStyle === void 0 || (_jssStyle$dropdown = jssStyle.dropdown) === null || _jssStyle$dropdown === void 0 ? void 0 : _jssStyle$dropdown.call(jssStyle);
44596
44597
  var config = useConfig();
44597
44598
  var isRtl = config.direction === 'rtl';
@@ -44740,6 +44741,7 @@ var Dropdown = function Dropdown(props) {
44740
44741
  focus: open,
44741
44742
  parentElRef: targetRef,
44742
44743
  absolute: absolute,
44744
+ zIndex: zIndex,
44743
44745
  fixedWidth: 'min',
44744
44746
  popupGap: 4,
44745
44747
  popupElRef: popupRef,
@@ -64862,7 +64864,7 @@ var upload_interface = __webpack_require__(8821);
64862
64864
 
64863
64865
 
64864
64866
  /* harmony default export */ var src_0 = ({
64865
- version: '3.4.0-beta.8'
64867
+ version: '3.4.0-beta.9'
64866
64868
  });
64867
64869
  }();
64868
64870
  /******/ return __webpack_exports__;