cat-documents-ng 0.3.31 → 0.3.32
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.
|
@@ -58,32 +58,6 @@ export declare class DocumentHistoryComponent {
|
|
|
58
58
|
* Process history data to add computed properties
|
|
59
59
|
*/
|
|
60
60
|
get processedHistoryData(): ProcessedDocumentHistorySection[];
|
|
61
|
-
/**
|
|
62
|
-
* Downloads a document when clicked
|
|
63
|
-
* @param documentUrl - The URL of the document to download
|
|
64
|
-
* @param docName - The name of the document
|
|
65
|
-
*/
|
|
66
|
-
downloadDocument(documentUrl: string, docName?: string): void;
|
|
67
|
-
/**
|
|
68
|
-
* Test method to verify click events are working
|
|
69
|
-
*/
|
|
70
|
-
testClick(): void;
|
|
71
|
-
/**
|
|
72
|
-
* Test method to verify download functionality
|
|
73
|
-
*/
|
|
74
|
-
testDownload(): void;
|
|
75
|
-
/**
|
|
76
|
-
* Debug method for mouse down events
|
|
77
|
-
*/
|
|
78
|
-
onMouseDown(itemName: string | undefined): void;
|
|
79
|
-
/**
|
|
80
|
-
* Debug method for mouse up events
|
|
81
|
-
*/
|
|
82
|
-
onMouseUp(itemName: string | undefined): void;
|
|
83
|
-
/**
|
|
84
|
-
* Debug method for click events
|
|
85
|
-
*/
|
|
86
|
-
onElementClick(itemName: string | undefined, documentUrl: string | undefined): void;
|
|
87
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentHistoryComponent, never>;
|
|
88
62
|
static ɵcmp: i0.ɵɵComponentDeclaration<DocumentHistoryComponent, "document-history", never, { "historyData": { "alias": "historyData"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; }, {}, never, never, false, never>;
|
|
89
63
|
}
|
|
@@ -36,12 +36,6 @@ export declare class DocumentHistoryService {
|
|
|
36
36
|
* @param docName - The name of the document
|
|
37
37
|
*/
|
|
38
38
|
downloadDocument(documentUrl: string, docName?: string): void;
|
|
39
|
-
/**
|
|
40
|
-
* Alternative download method for CORS issues
|
|
41
|
-
* @param documentUrl - The URL of the document to download
|
|
42
|
-
* @param docName - The name of the document
|
|
43
|
-
*/
|
|
44
|
-
private downloadWithAlternativeMethod;
|
|
45
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentHistoryService, never>;
|
|
46
40
|
static ɵprov: i0.ɵɵInjectableDeclaration<DocumentHistoryService>;
|
|
47
41
|
}
|