cat-documents-ng 0.3.88 → 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
|