@solcre-org/core-ui 2.15.19 → 2.15.20

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.
@@ -9039,7 +9039,7 @@ class ModelApiService {
9039
9039
  }
9040
9040
  const apiCall = config.isSingleObject
9041
9041
  ? this.apiService.getObj(config.endpoint, config.id)
9042
- : this.apiService.fetchData(config.endpoint);
9042
+ : this.apiService.fetchData(config.endpoint, config.customParams || {});
9043
9043
  return apiCall.pipe(map((res) => {
9044
9044
  if (!res || !res.data) {
9045
9045
  return { key: config.key, data: config.isSingleObject ? null : [] };
@@ -15824,12 +15824,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
15824
15824
  // Este archivo es generado automáticamente por scripts/update-version.js
15825
15825
  // No edites manualmente este archivo
15826
15826
  const VERSION = {
15827
- full: '2.15.19',
15827
+ full: '2.15.20',
15828
15828
  major: 2,
15829
15829
  minor: 15,
15830
- patch: 19,
15831
- timestamp: '2025-10-16T18:16:52.077Z',
15832
- buildDate: '16/10/2025'
15830
+ patch: 20,
15831
+ timestamp: '2025-10-17T11:19:18.243Z',
15832
+ buildDate: '17/10/2025'
15833
15833
  };
15834
15834
 
15835
15835
  class MainNavComponent {