shineout 3.8.5-beta.4 → 3.8.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.5
|
|
525
|
+
version: '3.8.5'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12386
12386
|
};
|
|
12387
12387
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12388
12388
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12389
|
-
/* harmony default export */ var version = ('3.8.5
|
|
12389
|
+
/* harmony default export */ var version = ('3.8.5');
|
|
12390
12390
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12391
12391
|
|
|
12392
12392
|
|
|
@@ -47204,7 +47204,7 @@ var Day = function Day(props) {
|
|
|
47204
47204
|
}, 'week');
|
|
47205
47205
|
};
|
|
47206
47206
|
var renderFooter = function renderFooter() {
|
|
47207
|
-
var showLeft = props.type === 'datetime' || props.type === 'date';
|
|
47207
|
+
var showLeft = props.type === 'datetime' || props.type === 'date' || props.type === 'week';
|
|
47208
47208
|
var timeStr = func.getTimeStr();
|
|
47209
47209
|
if (!showLeft && !props.showSelNow) return null;
|
|
47210
47210
|
var format = props.format;
|
|
@@ -73290,7 +73290,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
73290
73290
|
|
|
73291
73291
|
|
|
73292
73292
|
/* harmony default export */ var src_0 = ({
|
|
73293
|
-
version: '3.8.5
|
|
73293
|
+
version: '3.8.5'
|
|
73294
73294
|
});
|
|
73295
73295
|
}();
|
|
73296
73296
|
/******/ return __webpack_exports__;
|