ngx-wapp-components 3.2.7-alpha.7 → 3.2.8
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": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"description": "This is a Wapping reusable component library published by Wapping.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code",
|
|
@@ -60,4 +60,4 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"type": "module"
|
|
63
|
-
}
|
|
63
|
+
}
|
|
@@ -2001,7 +2001,6 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
2001
2001
|
timelife: number;
|
|
2002
2002
|
onlyImageSelected: any;
|
|
2003
2003
|
onlyCroppedImageSelected: any;
|
|
2004
|
-
imageHeight: any;
|
|
2005
2004
|
dimensionsInput: WImageCropperData;
|
|
2006
2005
|
carouselImagesResponsiveOptions: any[];
|
|
2007
2006
|
constructor(dialogService: DialogService, http: HttpClient, confirmationService: ConfirmationService, fileSizeService: FileSizeService);
|
|
@@ -2032,7 +2031,6 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
|
|
|
2032
2031
|
onImageMouseOver(file: any): void;
|
|
2033
2032
|
onImageMouseLeave(file: any): void;
|
|
2034
2033
|
findIndex(img: any): number;
|
|
2035
|
-
setImageHeight(): string;
|
|
2036
2034
|
openImageFileSelector(): void;
|
|
2037
2035
|
openSingleImageFileSelector(): void;
|
|
2038
2036
|
getGalleryClass(): "w-image-file-uploader-gallery-field" | "w-image-file-uploader-gallery";
|