@acorex/components 6.5.10 → 6.5.11

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.
@@ -20,6 +20,7 @@ export declare class AXUploadFileComponent extends AXBaseComponent implements AX
20
20
  disabled: boolean;
21
21
  onLoad: EventEmitter<AXUploadFileLoadEvent>;
22
22
  onProgress: EventEmitter<AXUploadFileProgressEvent>;
23
+ onRemove: EventEmitter<any>;
23
24
  fileTypes: any[];
24
25
  files: File[];
25
26
  focus(): void;
@@ -37,5 +38,5 @@ export declare class AXUploadFileComponent extends AXBaseComponent implements AX
37
38
  private addFile;
38
39
  get accessTypes(): string[];
39
40
  static ɵfac: i0.ɵɵFactoryDeclaration<AXUploadFileComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AXUploadFileComponent, "ax-upload-file", never, { "contentType": "contentType"; "dropRef": "dropRef"; "progressRef": "progressRef"; "label": "label"; "size": "size"; "type": "type"; "template": "template"; "disabled": "disabled"; }, { "onLoad": "onLoad"; "onProgress": "onProgress"; }, never, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXUploadFileComponent, "ax-upload-file", never, { "contentType": "contentType"; "dropRef": "dropRef"; "progressRef": "progressRef"; "label": "label"; "size": "size"; "type": "type"; "template": "template"; "disabled": "disabled"; }, { "onLoad": "onLoad"; "onProgress": "onProgress"; "onRemove": "onRemove"; }, never, never>;
41
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "6.5.10",
3
+ "version": "6.5.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.8",
6
6
  "@angular/core": "^13.3.8"