cat-documents-ng 0.3.26 → 0.3.27
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.
|
@@ -157,6 +157,10 @@ export declare class DocumentListComponent implements OnInit, OnDestroy, OnChang
|
|
|
157
157
|
* Getter to format category labels with proper suffix
|
|
158
158
|
*/
|
|
159
159
|
get formattedCategoryLabels(): string[];
|
|
160
|
+
/**
|
|
161
|
+
* Getter to generate safe category IDs for HTML elements
|
|
162
|
+
*/
|
|
163
|
+
get categoryIds(): string[];
|
|
160
164
|
/**
|
|
161
165
|
* Creates an instance of DocumentListComponent.
|
|
162
166
|
* @class
|
|
@@ -216,7 +220,7 @@ export declare class DocumentListComponent implements OnInit, OnDestroy, OnChang
|
|
|
216
220
|
*/
|
|
217
221
|
refreshDocumentList(isDeleteAction?: boolean): void;
|
|
218
222
|
/**
|
|
219
|
-
* Scrolls to the category section
|
|
223
|
+
* Scrolls to the category section that matches the selected menu item
|
|
220
224
|
* @param menuItemId - The ID of the selected menu item
|
|
221
225
|
*/
|
|
222
226
|
scrollToCategorySection(menuItemId: string): void;
|