@wizishop/img-manager 15.2.12 → 15.2.13
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/public-api.mjs +2 -1
- package/fesm2015/wizishop-img-manager.mjs +1 -2
- package/fesm2015/wizishop-img-manager.mjs.map +1 -1
- package/fesm2020/wizishop-img-manager.mjs +1 -2
- package/fesm2020/wizishop-img-manager.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/wizishop-img-manager-15.2.13.tgz +0 -0
- package/wz-img-manager.scss +110 -110
- package/wizishop-img-manager-15.2.12.tgz +0 -0
|
@@ -4127,6 +4127,5 @@ class ImgManagerConfigDto {
|
|
|
4127
4127
|
* Generated bundle index. Do not edit.
|
|
4128
4128
|
*/
|
|
4129
4129
|
|
|
4130
|
-
export { ApiService, CanvaButtonApi, CanvaService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4131
|
-
//# sourceMappingURL=wizishop-img-manager.mjs.map
|
|
4130
|
+
export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
|
|
4132
4131
|
//# sourceMappingURL=wizishop-img-manager.mjs.map
|