react-crud-mobile 1.3.203 → 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 +3 -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 +3 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +3 -0
@@ -2117,6 +2117,9 @@ function UIElement(props) {
|
|
2117
2117
|
};
|
2118
2118
|
var Container = function Container() {
|
2119
2119
|
var _scope$currentDialog2, _scope$currentDialog3, _scope$currentDialog4;
|
2120
|
+
if (scope.isType('list')) {
|
2121
|
+
console.log(scope.currentDialog);
|
2122
|
+
}
|
2120
2123
|
return /*#__PURE__*/jsxs(Fragment, {
|
2121
2124
|
children: [isShowLabel() && /*#__PURE__*/jsxs(View, {
|
2122
2125
|
style: getStyle('outerLabel', {
|