shineout 3.9.2-beta.3 → 3.9.2-beta.5
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 +9 -6
- 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
|
@@ -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.2-beta.
|
|
525
|
+
version: '3.9.2-beta.5'
|
|
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.2-beta.
|
|
12403
|
+
/* harmony default export */ var version = ('3.9.2-beta.5');
|
|
12404
12404
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12405
12405
|
|
|
12406
12406
|
|
|
@@ -26712,6 +26712,9 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26712
26712
|
right: 0,
|
|
26713
26713
|
borderTop: "1px solid ".concat(src.tableCellBorderColor)
|
|
26714
26714
|
},
|
|
26715
|
+
'&:has([data-soui-sticky])::before': {
|
|
26716
|
+
zIndex: fixedFixedIndex + 4
|
|
26717
|
+
},
|
|
26715
26718
|
'&::after': {
|
|
26716
26719
|
position: 'absolute',
|
|
26717
26720
|
zIndex: fixedFixedIndex + 3,
|
|
@@ -58451,7 +58454,8 @@ function Select(props0) {
|
|
|
58451
58454
|
_props$columnWidth = props.columnWidth,
|
|
58452
58455
|
columnWidth = _props$columnWidth === void 0 ? 160 : _props$columnWidth,
|
|
58453
58456
|
width = props.width,
|
|
58454
|
-
trim = props.trim,
|
|
58457
|
+
_props$trim = props.trim,
|
|
58458
|
+
trim = _props$trim === void 0 ? true : _props$trim,
|
|
58455
58459
|
maxLength = props.maxLength,
|
|
58456
58460
|
style = props.style,
|
|
58457
58461
|
reFocus = props.reFocus,
|
|
@@ -58783,8 +58787,7 @@ function Select(props0) {
|
|
|
58783
58787
|
if (hideCreate) {
|
|
58784
58788
|
// optionListRef.current?.hoverMove(filterData.length - 1, true);
|
|
58785
58789
|
}
|
|
58786
|
-
|
|
58787
|
-
onFilter === null || onFilter === void 0 || onFilter(text.trim(), from);
|
|
58790
|
+
onFilter === null || onFilter === void 0 || onFilter(trim ? text.trim() : text, from);
|
|
58788
58791
|
};
|
|
58789
58792
|
var handleOptionClick = function handleOptionClick() {
|
|
58790
58793
|
if (multiple) return;
|
|
@@ -70172,7 +70175,7 @@ var TreeSelect = function TreeSelect(props0) {
|
|
|
70172
70175
|
return d;
|
|
70173
70176
|
} : _props$renderItem,
|
|
70174
70177
|
_props$trim = props.trim,
|
|
70175
|
-
trim = _props$trim === void 0 ?
|
|
70178
|
+
trim = _props$trim === void 0 ? true : _props$trim,
|
|
70176
70179
|
placeholder = props.placeholder,
|
|
70177
70180
|
renderUnmatched = props.renderUnmatched,
|
|
70178
70181
|
resultClassName = props.resultClassName,
|
|
@@ -74526,7 +74529,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
74526
74529
|
|
|
74527
74530
|
|
|
74528
74531
|
/* harmony default export */ var src_0 = ({
|
|
74529
|
-
version: '3.9.2-beta.
|
|
74532
|
+
version: '3.9.2-beta.5'
|
|
74530
74533
|
});
|
|
74531
74534
|
}();
|
|
74532
74535
|
/******/ return __webpack_exports__;
|