ywana-core8 0.0.787 → 0.0.788
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/dist/index.cjs
CHANGED
@@ -4352,7 +4352,9 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
4352
4352
|
onClose = _ref.onClose,
|
4353
4353
|
children = _ref.children,
|
4354
4354
|
className = _ref.className,
|
4355
|
-
disabled = _ref.disabled
|
4355
|
+
disabled = _ref.disabled,
|
4356
|
+
_ref$overlayCanClose = _ref.overlayCanClose,
|
4357
|
+
overlayCanClose = _ref$overlayCanClose === void 0 ? true : _ref$overlayCanClose;
|
4356
4358
|
var site = React.useContext(SiteContext);
|
4357
4359
|
|
4358
4360
|
function success(file, message) {
|
@@ -4384,7 +4386,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
4384
4386
|
open: true,
|
4385
4387
|
onAction: onAction,
|
4386
4388
|
actions: actions,
|
4387
|
-
className: className
|
4389
|
+
className: className,
|
4390
|
+
overlayCanClose: overlayCanClose
|
4388
4391
|
}, disabled ? "" : /*#__PURE__*/React__default["default"].createElement(Uploader, {
|
4389
4392
|
label: label,
|
4390
4393
|
accept: accept,
|