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