@ieeesa-npm/presentation 0.26.1 → 0.26.2

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.
@@ -190,7 +190,13 @@ export declare class FileUploadService implements OnDestroy {
190
190
  label: {
191
191
  initial: string;
192
192
  };
193
- };
193
+ }; /**
194
+ * Return distinct message for sent, upload progress, & response events.
195
+ * @param {HttpEvent<any>} event
196
+ * @param {(File | FileList)} file
197
+ * @return {*}
198
+ * @memberof FileUploadService
199
+ */
194
200
  loader: {
195
201
  ariaLabel: {
196
202
  spinner: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/presentation",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0",