s4y-ui 6.1.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.
- package/fesm2022/s4y-ui.mjs +2 -0
- package/fesm2022/s4y-ui.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2022/s4y-ui.mjs
CHANGED
|
@@ -1137,6 +1137,8 @@ class TableComponent {
|
|
|
1137
1137
|
console.log('[TABLE] headers:', this.headers());
|
|
1138
1138
|
console.log('[TABLE] incoming initialSorts:', this.initialSorts());
|
|
1139
1139
|
console.log('[TABLE] normalized:', normalized);
|
|
1140
|
+
}, {
|
|
1141
|
+
allowSignalWrites: true,
|
|
1140
1142
|
});
|
|
1141
1143
|
// SINGLE: sortField/sortOrder -> sortBy/sortDirection (faltava isso)
|
|
1142
1144
|
effect(() => {
|