carriera-intern-components 1.1.176 → 1.1.177
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.
|
@@ -3619,6 +3619,7 @@ class DropZoneComponent {
|
|
|
3619
3619
|
this.logoUrl = this.base64Image;
|
|
3620
3620
|
}
|
|
3621
3621
|
this.cropDimensions();
|
|
3622
|
+
this.emitDocs();
|
|
3622
3623
|
}
|
|
3623
3624
|
/**
|
|
3624
3625
|
* A computed signal that derives the list of currently supported file extensions.
|
|
@@ -3708,7 +3709,8 @@ class DropZoneComponent {
|
|
|
3708
3709
|
else {
|
|
3709
3710
|
this.docs.update((docs) => [...docs, filePreview]);
|
|
3710
3711
|
}
|
|
3711
|
-
this.
|
|
3712
|
+
if (!this.crop)
|
|
3713
|
+
this.emitDocs();
|
|
3712
3714
|
const visibleCount = this.size() === '480px' ? 2 : 3;
|
|
3713
3715
|
const total = this.docs().length;
|
|
3714
3716
|
if (total > visibleCount) {
|