cat-documents-ng 0.5.16 → 0.5.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.
@@ -70,9 +70,10 @@ export declare class FolderContainerComponent implements OnInit {
70
70
  */
71
71
  documentUploadComponent: DocumentUploadComponent;
72
72
  /**
73
- * Reference to the sidebar component
73
+ * References to the sidebars
74
74
  */
75
- sidebarComponent: SidebarComponent;
75
+ uploadSidebarComponent: SidebarComponent;
76
+ requestSidebarComponent: SidebarComponent;
76
77
  requestDocumentComponent: RequestDocumentComponent;
77
78
  /**
78
79
  * Tracks whether the save button should be disabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.5.16",
3
+ "version": "0.5.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"