shineout 3.7.0 → 3.7.1-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 +11 -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
|
@@ -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.7.
|
|
525
|
+
version: '3.7.1-beta.2'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12227,7 +12227,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12227
12227
|
};
|
|
12228
12228
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12229
12229
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12230
|
-
/* harmony default export */ var version = ('3.7.
|
|
12230
|
+
/* harmony default export */ var version = ('3.7.1-beta.2');
|
|
12231
12231
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12232
12232
|
|
|
12233
12233
|
|
|
@@ -25891,10 +25891,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
25891
25891
|
borderBottom: "1px solid ".concat(src.tableCellBorderColor),
|
|
25892
25892
|
boxSizing: 'border-box',
|
|
25893
25893
|
lineHeight: src.lineHeightDynamic,
|
|
25894
|
-
zIndex: fixedIndex - 1,
|
|
25895
|
-
'&$cellFixedLeft, &$cellFixedRight': {
|
|
25896
|
-
zIndex: fixedIndex
|
|
25897
|
-
},
|
|
25898
25894
|
'$bordered&': {
|
|
25899
25895
|
'&::after': {
|
|
25900
25896
|
content: '""',
|
|
@@ -26026,6 +26022,14 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26026
26022
|
background: src.tableTheadBackgroundColor,
|
|
26027
26023
|
'$sticky > &': {
|
|
26028
26024
|
zIndex: headerIndex
|
|
26025
|
+
},
|
|
26026
|
+
'& table th': {
|
|
26027
|
+
zIndex: fixedFixedIndex + 1,
|
|
26028
|
+
'&$cellFixedLeft': {
|
|
26029
|
+
position: 'sticky',
|
|
26030
|
+
top: 'auto',
|
|
26031
|
+
zIndex: fixedFixedIndex + 2
|
|
26032
|
+
}
|
|
26029
26033
|
}
|
|
26030
26034
|
},
|
|
26031
26035
|
bodyWrapper: {
|
|
@@ -26043,7 +26047,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({
|
|
|
26043
26047
|
}
|
|
26044
26048
|
},
|
|
26045
26049
|
'& td': {
|
|
26046
|
-
zIndex: fixedIndex,
|
|
26047
26050
|
'&$cellFixedLeft': {
|
|
26048
26051
|
position: 'sticky',
|
|
26049
26052
|
top: 'auto',
|
|
@@ -31250,7 +31253,7 @@ var usePositionStyle = function usePositionStyle(config) {
|
|
|
31250
31253
|
// 当父元素的滚动容器滚动时,判断是否需要更新弹出层位置,包括是否隐藏弹出层(通过hideStyle隐藏,不是show状态)
|
|
31251
31254
|
context.prevParentPosition = parentElNewPosition;
|
|
31252
31255
|
});
|
|
31253
|
-
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(updateStyle, [show, position, absolute, updateKey, fixedWidth, parentElNewPosition, popupElSize]);
|
|
31256
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(updateStyle, [show, position, absolute, updateKey, fixedWidth, parentElNewPosition, popupElSize === null || popupElSize === void 0 ? void 0 : popupElSize.width]);
|
|
31254
31257
|
return {
|
|
31255
31258
|
style: style
|
|
31256
31259
|
};
|
|
@@ -71313,7 +71316,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71313
71316
|
|
|
71314
71317
|
|
|
71315
71318
|
/* harmony default export */ var src_0 = ({
|
|
71316
|
-
version: '3.7.
|
|
71319
|
+
version: '3.7.1-beta.2'
|
|
71317
71320
|
});
|
|
71318
71321
|
}();
|
|
71319
71322
|
/******/ return __webpack_exports__;
|