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

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.3",
3
+ "version": "2.3.7-alpha.4",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -2023,12 +2023,6 @@ 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
- }[];
2032
2026
  sanitizeImageName(name: string): string;
2033
2027
  getArraysToCreateAndToUpdate(images: any[]): {
2034
2028
  toCreate: any[];