shineout 3.6.4-beta.8 → 3.6.5-beta.1
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 +17 -8
- 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.5-beta.1'
|
|
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.5-beta.1');
|
|
12221
12221
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12222
12222
|
|
|
12223
12223
|
|
|
@@ -17622,8 +17622,7 @@ var cascaderStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
17622
17622
|
visibility: 'hidden'
|
|
17623
17623
|
},
|
|
17624
17624
|
moreWrapper: {
|
|
17625
|
-
|
|
17626
|
-
// height: 72,
|
|
17625
|
+
width: 'max-content',
|
|
17627
17626
|
maxWidth: 400,
|
|
17628
17627
|
maxHeight: 160,
|
|
17629
17628
|
overflow: 'auto',
|
|
@@ -23430,6 +23429,7 @@ var selectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
23430
23429
|
visibility: 'hidden'
|
|
23431
23430
|
},
|
|
23432
23431
|
moreWrapper: {
|
|
23432
|
+
width: 'max-content',
|
|
23433
23433
|
maxWidth: 400,
|
|
23434
23434
|
maxHeight: 160,
|
|
23435
23435
|
overflow: 'auto',
|
|
@@ -28659,6 +28659,7 @@ var treeSelectStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
28659
28659
|
visibility: 'hidden'
|
|
28660
28660
|
},
|
|
28661
28661
|
moreWrapper: {
|
|
28662
|
+
width: 'max-content',
|
|
28662
28663
|
maxWidth: 400,
|
|
28663
28664
|
maxHeight: 160,
|
|
28664
28665
|
overflow: 'auto',
|
|
@@ -40441,6 +40442,10 @@ var More = function More(props) {
|
|
|
40441
40442
|
className: compressedClassName,
|
|
40442
40443
|
visible: visible,
|
|
40443
40444
|
onVisibleChange: setVisible,
|
|
40445
|
+
getPopupContainer: function getPopupContainer() {
|
|
40446
|
+
var _props$morePopoverCon;
|
|
40447
|
+
return (_props$morePopoverCon = props.morePopoverContainer) === null || _props$morePopoverCon === void 0 ? void 0 : _props$morePopoverCon.current;
|
|
40448
|
+
},
|
|
40444
40449
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
40445
40450
|
className: styles.moreWrapper,
|
|
40446
40451
|
onClick: function onClick(e) {
|
|
@@ -40735,7 +40740,8 @@ var result_Result = function Result(props) {
|
|
|
40735
40740
|
compressed: compressed,
|
|
40736
40741
|
renderCompressed: renderCompressed,
|
|
40737
40742
|
compressedClassName: compressedClassName,
|
|
40738
|
-
showNum: moreNumber
|
|
40743
|
+
showNum: moreNumber,
|
|
40744
|
+
morePopoverContainer: props.morePopoverContainer
|
|
40739
40745
|
}, 'more');
|
|
40740
40746
|
var renderResult = function renderResult() {
|
|
40741
40747
|
if (empty) {
|
|
@@ -41289,7 +41295,8 @@ var Cascader = function Cascader(props0) {
|
|
|
41289
41295
|
onResultItemClick: handleResultItemClick,
|
|
41290
41296
|
checkUnMatched: checkUnMatched,
|
|
41291
41297
|
getDataByValues: getDataByValues,
|
|
41292
|
-
setInputText: setInputText
|
|
41298
|
+
setInputText: setInputText,
|
|
41299
|
+
morePopoverContainer: targetRef
|
|
41293
41300
|
})
|
|
41294
41301
|
});
|
|
41295
41302
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(PopupProvider, {
|
|
@@ -55667,7 +55674,8 @@ function Select(props0) {
|
|
|
55667
55674
|
checkUnMatched: checkUnMatched,
|
|
55668
55675
|
onRemove: handleRemove,
|
|
55669
55676
|
classes: styles,
|
|
55670
|
-
setInputText: setInputText
|
|
55677
|
+
setInputText: setInputText,
|
|
55678
|
+
morePopoverContainer: targetRef
|
|
55671
55679
|
})
|
|
55672
55680
|
});
|
|
55673
55681
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(PopupProvider, {
|
|
@@ -66160,7 +66168,8 @@ var TreeSelect = function TreeSelect(props0) {
|
|
|
66160
66168
|
getDataByValues: getResultByValue,
|
|
66161
66169
|
onRemove: handleRemove,
|
|
66162
66170
|
classes: styles,
|
|
66163
|
-
setInputText: setInputText
|
|
66171
|
+
setInputText: setInputText,
|
|
66172
|
+
morePopoverContainer: targetRef
|
|
66164
66173
|
})
|
|
66165
66174
|
});
|
|
66166
66175
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(PopupProvider, {
|
|
@@ -69975,7 +69984,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69975
69984
|
|
|
69976
69985
|
|
|
69977
69986
|
/* harmony default export */ var src_0 = ({
|
|
69978
|
-
version: '3.6.
|
|
69987
|
+
version: '3.6.5-beta.1'
|
|
69979
69988
|
});
|
|
69980
69989
|
}();
|
|
69981
69990
|
/******/ return __webpack_exports__;
|