@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.28.4",
3
+ "version": "0.28.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",