@wizishop/img-manager 15.2.26 → 15.2.32

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.
@@ -30,6 +30,7 @@ class ImgSelectionService {
30
30
  this.multipleImgMode = false;
31
31
  this.imgSelection$ = new BehaviorSubject([]);
32
32
  this.imgSelectedListLoading$ = new BehaviorSubject(false);
33
+ console.log('ImgSelectionService');
33
34
  }
34
35
  getImgSelection() {
35
36
  return this.imgSelection$.getValue();
@@ -4006,6 +4007,10 @@ class WzImgManagerModule {
4006
4007
  DomService,
4007
4008
  ImgEventService,
4008
4009
  ImgSelectionService,
4010
+ // {
4011
+ // provide: ImgSelectionService,
4012
+ // useFactory: () => // provide the same
4013
+ // },
4009
4014
  PexelsService,
4010
4015
  RenamePictureService,
4011
4016
  SnackBarService,