shineout 3.4.3-beta.6 → 3.4.3-beta.8
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 +5 -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
|
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
492
492
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
493
493
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
494
494
|
var _default = exports.default = {
|
|
495
|
-
version: '3.4.3-beta.
|
|
495
|
+
version: '3.4.3-beta.8'
|
|
496
496
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11984,7 +11984,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11984
11984
|
};
|
|
11985
11985
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11986
11986
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11987
|
-
/* harmony default export */ var version = ('3.4.3-beta.
|
|
11987
|
+
/* harmony default export */ var version = ('3.4.3-beta.8');
|
|
11988
11988
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11989
11989
|
|
|
11990
11990
|
|
|
@@ -28127,7 +28127,6 @@ var Badge = function Badge(props) {
|
|
|
28127
28127
|
color = props.color,
|
|
28128
28128
|
text = props.text;
|
|
28129
28129
|
var badgeStyle = (jssStyle === null || jssStyle === void 0 || (_jssStyle$badge = jssStyle.badge) === null || _jssStyle$badge === void 0 ? void 0 : _jssStyle$badge.call(jssStyle)) || {};
|
|
28130
|
-
console.log('children', children);
|
|
28131
28130
|
var isTextBadge = text !== undefined || dot && children === undefined;
|
|
28132
28131
|
var rootClass = classnames_default()(className, badgeStyle.badge, isTextBadge && badgeStyle.textBadge);
|
|
28133
28132
|
var isOverflowCount = overflowCount !== undefined && Number(count) > overflowCount;
|
|
@@ -29287,7 +29286,6 @@ var usePositionStyle = function usePositionStyle(config) {
|
|
|
29287
29286
|
newStyle = _getStyle.newStyle,
|
|
29288
29287
|
newArrayStyle = _getStyle.newArrayStyle;
|
|
29289
29288
|
if (newStyle && !shallow_equal(style, newStyle)) {
|
|
29290
|
-
console.log('show, position, absolute, updateKey, fixedWidth: >>', show, position, absolute, updateKey, fixedWidth);
|
|
29291
29289
|
setStyle(newStyle);
|
|
29292
29290
|
setArrayStyle(newArrayStyle || {});
|
|
29293
29291
|
}
|
|
@@ -48089,7 +48087,8 @@ var Image = function Image(props) {
|
|
|
48089
48087
|
title = props.title,
|
|
48090
48088
|
style = props.style,
|
|
48091
48089
|
error = props.error,
|
|
48092
|
-
target = props.target,
|
|
48090
|
+
_props$target = props.target,
|
|
48091
|
+
target = _props$target === void 0 ? '_modal' : _props$target,
|
|
48093
48092
|
jssStyle = props.jssStyle,
|
|
48094
48093
|
className = props.className,
|
|
48095
48094
|
placeholder = props.placeholder,
|
|
@@ -59526,7 +59525,7 @@ var TabsHeader = function TabsHeader(props) {
|
|
|
59526
59525
|
});
|
|
59527
59526
|
var currentTabRect = currentTab === null || currentTab === void 0 || (_currentTab$getBoundi = currentTab.getBoundingClientRect) === null || _currentTab$getBoundi === void 0 ? void 0 : _currentTab$getBoundi.call(currentTab);
|
|
59528
59527
|
setCurrentTabRect(currentTabRect);
|
|
59529
|
-
}, [active]);
|
|
59528
|
+
}, [active, tabs]);
|
|
59530
59529
|
var renderHeaderScrollBar = function renderHeaderScrollBar() {
|
|
59531
59530
|
if (shape !== 'line' && shape !== 'dash') return;
|
|
59532
59531
|
if (!currentTabRect) return;
|
|
@@ -65187,7 +65186,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
65187
65186
|
|
|
65188
65187
|
|
|
65189
65188
|
/* harmony default export */ var src_0 = ({
|
|
65190
|
-
version: '3.4.3-beta.
|
|
65189
|
+
version: '3.4.3-beta.8'
|
|
65191
65190
|
});
|
|
65192
65191
|
}();
|
|
65193
65192
|
/******/ return __webpack_exports__;
|