@ieeesa-npm/presentation 0.28.4 → 0.28.5
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.
|
@@ -470,11 +470,6 @@ export declare class FileUploadComponent implements OnInit {
|
|
|
470
470
|
* @memberof FileUploadComponent
|
|
471
471
|
*/
|
|
472
472
|
removeFile(index: number): void;
|
|
473
|
-
/**
|
|
474
|
-
* Disables the file upload button.
|
|
475
|
-
* @memberof FileUploadComponent
|
|
476
|
-
*/
|
|
477
|
-
disableUploadButton(): void;
|
|
478
473
|
/**
|
|
479
474
|
* Enables or disables the file upload button.
|
|
480
475
|
* @param {boolean} enable
|