shineout 3.8.10-beta.4 → 3.8.10-beta.5
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 +3 -3
- 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.8.10-beta.
|
|
525
|
+
version: '3.8.10-beta.5'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12398,7 +12398,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12398
12398
|
};
|
|
12399
12399
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12400
12400
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12401
|
-
/* harmony default export */ var version = ('3.8.10-beta.
|
|
12401
|
+
/* harmony default export */ var version = ('3.8.10-beta.5');
|
|
12402
12402
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12403
12403
|
|
|
12404
12404
|
|
|
@@ -47227,7 +47227,7 @@ var Day = function Day(props) {
|
|
|
47227
47227
|
props.setCurrent(new Date(), areaType);
|
|
47228
47228
|
props.onChange(new Date(), props.needConfirm || props.type === 'datetime');
|
|
47229
47229
|
setTimeout(function () {
|
|
47230
|
-
if (props.closeByConfirm && !props.range) props.closeByConfirm();
|
|
47230
|
+
if (props.needConfirm && props.closeByConfirm && !props.range) props.closeByConfirm();
|
|
47231
47231
|
}, 0);
|
|
47232
47232
|
};
|
|
47233
47233
|
var renderDay = function renderDay(item, index) {
|
|
@@ -73404,7 +73404,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
73404
73404
|
|
|
73405
73405
|
|
|
73406
73406
|
/* harmony default export */ var src_0 = ({
|
|
73407
|
-
version: '3.8.10-beta.
|
|
73407
|
+
version: '3.8.10-beta.5'
|
|
73408
73408
|
});
|
|
73409
73409
|
}();
|
|
73410
73410
|
/******/ return __webpack_exports__;
|