@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.
- package/esm2020/lib/services/img-selection.service.mjs +2 -1
- package/esm2020/lib/wz-img-manager.module.mjs +5 -1
- package/fesm2015/wizishop-img-manager.mjs +5 -0
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +5 -0
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.32.tgz +0 -0
- package/wz-img-manager.scss +23 -23
- package/wizishop-img-manager-15.2.26.tgz +0 -0
|
@@ -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,
|