shineout 3.6.3 → 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 +1 -1
- package/dist/shineout.js +10 -4
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
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.
|
|
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.
|
|
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
|
|
|
@@ -21756,7 +21756,11 @@ var modalStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
21756
21756
|
'& $panel': {
|
|
21757
21757
|
top: 0,
|
|
21758
21758
|
height: '100vh',
|
|
21759
|
-
width: '100vw'
|
|
21759
|
+
width: '100vw',
|
|
21760
|
+
overflow: 'auto'
|
|
21761
|
+
},
|
|
21762
|
+
'& $body': {
|
|
21763
|
+
minHeight: 'auto'
|
|
21760
21764
|
}
|
|
21761
21765
|
},
|
|
21762
21766
|
wrapperZoom: {
|
|
@@ -53077,6 +53081,7 @@ var list_List = function List(props) {
|
|
|
53077
53081
|
controlType = props.controlType,
|
|
53078
53082
|
hideCreateOption = props.hideCreateOption,
|
|
53079
53083
|
optionListRef = props.optionListRef,
|
|
53084
|
+
keepScrollTop = props.keepScrollTop,
|
|
53080
53085
|
isAnimationFinish = props.isAnimationFinish,
|
|
53081
53086
|
_props$renderItem = props.renderItem,
|
|
53082
53087
|
renderItemProp = _props$renderItem === void 0 ? function (d) {
|
|
@@ -53244,7 +53249,7 @@ var list_List = function List(props) {
|
|
|
53244
53249
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(virtual_scroll_list, {
|
|
53245
53250
|
virtualRef: virtualRef,
|
|
53246
53251
|
data: data,
|
|
53247
|
-
keepScrollTop:
|
|
53252
|
+
keepScrollTop: keepScrollTop,
|
|
53248
53253
|
keygen: keygen,
|
|
53249
53254
|
tag: 'ul',
|
|
53250
53255
|
groupKey: groupKey,
|
|
@@ -55594,6 +55599,7 @@ function Select(props0) {
|
|
|
55594
55599
|
renderItem: renderItem,
|
|
55595
55600
|
controlType: controlType,
|
|
55596
55601
|
onLoadMore: onLoadMore,
|
|
55602
|
+
keepScrollTop: !!filterText ? false : true,
|
|
55597
55603
|
isAnimationFinish: isAnimationFinish,
|
|
55598
55604
|
threshold: threshold,
|
|
55599
55605
|
onControlTypeChange: setControlType,
|
|
@@ -69862,7 +69868,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69862
69868
|
|
|
69863
69869
|
|
|
69864
69870
|
/* harmony default export */ var src_0 = ({
|
|
69865
|
-
version: '3.6.
|
|
69871
|
+
version: '3.6.4-beta.2'
|
|
69866
69872
|
});
|
|
69867
69873
|
}();
|
|
69868
69874
|
/******/ return __webpack_exports__;
|