cat-documents-ng 0.3.89 → 0.3.90

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.
@@ -38,7 +38,7 @@ export declare class DocumentViewerService {
38
38
  * Updates the selected document and recalculates all computed properties
39
39
  * @param document The selected document
40
40
  */
41
- updateSelectedDocument(document: DocumentListItem): void;
41
+ updateSelectedDocument(document: DocumentListItem, skipLoadDocumentHistory?: boolean): void;
42
42
  /**
43
43
  * Loads document history data
44
44
  * @param documentId The document ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.3.89",
3
+ "version": "0.3.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"