cat-documents-ng 0.4.9 → 0.4.11

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.
@@ -298,6 +298,16 @@ export declare class DocumentUploadComponent implements OnInit, OnDestroy {
298
298
  * @returns Array of uploaded files with their metadata
299
299
  */
300
300
  getUploadedFiles(): UploadedFile[];
301
+ /**
302
+ * Creates the upload payload in the required format for onFilesUploaded event
303
+ * @returns The structured payload object
304
+ */
305
+ private createUploadPayload;
306
+ /**
307
+ * Emits updated payload if files are already uploaded and form is not hidden
308
+ * This ensures the payload is always current when form selections change
309
+ */
310
+ private emitUpdatedPayloadIfFilesUploaded;
301
311
  /**
302
312
  * Resets the upload component to its initial state (useful when form is hidden)
303
313
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.4.09",
3
+ "version": "0.4.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"