react-crud-mobile 1.3.254 → 1.3.256
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 +1 -0
- 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 +1 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIModal.tsx +2 -0
@@ -1376,6 +1376,7 @@ function UIModal(_ref) {
|
|
1376
1376
|
index = _useState2[0];
|
1377
1377
|
var dialog = scope.currentDialog;
|
1378
1378
|
//v1
|
1379
|
+
console.log(dialog);
|
1379
1380
|
var label = scope.getLabel();
|
1380
1381
|
var theme = scope.getTheme();
|
1381
1382
|
var headerStyle = Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|