ngx-wapp-components 3.2.21 → 3.2.22-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.21",
3
+ "version": "3.2.22-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
+ }
@@ -3331,7 +3331,7 @@ declare class WFileUploaderComponent implements OnInit, OnChanges {
3331
3331
  base64FileData: WFileB64;
3332
3332
  timelife: number;
3333
3333
  onFileData: EventEmitter<WFileUploaderDataSheetResponse | any>;
3334
- onFileDataB64: EventEmitter<WFileB64>;
3334
+ onFileDataB64: EventEmitter<WFileB64 | null>;
3335
3335
  onErrorHandler: EventEmitter<any>;
3336
3336
  fileUpload: FileUpload;
3337
3337
  constructor(fileSizeService: FileSizeService);