ywana-core8 0.0.786 → 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 +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +5 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +5 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/site/dialog.js +2 -2
- package/src/widgets/upload/UploadDialog.js +2 -2
package/dist/index.umd.js
CHANGED
@@ -4346,7 +4346,9 @@
|
|
4346
4346
|
onClose = _ref.onClose,
|
4347
4347
|
children = _ref.children,
|
4348
4348
|
className = _ref.className,
|
4349
|
-
disabled = _ref.disabled
|
4349
|
+
disabled = _ref.disabled,
|
4350
|
+
_ref$overlayCanClose = _ref.overlayCanClose,
|
4351
|
+
overlayCanClose = _ref$overlayCanClose === void 0 ? true : _ref$overlayCanClose;
|
4350
4352
|
var site = React.useContext(SiteContext);
|
4351
4353
|
|
4352
4354
|
function success(file, message) {
|
@@ -4378,7 +4380,8 @@
|
|
4378
4380
|
open: true,
|
4379
4381
|
onAction: onAction,
|
4380
4382
|
actions: actions,
|
4381
|
-
className: className
|
4383
|
+
className: className,
|
4384
|
+
overlayCanClose: overlayCanClose
|
4382
4385
|
}, disabled ? "" : /*#__PURE__*/React__default["default"].createElement(Uploader, {
|
4383
4386
|
label: label,
|
4384
4387
|
accept: accept,
|