cat-documents-ng 0.4.10 → 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.
@@ -303,6 +303,11 @@ export declare class DocumentUploadComponent implements OnInit, OnDestroy {
303
303
  * @returns The structured payload object
304
304
  */
305
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;
306
311
  /**
307
312
  * Resets the upload component to its initial state (useful when form is hidden)
308
313
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"