@wizishop/img-manager 15.2.34 → 15.2.36
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/wz-img-manager.module.mjs +2 -6
- package/fesm2015/wizishop-img-manager.mjs +2 -5
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +2 -5
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-img-manager-15.2.36.tgz +0 -0
- package/wizishop-img-manager-15.2.34.tgz +0 -0
|
@@ -3996,19 +3996,15 @@ class WzImgManagerModule {
|
|
|
3996
3996
|
return {
|
|
3997
3997
|
ngModule: WzImgManagerModule,
|
|
3998
3998
|
providers: [
|
|
3999
|
+
CanvaService,
|
|
3999
4000
|
ImgManagerService,
|
|
4000
4001
|
ApiService,
|
|
4001
4002
|
ImgCDNService,
|
|
4002
4003
|
FiltersTableService,
|
|
4003
4004
|
AlertService,
|
|
4004
|
-
CanvaService,
|
|
4005
4005
|
DomService,
|
|
4006
4006
|
ImgEventService,
|
|
4007
4007
|
ImgSelectionService,
|
|
4008
|
-
// {
|
|
4009
|
-
// provide: ImgSelectionService,
|
|
4010
|
-
// useFactory: () => // provide the same
|
|
4011
|
-
// },
|
|
4012
4008
|
PexelsService,
|
|
4013
4009
|
RenamePictureService,
|
|
4014
4010
|
SnackBarService,
|
|
@@ -4131,3 +4127,4 @@ class ImgManagerConfigDto {
|
|
|
4131
4127
|
|
|
4132
4128
|
export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4133
4129
|
//# sourceMappingURL=wizishop-img-manager.mjs.map
|
|
4130
|
+
//# sourceMappingURL=wizishop-img-manager.mjs.map
|