cat-documents-ng 0.3.22 → 0.3.24

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"