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
|
@@ -2020,6 +2020,9 @@ function UIElement(props) {
|
|
|
2020
2020
|
})), scope.isType('view') && /*#__PURE__*/jsx(UIView, _extends({}, props, {
|
|
2021
2021
|
scope: scope,
|
|
2022
2022
|
crud: crud
|
|
2023
|
+
})), scope.isType('dialog') && /*#__PURE__*/jsx(UIModal, _extends({}, props, {
|
|
2024
|
+
scope: scope,
|
|
2025
|
+
crud: crud
|
|
2023
2026
|
})), isShowChild() && /*#__PURE__*/jsx(UIChildren, _extends({}, props, {
|
|
2024
2027
|
scope: scope,
|
|
2025
2028
|
crud: crud,
|
|
@@ -2064,12 +2067,6 @@ function UIElement(props) {
|
|
|
2064
2067
|
crud: crud
|
|
2065
2068
|
}));
|
|
2066
2069
|
}
|
|
2067
|
-
if (scope.isType('dialog')) {
|
|
2068
|
-
return /*#__PURE__*/jsx(UIModal, _extends({}, props, {
|
|
2069
|
-
scope: scope,
|
|
2070
|
-
crud: crud
|
|
2071
|
-
}));
|
|
2072
|
-
}
|
|
2073
2070
|
return /*#__PURE__*/jsx(Tag, _extends({
|
|
2074
2071
|
ref: ref,
|
|
2075
2072
|
style: getStyle()
|