s4y-ui 6.0.0 → 6.2.0

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.
@@ -1134,6 +1134,11 @@ class TableComponent {
1134
1134
  const normalized = Array.from(map.entries()).map(([key, value]) => ({ key, value }));
1135
1135
  this.sorts.set(normalized);
1136
1136
  this.multiSortFunction.emit(normalized);
1137
+ console.log('[TABLE] headers:', this.headers());
1138
+ console.log('[TABLE] incoming initialSorts:', this.initialSorts());
1139
+ console.log('[TABLE] normalized:', normalized);
1140
+ }, {
1141
+ allowSignalWrites: true,
1137
1142
  });
1138
1143
  // SINGLE: sortField/sortOrder -> sortBy/sortDirection (faltava isso)
1139
1144
  effect(() => {