@solcre-org/core-ui 2.11.17 → 2.11.19
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.
|
@@ -5360,7 +5360,7 @@ class TableDataService {
|
|
|
5360
5360
|
refreshWithFilters(filterParams, loaderId) {
|
|
5361
5361
|
if (this.isPaginationEnabled) {
|
|
5362
5362
|
this.currentPaginationParams = {
|
|
5363
|
-
page: 1,
|
|
5363
|
+
page: this.currentPaginationParams?.page || 1,
|
|
5364
5364
|
size: this.currentPaginationParams?.size || 25
|
|
5365
5365
|
};
|
|
5366
5366
|
}
|
|
@@ -10113,11 +10113,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
10113
10113
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
10114
10114
|
// No edites manualmente este archivo
|
|
10115
10115
|
const VERSION = {
|
|
10116
|
-
full: '2.11.
|
|
10116
|
+
full: '2.11.19',
|
|
10117
10117
|
major: 2,
|
|
10118
10118
|
minor: 11,
|
|
10119
|
-
patch:
|
|
10120
|
-
timestamp: '2025-08-
|
|
10119
|
+
patch: 19,
|
|
10120
|
+
timestamp: '2025-08-27T16:43:32.065Z',
|
|
10121
10121
|
buildDate: '27/8/2025'
|
|
10122
10122
|
};
|
|
10123
10123
|
|