cat-documents-ng 0.3.30 → 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,12 +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
61
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentHistoryComponent, never>;
68
62
  static ɵcmp: i0.ɵɵComponentDeclaration<DocumentHistoryComponent, "document-history", never, { "historyData": { "alias": "historyData"; "required": false; }; "showHistory": { "alias": "showHistory"; "required": false; }; }, {}, never, never, false, never>;
69
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.3.30",
3
+ "version": "0.3.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"