@ieeesa-npm/presentation 0.26.2 → 0.26.3

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.
@@ -217,6 +217,11 @@ export declare class FileUploadComponent implements OnInit {
217
217
  hexCodeInput: string;
218
218
  palette: string;
219
219
  };
220
+ /**
221
+ * Handles the selected file(s) and emits FileUpload event emitter for uploading the file(s).
222
+ * @param {(File | FileList)} file
223
+ * @memberof FileUploadComponent
224
+ */
220
225
  defaultColor: string;
221
226
  ariaDescription: string;
222
227
  ariaDescribedById: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.26.2",
3
+ "version": "0.26.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",