shineout 3.3.0-beta.10 → 3.3.0-beta.11
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/cjs/tabs/interface.d.ts +1 -0
- package/dist/shineout.js +18 -7
- 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/esm/tabs/interface.d.ts +1 -0
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.3.0-beta.
|
|
479
|
+
version: '3.3.0-beta.11'
|
|
480
480
|
};
|
package/cjs/tabs/interface.d.ts
CHANGED
package/dist/shineout.js
CHANGED
|
@@ -11960,7 +11960,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11960
11960
|
};
|
|
11961
11961
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11962
11962
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11963
|
-
/* harmony default export */ var version = ('3.3.0-beta.
|
|
11963
|
+
/* harmony default export */ var version = ('3.3.0-beta.11');
|
|
11964
11964
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11965
11965
|
|
|
11966
11966
|
|
|
@@ -24215,9 +24215,6 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({}, globalStyle
|
|
|
24215
24215
|
background: src.tableTfootBackgroundColor,
|
|
24216
24216
|
color: src.tableTfootFontColor,
|
|
24217
24217
|
fontWeight: src.tableTfootFontWeight
|
|
24218
|
-
},
|
|
24219
|
-
'&bordered tr:last-child td': {
|
|
24220
|
-
borderBottom: 'none'
|
|
24221
24218
|
}
|
|
24222
24219
|
}
|
|
24223
24220
|
},
|
|
@@ -24268,6 +24265,17 @@ var tableStyle = objectSpread2_default()(objectSpread2_default()({}, globalStyle
|
|
|
24268
24265
|
bordered: {
|
|
24269
24266
|
border: "1px solid ".concat(src.tableCellBorderColor),
|
|
24270
24267
|
borderBottom: 'none',
|
|
24268
|
+
borderTop: 'none',
|
|
24269
|
+
'&::before': {
|
|
24270
|
+
position: 'absolute',
|
|
24271
|
+
zIndex: 7,
|
|
24272
|
+
content: '""',
|
|
24273
|
+
display: 'block',
|
|
24274
|
+
top: 0,
|
|
24275
|
+
left: 0,
|
|
24276
|
+
right: 0,
|
|
24277
|
+
borderTop: "1px solid ".concat(src.tableCellBorderColor)
|
|
24278
|
+
},
|
|
24271
24279
|
'&::after': {
|
|
24272
24280
|
position: 'absolute',
|
|
24273
24281
|
content: '""',
|
|
@@ -50996,6 +51004,9 @@ var usePagination = function usePagination(props) {
|
|
|
50996
51004
|
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
50997
51005
|
if (pageSizeProp !== pageSize) setPageSize(pageSizeProp);
|
|
50998
51006
|
}, [pageSizeProp]);
|
|
51007
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
51008
|
+
if (currentProp !== undefined && currentProp !== current) setCurrent(currentProp);
|
|
51009
|
+
}, [currentProp]);
|
|
50999
51010
|
var handleChange = usePersistFn(function (c, size) {
|
|
51000
51011
|
if (c === current && size === undefined) return;
|
|
51001
51012
|
setCurrent(c);
|
|
@@ -51015,7 +51026,7 @@ var usePagination = function usePagination(props) {
|
|
|
51015
51026
|
return objectSpread2_default()({}, mergedEventHandlers);
|
|
51016
51027
|
};
|
|
51017
51028
|
return {
|
|
51018
|
-
current:
|
|
51029
|
+
current: current,
|
|
51019
51030
|
pageSize: pageSize,
|
|
51020
51031
|
total: total,
|
|
51021
51032
|
onChange: handleChange,
|
|
@@ -55258,7 +55269,7 @@ var useTableLayout = function useTableLayout(props) {
|
|
|
55258
55269
|
(_cancelFunc = cancelFunc) === null || _cancelFunc === void 0 || _cancelFunc();
|
|
55259
55270
|
};
|
|
55260
55271
|
}, [scrollRef.current]);
|
|
55261
|
-
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.
|
|
55272
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
55262
55273
|
if (adjust) {
|
|
55263
55274
|
getColgroup(adjust === 'drag');
|
|
55264
55275
|
setAdjust(false);
|
|
@@ -63462,7 +63473,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
63462
63473
|
|
|
63463
63474
|
|
|
63464
63475
|
/* harmony default export */ var src_0 = ({
|
|
63465
|
-
version: '3.3.0-beta.
|
|
63476
|
+
version: '3.3.0-beta.11'
|
|
63466
63477
|
});
|
|
63467
63478
|
}();
|
|
63468
63479
|
/******/ return __webpack_exports__;
|