cat-documents-ng 0.3.23 → 0.3.26

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,10 +157,6 @@ 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[];
164
160
  /**
165
161
  * Creates an instance of DocumentListComponent.
166
162
  * @class
@@ -220,7 +216,7 @@ export declare class DocumentListComponent implements OnInit, OnDestroy, OnChang
220
216
  */
221
217
  refreshDocumentList(isDeleteAction?: boolean): void;
222
218
  /**
223
- * Scrolls to the category section that matches the selected menu item
219
+ * Scrolls to the category section using menuItemId
224
220
  * @param menuItemId - The ID of the selected menu item
225
221
  */
226
222
  scrollToCategorySection(menuItemId: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.3.23",
3
+ "version": "0.3.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"
@@ -1,20 +0,0 @@
1
- {
2
- "catQwUrl": "https://qa-qw-api.dynamatix.com/api/",
3
- "apiUrl": "https://gatehouse-qa.dynamatix.com/api/",
4
- "swaggerUrl": "https://qa-qw-api.dynamatix.com/api-docs/",
5
- "adminEmail": "neeraj.kumar@catura.co.uk",
6
- "interactBaseApi": "https://qa-interact-api.dynamatix.com/api/",
7
- "actionBaseApi": "https://qa-qw-api.dynamatix.com/api/",
8
- "documentApiUrl": "https://gatehouse-documents-qa-bgavezbwe9b6e9h6.uksouth-01.azurewebsites.net/api/",
9
- "adminPhoneNumber": "+447380300545",
10
- "visibilityOption": {
11
- "isRationalVisible": false,
12
- "isChecklistVisible": false,
13
- "isAudit": false,
14
- "isConversation": true,
15
- "isOverview": true,
16
- "isDocuments": true
17
- },
18
- "env": "qa"
19
-
20
- }