@abgov/angular-components 4.10.0-dev.7 → 4.10.0-dev.9
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/index.d.ts
CHANGED
|
@@ -530,8 +530,8 @@ declare class GoabFileUploadCard implements OnInit {
|
|
|
530
530
|
isReady: boolean;
|
|
531
531
|
constructor(cdr: ChangeDetectorRef);
|
|
532
532
|
ngOnInit(): void;
|
|
533
|
-
_onCancel(): void;
|
|
534
|
-
_onDelete(): void;
|
|
533
|
+
_onCancel(event: Event): void;
|
|
534
|
+
_onDelete(event: Event): void;
|
|
535
535
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabFileUploadCard, never>;
|
|
536
536
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabFileUploadCard, "goab-file-upload-card", never, { "filename": { "alias": "filename"; "required": true; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "error": { "alias": "error"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onCancel": "onCancel"; "onDelete": "onDelete"; }, never, never, true, never>;
|
|
537
537
|
static ngAcceptInputType_size: unknown;
|