ngx-wapp-components 3.0.33-alpha.9 → 3.0.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.
|
@@ -6653,16 +6653,6 @@ class WImageFileUploaderComponent {
|
|
|
6653
6653
|
this.fileSizeService.init(this.imageUploadConfig.maxImageSize);
|
|
6654
6654
|
this.actualMaxSize = this.fileSizeService.formatSize();
|
|
6655
6655
|
}
|
|
6656
|
-
if (changes['imagesAlreadyUploaded'] && changes['imagesAlreadyUploaded'].currentValue) {
|
|
6657
|
-
this.imagesAlreadyUploaded = [...changes['imagesAlreadyUploaded'].currentValue];
|
|
6658
|
-
if (this.activeImageUpload == false && this.imagesAlreadyUploaded.length > 0) {
|
|
6659
|
-
this.cropperImages = [];
|
|
6660
|
-
this.cropperImages.push(...this.imagesAlreadyUploaded);
|
|
6661
|
-
}
|
|
6662
|
-
}
|
|
6663
|
-
if (changes['imageSingleMode'] && changes['imageSingleMode'].currentValue) {
|
|
6664
|
-
this.imageSingleMode = changes['imageSingleMode'].currentValue;
|
|
6665
|
-
}
|
|
6666
6656
|
}
|
|
6667
6657
|
readProperty(obj, prop) {
|
|
6668
6658
|
if (typeof obj === 'undefined') {
|