react-crud-mobile 1.3.88 → 1.3.89

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.
@@ -2068,12 +2068,12 @@ function UIElement(props) {
2068
2068
  })), scope.isType('dialog') && /*#__PURE__*/jsxRuntime.jsx(UIModal, _extends({}, props, {
2069
2069
  scope: scope,
2070
2070
  crud: crud
2071
- })), ((_scope$currentDialog = scope.currentDialog) == null ? void 0 : _scope$currentDialog.component) && /*#__PURE__*/jsxRuntime.jsx(UIModal, _extends({}, props, {
2071
+ })), ((_scope$currentDialog = scope.currentDialog) == null ? void 0 : _scope$currentDialog.component) && /*#__PURE__*/jsxRuntime.jsx(UIModal, {
2072
2072
  scope: scope,
2073
2073
  crud: (_scope$currentDialog2 = scope.currentDialog) == null ? void 0 : _scope$currentDialog2.crud,
2074
2074
  open: true,
2075
2075
  dialog: scope.currentDialog
2076
- })), scope.isType('chart') && /*#__PURE__*/jsxRuntime.jsx(ElChart, _extends({}, props, {
2076
+ }), scope.isType('chart') && /*#__PURE__*/jsxRuntime.jsx(ElChart, _extends({}, props, {
2077
2077
  scope: scope,
2078
2078
  crud: crud
2079
2079
  })), scope.isType('tabs') && /*#__PURE__*/jsxRuntime.jsx(ElTabs, _extends({}, props, {