@solcre-org/core-ui 2.20.33 → 2.20.35
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.
|
@@ -1739,7 +1739,6 @@ class SelectFieldComponent extends BaseFieldComponent {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
toggleDropdown(event) {
|
|
1741
1741
|
event.preventDefault();
|
|
1742
|
-
event.stopPropagation();
|
|
1743
1742
|
if (this.isDisabled() || this.isReadonly())
|
|
1744
1743
|
return;
|
|
1745
1744
|
if (this.isOpen()) {
|
|
@@ -2980,6 +2979,14 @@ class FileFieldComponent extends BaseFieldComponent {
|
|
|
2980
2979
|
if (currentValue) {
|
|
2981
2980
|
setTimeout(() => this.regeneratePreviewsIfNeeded(), 0);
|
|
2982
2981
|
}
|
|
2982
|
+
else {
|
|
2983
|
+
this.selectedFiles.set([]);
|
|
2984
|
+
this.existingFiles.set([]);
|
|
2985
|
+
this.previewBlobs.set([]);
|
|
2986
|
+
this.newFilesPreviews.set([]);
|
|
2987
|
+
this.previewUrls.set([]);
|
|
2988
|
+
this.previewFileIds.set(new Map());
|
|
2989
|
+
}
|
|
2983
2990
|
});
|
|
2984
2991
|
getPreviewUrls() {
|
|
2985
2992
|
const field = this.field();
|
|
@@ -17759,12 +17766,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
17759
17766
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
17760
17767
|
// No edites manualmente este archivo
|
|
17761
17768
|
const VERSION = {
|
|
17762
|
-
full: '2.20.
|
|
17769
|
+
full: '2.20.35',
|
|
17763
17770
|
major: 2,
|
|
17764
17771
|
minor: 20,
|
|
17765
|
-
patch:
|
|
17766
|
-
timestamp: '2026-03-
|
|
17767
|
-
buildDate: '
|
|
17772
|
+
patch: 35,
|
|
17773
|
+
timestamp: '2026-03-13T14:29:52.523Z',
|
|
17774
|
+
buildDate: '13/3/2026'
|
|
17768
17775
|
};
|
|
17769
17776
|
|
|
17770
17777
|
class MainNavComponent {
|