cat-documents-ng 0.2.62 → 0.2.63

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.
@@ -31,6 +31,10 @@ export declare class DocumentSearchComponent implements OnInit, OnDestroy {
31
31
  * Clears the search input
32
32
  */
33
33
  onClearSearch(): void;
34
+ /**
35
+ * Clears all filters including search, menu item, user, and status selections
36
+ */
37
+ onClearAllFilters(): void;
34
38
  static ɵfac: i0.ɵɵFactoryDeclaration<DocumentSearchComponent, never>;
35
39
  static ɵcmp: i0.ɵɵComponentDeclaration<DocumentSearchComponent, "document-search", never, { "contextId": { "alias": "contextId"; "required": false; }; }, { "onActionClick": "onActionClick"; }, never, never, false, never>;
36
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-documents-ng",
3
- "version": "0.2.62",
3
+ "version": "0.2.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"