react-crud-mobile 1.3.65 → 1.3.66
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 -6
- 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 -6
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +4 -4
|
@@ -2029,6 +2029,9 @@ function UIElement(props) {
|
|
|
2029
2029
|
})), scope.isType('view') && /*#__PURE__*/jsxRuntime.jsx(UIView, _extends({}, props, {
|
|
2030
2030
|
scope: scope,
|
|
2031
2031
|
crud: crud
|
|
2032
|
+
})), scope.isType('dialog') && /*#__PURE__*/jsxRuntime.jsx(UIModal, _extends({}, props, {
|
|
2033
|
+
scope: scope,
|
|
2034
|
+
crud: crud
|
|
2032
2035
|
})), isShowChild() && /*#__PURE__*/jsxRuntime.jsx(UIChildren, _extends({}, props, {
|
|
2033
2036
|
scope: scope,
|
|
2034
2037
|
crud: crud,
|
|
@@ -2073,12 +2076,6 @@ function UIElement(props) {
|
|
|
2073
2076
|
crud: crud
|
|
2074
2077
|
}));
|
|
2075
2078
|
}
|
|
2076
|
-
if (scope.isType('dialog')) {
|
|
2077
|
-
return /*#__PURE__*/jsxRuntime.jsx(UIModal, _extends({}, props, {
|
|
2078
|
-
scope: scope,
|
|
2079
|
-
crud: crud
|
|
2080
|
-
}));
|
|
2081
|
-
}
|
|
2082
2079
|
return /*#__PURE__*/jsxRuntime.jsx(Tag, _extends({
|
|
2083
2080
|
ref: ref,
|
|
2084
2081
|
style: getStyle()
|