shineout 3.6.0-beta.23 → 3.6.0-beta.24
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 -2
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.0-beta.
|
|
517
|
+
version: '3.6.0-beta.24'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12136,7 +12136,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12136
12136
|
};
|
|
12137
12137
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12138
12138
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12139
|
-
/* harmony default export */ var version = ('3.6.0-beta.
|
|
12139
|
+
/* harmony default export */ var version = ('3.6.0-beta.24');
|
|
12140
12140
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12141
12141
|
|
|
12142
12142
|
|
|
@@ -66794,6 +66794,7 @@ var Upload = function Upload(props0) {
|
|
|
66794
66794
|
value: value,
|
|
66795
66795
|
files: files,
|
|
66796
66796
|
filesInstances: renderFile(),
|
|
66797
|
+
valueInstances: renderValue(),
|
|
66797
66798
|
onFileRemove: func.removeFile,
|
|
66798
66799
|
onValueRemove: func.removeValue,
|
|
66799
66800
|
recoverValue: recycleValues,
|
|
@@ -69373,7 +69374,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69373
69374
|
|
|
69374
69375
|
|
|
69375
69376
|
/* harmony default export */ var src_0 = ({
|
|
69376
|
-
version: '3.6.0-beta.
|
|
69377
|
+
version: '3.6.0-beta.24'
|
|
69377
69378
|
});
|
|
69378
69379
|
}();
|
|
69379
69380
|
/******/ return __webpack_exports__;
|