@wizishop/img-manager 15.2.26 → 15.2.31
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 -3
- package/fesm2015/wizishop-img-manager.mjs +6 -1
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +6 -1
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.31.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();
|
|
@@ -4005,7 +4006,10 @@ class WzImgManagerModule {
|
|
|
4005
4006
|
CanvaService,
|
|
4006
4007
|
DomService,
|
|
4007
4008
|
ImgEventService,
|
|
4008
|
-
|
|
4009
|
+
// {
|
|
4010
|
+
// provide: ImgSelectionService,
|
|
4011
|
+
// useFactory: () => // provide the same
|
|
4012
|
+
// },
|
|
4009
4013
|
PexelsService,
|
|
4010
4014
|
RenamePictureService,
|
|
4011
4015
|
SnackBarService,
|
|
@@ -4128,3 +4132,4 @@ class ImgManagerConfigDto {
|
|
|
4128
4132
|
|
|
4129
4133
|
export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4130
4134
|
//# sourceMappingURL=wizishop-img-manager.mjs.map
|
|
4135
|
+
//# sourceMappingURL=wizishop-img-manager.mjs.map
|