ngx-wapp-components 3.2.23-alpha.1 → 3.2.23

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.23-alpha.1",
3
+ "version": "3.2.23",
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,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;