shineout 3.6.4-beta.1 → 3.6.4-beta.2

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.1'
517
+ version: '3.6.4-beta.2'
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.1');
12220
+ /* harmony default export */ var version = ('3.6.4-beta.2');
12221
12221
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12222
12222
 
12223
12223
 
@@ -53081,6 +53081,7 @@ var list_List = function List(props) {
53081
53081
  controlType = props.controlType,
53082
53082
  hideCreateOption = props.hideCreateOption,
53083
53083
  optionListRef = props.optionListRef,
53084
+ keepScrollTop = props.keepScrollTop,
53084
53085
  isAnimationFinish = props.isAnimationFinish,
53085
53086
  _props$renderItem = props.renderItem,
53086
53087
  renderItemProp = _props$renderItem === void 0 ? function (d) {
@@ -53248,7 +53249,7 @@ var list_List = function List(props) {
53248
53249
  return /*#__PURE__*/(0,jsx_runtime.jsx)(virtual_scroll_list, {
53249
53250
  virtualRef: virtualRef,
53250
53251
  data: data,
53251
- keepScrollTop: true,
53252
+ keepScrollTop: keepScrollTop,
53252
53253
  keygen: keygen,
53253
53254
  tag: 'ul',
53254
53255
  groupKey: groupKey,
@@ -55598,6 +55599,7 @@ function Select(props0) {
55598
55599
  renderItem: renderItem,
55599
55600
  controlType: controlType,
55600
55601
  onLoadMore: onLoadMore,
55602
+ keepScrollTop: !!filterText ? false : true,
55601
55603
  isAnimationFinish: isAnimationFinish,
55602
55604
  threshold: threshold,
55603
55605
  onControlTypeChange: setControlType,
@@ -69866,7 +69868,7 @@ var upload_interface = __webpack_require__(8821);
69866
69868
 
69867
69869
 
69868
69870
  /* harmony default export */ var src_0 = ({
69869
- version: '3.6.4-beta.1'
69871
+ version: '3.6.4-beta.2'
69870
69872
  });
69871
69873
  }();
69872
69874
  /******/ return __webpack_exports__;