ngx-wapp-components 3.2.22 → 3.2.23-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.22",
3
+ "version": "3.2.23-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
+ }
@@ -2042,6 +2042,7 @@ 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;
2045
2046
  openModalCropper(fileBlob: any, event?: any): void;
2046
2047
  mapToObjectB64(images: any): ImageB64[];
2047
2048
  sanitizeImageName(name: string): string;