ngx-wapp-components 2.3.7-alpha.2 → 2.3.7-alpha.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "2.3.7-alpha.2",
3
+ "version": "2.3.7-alpha.3",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -2023,6 +2023,12 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
2023
2023
  updateImage(imagesToUpdate: any[]): any;
2024
2024
  openModalCropper(fileBlob: any, event?: any): void;
2025
2025
  mapToObjectB64(images: any): ImageB64[];
2026
+ mapFromImageUploaded(images: any[]): {
2027
+ name: any;
2028
+ position: any;
2029
+ base64: any;
2030
+ typeMedia: TypeMedia;
2031
+ }[];
2026
2032
  sanitizeImageName(name: string): string;
2027
2033
  getArraysToCreateAndToUpdate(images: any[]): {
2028
2034
  toCreate: any[];