@solcre-org/core-ui 2.20.33 → 2.20.34
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.
|
@@ -2980,6 +2980,14 @@ class FileFieldComponent extends BaseFieldComponent {
|
|
|
2980
2980
|
if (currentValue) {
|
|
2981
2981
|
setTimeout(() => this.regeneratePreviewsIfNeeded(), 0);
|
|
2982
2982
|
}
|
|
2983
|
+
else {
|
|
2984
|
+
this.selectedFiles.set([]);
|
|
2985
|
+
this.existingFiles.set([]);
|
|
2986
|
+
this.previewBlobs.set([]);
|
|
2987
|
+
this.newFilesPreviews.set([]);
|
|
2988
|
+
this.previewUrls.set([]);
|
|
2989
|
+
this.previewFileIds.set(new Map());
|
|
2990
|
+
}
|
|
2983
2991
|
});
|
|
2984
2992
|
getPreviewUrls() {
|
|
2985
2993
|
const field = this.field();
|
|
@@ -17759,11 +17767,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17759
17767
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17760
17768
|
// No edites manualmente este archivo
|
|
17761
17769
|
const VERSION = {
|
|
17762
|
-
full: '2.20.
|
|
17770
|
+
full: '2.20.34',
|
|
17763
17771
|
major: 2,
|
|
17764
17772
|
minor: 20,
|
|
17765
|
-
patch:
|
|
17766
|
-
timestamp: '2026-03-
|
|
17773
|
+
patch: 34,
|
|
17774
|
+
timestamp: '2026-03-05T15:14:05.236Z',
|
|
17767
17775
|
buildDate: '5/3/2026'
|
|
17768
17776
|
};
|
|
17769
17777
|
|