react-crud-mobile 1.3.88 → 1.3.90

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.
@@ -1340,7 +1340,7 @@ function UIModal(_ref) {
1340
1340
  index = _useState2[0],
1341
1341
  setIndex = _useState2[1];
1342
1342
  var main = ViewUtils.getCrud('view');
1343
- //v5
1343
+ //v6
1344
1344
  var label = scope.getLabel();
1345
1345
  var theme = scope.getTheme();
1346
1346
  var headerStyle = Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
@@ -2059,12 +2059,12 @@ function UIElement(props) {
2059
2059
  })), scope.isType('dialog') && /*#__PURE__*/jsx(UIModal, _extends({}, props, {
2060
2060
  scope: scope,
2061
2061
  crud: crud
2062
- })), ((_scope$currentDialog = scope.currentDialog) == null ? void 0 : _scope$currentDialog.component) && /*#__PURE__*/jsx(UIModal, _extends({}, props, {
2062
+ })), ((_scope$currentDialog = scope.currentDialog) == null ? void 0 : _scope$currentDialog.component) && /*#__PURE__*/jsx(UIModal, {
2063
2063
  scope: scope,
2064
2064
  crud: (_scope$currentDialog2 = scope.currentDialog) == null ? void 0 : _scope$currentDialog2.crud,
2065
2065
  open: true,
2066
2066
  dialog: scope.currentDialog
2067
- })), scope.isType('chart') && /*#__PURE__*/jsx(ElChart, _extends({}, props, {
2067
+ }), scope.isType('chart') && /*#__PURE__*/jsx(ElChart, _extends({}, props, {
2068
2068
  scope: scope,
2069
2069
  crud: crud
2070
2070
  })), scope.isType('tabs') && /*#__PURE__*/jsx(ElTabs, _extends({}, props, {