shineout 3.6.0-beta.11 → 3.6.0-beta.12
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 -5
- 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.12'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12130,7 +12130,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12130
12130
|
};
|
|
12131
12131
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12132
12132
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12133
|
-
/* harmony default export */ var version = ('3.6.0-beta.
|
|
12133
|
+
/* harmony default export */ var version = ('3.6.0-beta.12');
|
|
12134
12134
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12135
12135
|
|
|
12136
12136
|
|
|
@@ -66184,9 +66184,10 @@ var Upload = function Upload(props0) {
|
|
|
66184
66184
|
wrapperProps = _useInputClick.wrapperProps;
|
|
66185
66185
|
var renderHandler = function renderHandler() {
|
|
66186
66186
|
if (restLength <= 0) return null;
|
|
66187
|
-
var inputOriginProps = {
|
|
66188
|
-
|
|
66189
|
-
|
|
66187
|
+
var inputOriginProps = {};
|
|
66188
|
+
if (props.webkitdirectory) {
|
|
66189
|
+
inputOriginProps.webkitdirectory = 'true';
|
|
66190
|
+
}
|
|
66190
66191
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(upload_drop, {
|
|
66191
66192
|
drop: drop,
|
|
66192
66193
|
accept: accept,
|
|
@@ -68875,7 +68876,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
68875
68876
|
|
|
68876
68877
|
|
|
68877
68878
|
/* harmony default export */ var src_0 = ({
|
|
68878
|
-
version: '3.6.0-beta.
|
|
68879
|
+
version: '3.6.0-beta.12'
|
|
68879
68880
|
});
|
|
68880
68881
|
}();
|
|
68881
68882
|
/******/ return __webpack_exports__;
|