@solcre-org/core-ui 2.15.5 → 2.15.6

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.
@@ -12132,7 +12132,7 @@ class GenericTableComponent {
12132
12132
  return true;
12133
12133
  });
12134
12134
  shouldShowManualRefresh = computed(() => {
12135
- return this.showManualRefresh() && !this.mobileResolutionService.isMobile();
12135
+ return this.showManualRefresh() && !this.mobileResolutionService.shouldShowMobileHeader();
12136
12136
  });
12137
12137
  fixedActionsArray = computed(() => {
12138
12138
  const config = this.fixedActionsConfig();
@@ -15321,11 +15321,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
15321
15321
  // Este archivo es generado automáticamente por scripts/update-version.js
15322
15322
  // No edites manualmente este archivo
15323
15323
  const VERSION = {
15324
- full: '2.15.5',
15324
+ full: '2.15.6',
15325
15325
  major: 2,
15326
15326
  minor: 15,
15327
- patch: 5,
15328
- timestamp: '2025-10-10T16:14:37.566Z',
15327
+ patch: 6,
15328
+ timestamp: '2025-10-10T16:21:32.560Z',
15329
15329
  buildDate: '10/10/2025'
15330
15330
  };
15331
15331