react-crud-mobile 1.3.352 → 1.3.354

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.
@@ -359,6 +359,7 @@ var styles$2 = {
359
359
  };
360
360
 
361
361
  function UIIcon(_ref) {
362
+ var _scope$original;
362
363
  var scope = _ref.scope;
363
364
  var name = scope.getValue();
364
365
  var libs = {
@@ -370,9 +371,13 @@ function UIIcon(_ref) {
370
371
  };
371
372
  var library = reactCrudUtils.Utils.nvl(scope.original.library, 'ion');
372
373
  var Aux = libs[library];
374
+ var css = scope.getStyle('icon');
375
+ if ((_scope$original = scope.original) != null && _scope$original["transient"]) {
376
+ css = _extends({}, css, scope.getStyle());
377
+ }
373
378
  return /*#__PURE__*/jsxRuntime.jsx(Aux, {
374
379
  name: name,
375
- style: scope.getStyle('icon')
380
+ style: css
376
381
  });
377
382
  }
378
383
 
@@ -2088,6 +2093,7 @@ function UIElement(props) {
2088
2093
  return false;
2089
2094
  };
2090
2095
  var isShowInner = function isShowInner() {
2096
+ if (scope.isType('icon')) return false;
2091
2097
  if (hasChildren()) {
2092
2098
  return false;
2093
2099
  }