shineout 3.6.4-beta.6 → 3.6.4-beta.7

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
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
514
514
  // 此文件由脚本自动生成,请勿直接修改。
515
515
  // This file was generated automatically by a script. Please do not modify it directly.
516
516
  var _default = exports.default = {
517
- version: '3.6.4-beta.6'
517
+ version: '3.6.4-beta.7'
518
518
  };
package/dist/shineout.js CHANGED
@@ -12217,7 +12217,7 @@ var handleStyle = function handleStyle(style) {
12217
12217
  };
12218
12218
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12219
12219
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12220
- /* harmony default export */ var version = ('3.6.4-beta.6');
12220
+ /* harmony default export */ var version = ('3.6.4-beta.7');
12221
12221
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12222
12222
 
12223
12223
 
@@ -28659,8 +28659,8 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
28659
28659
  visibility: 'hidden'
28660
28660
  },
28661
28661
  moreWrapper: {
28662
- width: 248,
28663
- height: 72,
28662
+ maxWidth: 400,
28663
+ maxHeight: 160,
28664
28664
  overflow: 'auto',
28665
28665
  padding: "".concat(src.treeSelectMorePaddingY, " ").concat(src.treeSelectMorePaddingX)
28666
28666
  },
@@ -66005,7 +66005,7 @@ var TreeSelect = function TreeSelect(props0) {
66005
66005
  if (from !== 'blur') {
66006
66006
  focusAndOpen();
66007
66007
  }
66008
- onTiledFilter === null || onTiledFilter === void 0 || onTiledFilter(trim ? text.trim() : text);
66008
+ onTiledFilter === null || onTiledFilter === void 0 || onTiledFilter(trim ? text.trim() : text, from);
66009
66009
  };
66010
66010
  (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
66011
66011
  if (virtual && expanded) {
@@ -69924,7 +69924,7 @@ var upload_interface = __webpack_require__(8821);
69924
69924
 
69925
69925
 
69926
69926
  /* harmony default export */ var src_0 = ({
69927
- version: '3.6.4-beta.6'
69927
+ version: '3.6.4-beta.7'
69928
69928
  });
69929
69929
  }();
69930
69930
  /******/ return __webpack_exports__;