ngx-wapp-components 3.2.23-alpha.1 → 3.2.23-alpha.2
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
|
@@ -2042,7 +2042,6 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
2042
2042
|
onDeleteImageMultiMode(image: any): void;
|
|
2043
2043
|
getIndexToDelete(image: any): void;
|
|
2044
2044
|
updateImage(imagesToUpdate: any[]): any;
|
|
2045
|
-
private dialogRefs;
|
|
2046
2045
|
openModalCropper(fileBlob: any, event?: any): void;
|
|
2047
2046
|
mapToObjectB64(images: any): ImageB64[];
|
|
2048
2047
|
sanitizeImageName(name: string): string;
|