cat-documents-ng 1.0.62 → 1.0.63

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.
@@ -54,6 +54,11 @@ export declare class DocumentViewerService {
54
54
  * @param documentId The document ID
55
55
  */
56
56
  loadDocumentHistory(documentId: string): void;
57
+ /**
58
+ * Ensures async history responses only apply to the currently selected document.
59
+ * @param documentId The document ID the history request was made for
60
+ */
61
+ private isHistoryResponseForCurrentDocument;
57
62
  /**
58
63
  * Determines if the given content type is an image
59
64
  * @param contentType The MIME type of the content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"