cat-documents-ng 0.3.16 → 0.3.18

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.
@@ -17,6 +17,14 @@ export declare class TablePrimaryComponent implements OnChanges {
17
17
  getFileExtension(fileName: string): string;
18
18
  onRowClick(rowData: any): void;
19
19
  getVisibleColumnCount(): number;
20
+ /**
21
+ * Formats document display name based on whether aliasName exists:
22
+ * - Without aliasName: docName on top, fileName below
23
+ * - With aliasName: aliasName on top, docName - fileName below
24
+ * @param rowData The row data containing docName, aliasName, and fileName
25
+ * @returns HTML string with proper formatting
26
+ */
27
+ formatDocumentDisplayName(rowData: any): string;
20
28
  static ɵfac: i0.ɵɵFactoryDeclaration<TablePrimaryComponent, never>;
21
29
  static ɵcmp: i0.ɵɵComponentDeclaration<TablePrimaryComponent, "lib-table-primary", never, { "tableData": { "alias": "tableData"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "tableStyle": { "alias": "tableStyle"; "required": false; }; }, { "rowClick": "rowClick"; }, never, never, false, never>;
22
30
  }