shineout 3.1.25 → 3.1.26
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 +6 -16
- 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.26'
|
|
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.26');
|
|
11953
11953
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11954
11954
|
|
|
11955
11955
|
|
|
@@ -25133,6 +25133,7 @@ var tooltipStyle = objectSpread2_default()(objectSpread2_default()({}, tooltip_a
|
|
|
25133
25133
|
boxShadow: src.tooltipShadow,
|
|
25134
25134
|
color: src.tooltipColor,
|
|
25135
25135
|
wordWrap: 'break-word',
|
|
25136
|
+
pointerEvents: 'none',
|
|
25136
25137
|
'&[data-soui-type^="light"]': {
|
|
25137
25138
|
backgroundColor: src.tooltipLightBackgroundColor,
|
|
25138
25139
|
color: src.tooltipLightColor,
|
|
@@ -35633,7 +35634,6 @@ Tag.Input = tag_input;
|
|
|
35633
35634
|
|
|
35634
35635
|
|
|
35635
35636
|
|
|
35636
|
-
|
|
35637
35637
|
function getResetMore(onFilter, container, doms) {
|
|
35638
35638
|
if (!container || !doms || !doms.length) return -1;
|
|
35639
35639
|
var items = Array.from(doms);
|
|
@@ -35723,15 +35723,6 @@ var More = function More(props) {
|
|
|
35723
35723
|
});
|
|
35724
35724
|
itemsLength = after.length;
|
|
35725
35725
|
}
|
|
35726
|
-
if (after && after.length > 0) {
|
|
35727
|
-
after = external_root_React_commonjs2_react_commonjs_react_amd_react_.Children.map(after, function (item) {
|
|
35728
|
-
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().cloneElement(item, objectSpread2_default()(objectSpread2_default()({}, item.props), {}, {
|
|
35729
|
-
style: {
|
|
35730
|
-
opcacity: 1
|
|
35731
|
-
}
|
|
35732
|
-
}));
|
|
35733
|
-
}) || after;
|
|
35734
|
-
}
|
|
35735
35726
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)((external_root_React_commonjs2_react_commonjs_react_amd_react_default()).Fragment, {
|
|
35736
35727
|
children: [shouldShowMore ? data : before, /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
35737
35728
|
style: {
|
|
@@ -42353,10 +42344,9 @@ var Modal = function Modal(props) {
|
|
|
42353
42344
|
return function () {
|
|
42354
42345
|
var _props$shouldDestroy2;
|
|
42355
42346
|
(_props$shouldDestroy2 = props.shouldDestroy) === null || _props$shouldDestroy2 === void 0 || _props$shouldDestroy2.call(props, true);
|
|
42356
|
-
if (props.autoShow) {
|
|
42357
|
-
|
|
42358
|
-
|
|
42359
|
-
}
|
|
42347
|
+
// if (props.autoShow) {
|
|
42348
|
+
// props.onClose?.();
|
|
42349
|
+
// }
|
|
42360
42350
|
if (context.isMask) {
|
|
42361
42351
|
context.isMask = false;
|
|
42362
42352
|
hasMask = false;
|
|
@@ -62373,7 +62363,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62373
62363
|
|
|
62374
62364
|
|
|
62375
62365
|
/* harmony default export */ var src_0 = ({
|
|
62376
|
-
version: '3.1.
|
|
62366
|
+
version: '3.1.26'
|
|
62377
62367
|
});
|
|
62378
62368
|
}();
|
|
62379
62369
|
/******/ return __webpack_exports__;
|