ngx-wapp-components 3.2.7-alpha.1 → 3.2.7
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.
|
@@ -6867,7 +6867,6 @@ class WImageFileUploaderComponent {
|
|
|
6867
6867
|
this.cropperImages = [];
|
|
6868
6868
|
this.fileUpload.clear();
|
|
6869
6869
|
this.imagesAlreadyUploaded = this.activePositionProperty ? this.addPositionProperty(this.imagesAlreadyUploaded) : this.imagesAlreadyUploaded;
|
|
6870
|
-
console.log(this.imagesAlreadyUploaded);
|
|
6871
6870
|
if (this.uploadUrl != undefined && this.identificatorValue !== 0 && this.deactiveImageMethods == false) {
|
|
6872
6871
|
this.updateImage(this.imagesAlreadyUploaded);
|
|
6873
6872
|
}
|
|
@@ -6952,7 +6951,6 @@ class WImageFileUploaderComponent {
|
|
|
6952
6951
|
this.imagesAlreadyUploaded = this.imagesAlreadyUploaded.filter(img => (img.base64 !== image.base64) || (img[this.identificatorName] !== image[this.identificatorName]));
|
|
6953
6952
|
this.imagesAlreadyUploaded = [...this.activePositionProperty ? this.addPositionProperty(this.imagesAlreadyUploaded) : this.imagesAlreadyUploaded];
|
|
6954
6953
|
this.cropperImages = this.cropperImages.filter(img => (img.base64 !== image.base64) || (img.fileBase64 !== image.fileBase64) || (img[this.identificatorName] !== image[this.identificatorName]));
|
|
6955
|
-
console.log(this.identificatorName);
|
|
6956
6954
|
if (image[this.identificatorName]) {
|
|
6957
6955
|
this.onDeleteImage.emit({ deletedImage: image, images: this.imagesAlreadyUploaded });
|
|
6958
6956
|
}
|