@wizishop/img-manager 15.2.15 → 15.2.16
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.
- package/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/esm2020/lib/components/images-view/images-view.component.mjs +1 -3
- package/fesm2015/wizishop-img-manager.mjs +0 -3
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +0 -3
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/lib/components/images-view/images-view.component.d.ts +0 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.16.tgz +0 -0
- package/wizishop-img-manager-15.2.15.tgz +0 -0
|
@@ -3065,7 +3065,6 @@ class ImagesViewComponent {
|
|
|
3065
3065
|
this.errorGetAllImg = 'ImgManager.ImgLib.errorGetAllImg';
|
|
3066
3066
|
this.errorGetTotalImg = 'ImgManager.ImgLib.errorGetTotalImg';
|
|
3067
3067
|
this.errorGetImg = 'ImgManager.ImgLib.errorGetCanvaImg';
|
|
3068
|
-
this.msgNoImgFound = 'ImgManager.ImgLib.noImgFound';
|
|
3069
3068
|
this.errorRemoveImg = 'ImgManager.ImgList.errorRemoveImg';
|
|
3070
3069
|
}
|
|
3071
3070
|
ngOnInit() {
|
|
@@ -3245,7 +3244,6 @@ class ImagesViewComponent {
|
|
|
3245
3244
|
}
|
|
3246
3245
|
displayPexelsLib() {
|
|
3247
3246
|
this.displayPexelsResults = true;
|
|
3248
|
-
this.alertService.openAlert(this.msgNoImgFound);
|
|
3249
3247
|
}
|
|
3250
3248
|
/**
|
|
3251
3249
|
* Set a img list in order to fill properly all the line of images displayed in mosaic.
|
|
@@ -4129,4 +4127,3 @@ class ImgManagerConfigDto {
|
|
|
4129
4127
|
|
|
4130
4128
|
export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4131
4129
|
//# sourceMappingURL=wizishop-img-manager.mjs.map
|
|
4132
|
-
//# sourceMappingURL=wizishop-img-manager.mjs.map
|