@wizishop/img-manager 15.2.21 → 15.2.22
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/esm2020/lib/services/canva.service.mjs +2 -1
- package/esm2020/lib/services/image-not-found.service.mjs +2 -2
- package/esm2020/lib/wz-img-manager.component.mjs +2 -1
- package/esm2020/lib/wz-img-manager.module.mjs +2 -1
- package/fesm2015/wizishop-img-manager.mjs +4 -1
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +4 -1
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.22.tgz +0 -0
- package/wizishop-img-manager-15.2.21.tgz +0 -0
|
@@ -238,6 +238,7 @@ class CanvaService {
|
|
|
238
238
|
this.forceToOpenCanva = false;
|
|
239
239
|
this.bindExpectedImgSizeEvent = new BehaviorSubject(null);
|
|
240
240
|
this.bindExpectedSizeDone = this.bindExpectedImgSizeEvent.asObservable();
|
|
241
|
+
console.log('CanvaService');
|
|
241
242
|
}
|
|
242
243
|
get canvaApiURL() {
|
|
243
244
|
return this.apiService.CONFIG.canva_url;
|
|
@@ -596,7 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
596
597
|
|
|
597
598
|
class ImageNotFoundService {
|
|
598
599
|
imageNotFound($url) {
|
|
599
|
-
|
|
600
|
+
return;
|
|
600
601
|
}
|
|
601
602
|
}
|
|
602
603
|
ImageNotFoundService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ImageNotFoundService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
@@ -3767,6 +3768,7 @@ class WzImgManagerComponent {
|
|
|
3767
3768
|
}
|
|
3768
3769
|
}
|
|
3769
3770
|
ngOnInit() {
|
|
3771
|
+
console.log('ngOnInit');
|
|
3770
3772
|
this.imgSelectionService.setMultipleImgMode(this._multipleImgMode);
|
|
3771
3773
|
this.imgSelectionService.initImgSelectedList(null);
|
|
3772
3774
|
this.selectImgEvent = this.imgSelectionService.imgSelection$.subscribe(imgSelection => {
|
|
@@ -3995,6 +3997,7 @@ const pipes = [
|
|
|
3995
3997
|
];
|
|
3996
3998
|
class WzImgManagerModule {
|
|
3997
3999
|
static withConfig(ApiService, ImageNotFoundProvider) {
|
|
4000
|
+
console.log('withConfig');
|
|
3998
4001
|
return {
|
|
3999
4002
|
ngModule: WzImgManagerModule,
|
|
4000
4003
|
providers: [
|