shineout 3.7.6 → 3.7.7-beta.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 +6 -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.7.
|
|
525
|
+
version: '3.7.7-beta.2'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.7.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.7-beta.2');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -36518,6 +36518,7 @@ function escapeRegExp() {
|
|
|
36518
36518
|
search: '搜索',
|
|
36519
36519
|
urlInvalidMsg: '图片格式不正确,请重新上传',
|
|
36520
36520
|
invalidAccept: '文件格式不正确',
|
|
36521
|
+
invalidImage: '图片格式不正确',
|
|
36521
36522
|
notFound: '未找到'
|
|
36522
36523
|
});
|
|
36523
36524
|
;// CONCATENATED MODULE: ../base/src/config/locale/en_US.ts
|
|
@@ -36583,6 +36584,7 @@ function escapeRegExp() {
|
|
|
36583
36584
|
search: 'search',
|
|
36584
36585
|
urlInvalidMsg: 'Picture format is incorrect, please upload again',
|
|
36585
36586
|
invalidAccept: 'Invalid file format',
|
|
36587
|
+
invalidImage: 'Invalid image format',
|
|
36586
36588
|
notFound: 'not found'
|
|
36587
36589
|
});
|
|
36588
36590
|
;// CONCATENATED MODULE: ../base/src/config/locale/index.ts
|
|
@@ -46325,6 +46327,7 @@ var Time = function Time(props) {
|
|
|
46325
46327
|
})]
|
|
46326
46328
|
});
|
|
46327
46329
|
};
|
|
46330
|
+
var shouldRenderTimes = times && times.length > 0;
|
|
46328
46331
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
46329
46332
|
onMouseEnter: props.onMouseEnter,
|
|
46330
46333
|
onMouseLeave: props.onMouseLeave,
|
|
@@ -46333,7 +46336,7 @@ var Time = function Time(props) {
|
|
|
46333
46336
|
children: [props.showTitle && /*#__PURE__*/(0,jsx_runtime.jsx)(pickerTitle, {
|
|
46334
46337
|
position: props.position,
|
|
46335
46338
|
jssStyle: props.jssStyle
|
|
46336
|
-
}), /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
46339
|
+
}), shouldRenderTimes && /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
46337
46340
|
className: styles === null || styles === void 0 ? void 0 : styles.pickerBody,
|
|
46338
46341
|
children: times.map(function (item) {
|
|
46339
46342
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TimeScroll, {
|
|
@@ -71769,7 +71772,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71769
71772
|
|
|
71770
71773
|
|
|
71771
71774
|
/* harmony default export */ var src_0 = ({
|
|
71772
|
-
version: '3.7.
|
|
71775
|
+
version: '3.7.7-beta.2'
|
|
71773
71776
|
});
|
|
71774
71777
|
}();
|
|
71775
71778
|
/******/ return __webpack_exports__;
|