react-crud-mobile 1.3.202 → 1.3.204
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 -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 +4 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +3 -0
- package/src/elements/core/UIModal.tsx +2 -0
@@ -1375,6 +1375,7 @@ function UIModal(_ref) {
|
|
1375
1375
|
index = _useState2[0],
|
1376
1376
|
setIndex = _useState2[1];
|
1377
1377
|
//v1
|
1378
|
+
console.log(modalVisible);
|
1378
1379
|
var label = scope.getLabel();
|
1379
1380
|
var theme = scope.getTheme();
|
1380
1381
|
var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|
@@ -2125,6 +2126,9 @@ function UIElement(props) {
|
|
2125
2126
|
};
|
2126
2127
|
var Container = function Container() {
|
2127
2128
|
var _scope$currentDialog2, _scope$currentDialog3, _scope$currentDialog4;
|
2129
|
+
if (scope.isType('list')) {
|
2130
|
+
console.log(scope.currentDialog);
|
2131
|
+
}
|
2128
2132
|
return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
2129
2133
|
children: [isShowLabel() && /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
|
2130
2134
|
style: getStyle('outerLabel', {
|