ngx-wapp-components 3.2.8 → 3.2.9-alpha.1

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.8",
3
+ "version": "3.2.9-alpha.1",
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
+ }
@@ -1999,6 +1999,7 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
1999
1999
  isDeletingMultiMode: boolean;
2000
2000
  actualMaxSize: number;
2001
2001
  timelife: number;
2002
+ imageHeight: any;
2002
2003
  onlyImageSelected: any;
2003
2004
  onlyCroppedImageSelected: any;
2004
2005
  dimensionsInput: WImageCropperData;
@@ -2033,6 +2034,7 @@ declare class WImageFileUploaderComponent implements OnInit, OnChanges {
2033
2034
  findIndex(img: any): number;
2034
2035
  openImageFileSelector(): void;
2035
2036
  openSingleImageFileSelector(): void;
2037
+ getImageHeight(): string;
2036
2038
  getGalleryClass(): "w-image-file-uploader-gallery-field" | "w-image-file-uploader-gallery";
2037
2039
  isValid(): boolean;
2038
2040
  getFileName(file: any): string;