shineout 3.9.1-beta.5 → 3.9.1-beta.6

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
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.9.1-beta.5'
525
+ version: '3.9.1-beta.6'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12400,7 +12400,7 @@ var handleStyle = function handleStyle(style) {
12400
12400
  };
12401
12401
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12402
12402
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12403
- /* harmony default export */ var version = ('3.9.1-beta.5');
12403
+ /* harmony default export */ var version = ('3.9.1-beta.6');
12404
12404
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12405
12405
 
12406
12406
 
@@ -43959,7 +43959,7 @@ var Cascader = function Cascader(props0) {
43959
43959
  children: /*#__PURE__*/(0,jsx_runtime.jsx)(animation_list, {
43960
43960
  onRef: popupRef,
43961
43961
  show: open,
43962
- className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper, open && (styles === null || styles === void 0 ? void 0 : styles.pickerWrapperShow)),
43962
+ className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper, open && (styles === null || styles === void 0 ? void 0 : styles.pickerWrapperShow), props.popupClassName),
43963
43963
  display: 'block',
43964
43964
  type: "scale-y",
43965
43965
  duration: 'fast',
@@ -59077,7 +59077,7 @@ function Select(props0) {
59077
59077
  children: /*#__PURE__*/(0,jsx_runtime.jsxs)(animation_list, {
59078
59078
  onRef: popupRef,
59079
59079
  show: open,
59080
- className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper, size === 'small' && (styles === null || styles === void 0 ? void 0 : styles.pickerSmall), size === 'large' && (styles === null || styles === void 0 ? void 0 : styles.pickerLarge)),
59080
+ className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper, size === 'small' && (styles === null || styles === void 0 ? void 0 : styles.pickerSmall), size === 'large' && (styles === null || styles === void 0 ? void 0 : styles.pickerLarge), props.popupClassName),
59081
59081
  onAnimationAfterEnter: onAnimationAfterEnter,
59082
59082
  display: 'block',
59083
59083
  type: "scale-y",
@@ -70665,7 +70665,7 @@ var TreeSelect = function TreeSelect(props0) {
70665
70665
  children: /*#__PURE__*/(0,jsx_runtime.jsx)(animation_list, {
70666
70666
  onRef: popupRef,
70667
70667
  show: open,
70668
- className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper),
70668
+ className: classnames_default()(styles === null || styles === void 0 ? void 0 : styles.pickerWrapper, props.popupclassName),
70669
70669
  display: 'block',
70670
70670
  type: "scale-y",
70671
70671
  duration: 'fast',
@@ -74418,7 +74418,7 @@ var upload_interface = __webpack_require__(8821);
74418
74418
 
74419
74419
 
74420
74420
  /* harmony default export */ var src_0 = ({
74421
- version: '3.9.1-beta.5'
74421
+ version: '3.9.1-beta.6'
74422
74422
  });
74423
74423
  }();
74424
74424
  /******/ return __webpack_exports__;