@solcre-org/core-ui 2.12.23 → 2.12.24

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.
package/index.d.ts CHANGED
@@ -1166,6 +1166,7 @@ interface PaginatedResponse<T> {
1166
1166
  declare class TableDataService<T extends DataBaseModelInterface & {
1167
1167
  [key: string]: any;
1168
1168
  }> {
1169
+ private static readonly DEFAULT_PAGE_SIZE;
1169
1170
  private modelApiService;
1170
1171
  private loaderService;
1171
1172
  private displayedDataSubject;
@@ -2176,18 +2177,6 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
2176
2177
  getCellDisabledClasses(row: T, column: ColumnConfig<T>): string;
2177
2178
  isRowVisible(row: T): boolean;
2178
2179
  private applyRowVisibilityFilter;
2179
- /**
2180
- * Obtiene información de depuración sobre la visibilidad de filas
2181
- * @param data - Array de datos a analizar
2182
- * @returns Información de debugging sobre visibilidad
2183
- */
2184
- getVisibilityDebugInfo(data: T[]): {
2185
- totalRows: number;
2186
- visibleRows: number;
2187
- hiddenRows: number;
2188
- hiddenPercentage: number;
2189
- configsApplied: string[];
2190
- };
2191
2180
  private generateActiveFilters;
2192
2181
  private formatFilterValue;
2193
2182
  onActiveFilterRemove(filter: ActiveFilterItem): void;
@@ -2206,6 +2195,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
2206
2195
  private applySortingInMemory;
2207
2196
  private reloadDataWithCurrentParams;
2208
2197
  private getFilterParams;
2198
+ private getCleanedCustomParams;
2209
2199
  ngOnDestroy(): void;
2210
2200
  ngAfterViewInit(): void;
2211
2201
  setupInfiniteScroll(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.12.23",
3
+ "version": "2.12.24",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"