@solcre-org/core-ui 2.20.17 → 2.20.18
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.
|
@@ -8578,6 +8578,8 @@ class DateUtility {
|
|
|
8578
8578
|
return `${dd}/${mm}/${yyyy} ${HH}:${MM}`;
|
|
8579
8579
|
case 'YYYY-MM-DD HH:mm':
|
|
8580
8580
|
return `${yyyy}-${mm}-${dd} ${HH}:${MM}`;
|
|
8581
|
+
case 'DD/MM/YYYY':
|
|
8582
|
+
return `${dd}/${mm}/${yyyy}`;
|
|
8581
8583
|
case 'YYYY-MM-DD':
|
|
8582
8584
|
return `${yyyy}-${mm}-${dd}`;
|
|
8583
8585
|
default:
|
|
@@ -17257,12 +17259,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17257
17259
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17258
17260
|
// No edites manualmente este archivo
|
|
17259
17261
|
const VERSION = {
|
|
17260
|
-
full: '2.20.
|
|
17262
|
+
full: '2.20.18',
|
|
17261
17263
|
major: 2,
|
|
17262
17264
|
minor: 20,
|
|
17263
|
-
patch:
|
|
17264
|
-
timestamp: '2026-02-
|
|
17265
|
-
buildDate: '
|
|
17265
|
+
patch: 18,
|
|
17266
|
+
timestamp: '2026-02-11T13:48:01.302Z',
|
|
17267
|
+
buildDate: '11/2/2026'
|
|
17266
17268
|
};
|
|
17267
17269
|
|
|
17268
17270
|
class MainNavComponent {
|