shineout 3.1.1 → 3.1.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 +7 -4
- 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
|
@@ -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.1.
|
|
479
|
+
version: '3.1.2'
|
|
480
480
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11949
11949
|
};
|
|
11950
11950
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11951
11951
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11952
|
-
/* harmony default export */ var version = ('3.1.
|
|
11952
|
+
/* harmony default export */ var version = ('3.1.2');
|
|
11953
11953
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11954
11954
|
|
|
11955
11955
|
|
|
@@ -29492,7 +29492,7 @@ var button_excluded = ["jssStyle", "className", "style", "children", "loading",
|
|
|
29492
29492
|
|
|
29493
29493
|
|
|
29494
29494
|
var Button = function Button(props) {
|
|
29495
|
-
var _jssStyle$button;
|
|
29495
|
+
var _jssStyle$button, _React$Children$map;
|
|
29496
29496
|
var jssStyle = props.jssStyle,
|
|
29497
29497
|
className = props.className,
|
|
29498
29498
|
style = props.style,
|
|
@@ -29548,8 +29548,11 @@ var Button = function Button(props) {
|
|
|
29548
29548
|
}
|
|
29549
29549
|
return 12;
|
|
29550
29550
|
};
|
|
29551
|
-
var childrenEl = external_root_React_commonjs2_react_commonjs_react_amd_react_default().Children.map(getSpaceChildren(children, space), function (item) {
|
|
29551
|
+
var childrenEl = (_React$Children$map = external_root_React_commonjs2_react_commonjs_react_amd_react_default().Children.map(getSpaceChildren(children, space), function (item) {
|
|
29552
29552
|
if (loading && /*#__PURE__*/(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.isValidElement)(item) && item.type.isShineoutIcon) return null;
|
|
29553
|
+
return item;
|
|
29554
|
+
})) === null || _React$Children$map === void 0 ? void 0 : _React$Children$map.filter(function (item) {
|
|
29555
|
+
return item !== null;
|
|
29553
29556
|
});
|
|
29554
29557
|
var buttonInnerEl = childrenEl;
|
|
29555
29558
|
|
|
@@ -62042,7 +62045,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62042
62045
|
|
|
62043
62046
|
|
|
62044
62047
|
/* harmony default export */ var src_0 = ({
|
|
62045
|
-
version: '3.1.
|
|
62048
|
+
version: '3.1.2'
|
|
62046
62049
|
});
|
|
62047
62050
|
}();
|
|
62048
62051
|
/******/ return __webpack_exports__;
|