@wizishop/img-manager 15.2.16 → 15.2.17
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 +3 -1
- package/esm2020/lib/components/img-editor/info-section/info-section.component.mjs +3 -3
- package/fesm2015/wizishop-img-manager.mjs +5 -2
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +5 -2
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/lib/components/images-view/images-view.component.d.ts +1 -0
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.17.tgz +0 -0
- package/wizishop-img-manager-15.2.16.tgz +0 -0
|
@@ -65,6 +65,7 @@ export declare class ImagesViewComponent implements OnInit, AfterViewInit {
|
|
|
65
65
|
private errorGetAllImg;
|
|
66
66
|
private errorGetTotalImg;
|
|
67
67
|
private errorGetImg;
|
|
68
|
+
private msgNoImgFound;
|
|
68
69
|
private errorRemoveImg;
|
|
69
70
|
constructor(imgManager: ImgManagerService, imgEventService: ImgEventService, imgSelectionService: ImgSelectionService, alertService: AlertService, userSettingsService: UserSettingsService, renamePictureService: RenamePictureService, changeDetectorRef: ChangeDetectorRef);
|
|
70
71
|
ngOnInit(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|