react-crud-mobile 1.3.91 → 1.3.92
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/react-crud-mobile.cjs.development.js +4 -4
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +4 -4
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +1 -1
|
@@ -1328,7 +1328,7 @@ function UIToast() {
|
|
|
1328
1328
|
|
|
1329
1329
|
var _excluded = ["scope", "open", "dialog"];
|
|
1330
1330
|
function UIModal(_ref) {
|
|
1331
|
-
var _theme$styles, _scope$
|
|
1331
|
+
var _theme$styles, _scope$currentDialog3, _main$dialog2;
|
|
1332
1332
|
var scope = _ref.scope,
|
|
1333
1333
|
open = _ref.open,
|
|
1334
1334
|
dialog = _ref.dialog,
|
|
@@ -1396,8 +1396,8 @@ function UIModal(_ref) {
|
|
|
1396
1396
|
scope.update();
|
|
1397
1397
|
};
|
|
1398
1398
|
scope.dialogHide = function (args) {
|
|
1399
|
-
var _main$dialog;
|
|
1400
|
-
var old = scope.currentDialog;
|
|
1399
|
+
var _scope$currentDialog2, _main$dialog;
|
|
1400
|
+
var old = (_scope$currentDialog2 = scope.currentDialog) == null ? void 0 : _scope$currentDialog2.crud;
|
|
1401
1401
|
main.dialog = Utils.nvl(old.dialog, null);
|
|
1402
1402
|
scope.currentDialog = null;
|
|
1403
1403
|
toggle(false);
|
|
@@ -1406,7 +1406,7 @@ function UIModal(_ref) {
|
|
|
1406
1406
|
}
|
|
1407
1407
|
scope.update();
|
|
1408
1408
|
};
|
|
1409
|
-
var curr = (_scope$
|
|
1409
|
+
var curr = (_scope$currentDialog3 = scope.currentDialog) == null ? void 0 : _scope$currentDialog3.crud;
|
|
1410
1410
|
if (!curr) {
|
|
1411
1411
|
return /*#__PURE__*/jsx(Fragment, {});
|
|
1412
1412
|
}
|