diff --git a/projects/angular/clarity.api.md b/projects/angular/clarity.api.md index 0997ed637c..7609a050be 100644 --- a/projects/angular/clarity.api.md +++ b/projects/angular/clarity.api.md @@ -1511,7 +1511,7 @@ export class ClrDatagridDetailHeader implements AfterViewInit { // // @public export class ClrDatagridFilter extends DatagridFilterRegistrar> implements CustomFilter, OnChanges, OnDestroy { - constructor(_filters: FiltersProvider, commonStrings: ClrCommonStringsService, smartToggleService: ClrPopoverToggleService, platformId: any, elementRef: ElementRef, keyNavigation: KeyNavigationGridController); + constructor(_filters: FiltersProvider, commonStrings: ClrCommonStringsService, smartToggleService: ClrPopoverToggleService, platformId: any, elementRef: ElementRef, keyNavigation: KeyNavigationGridController, cdr: ChangeDetectorRef); get active(): boolean; // (undocumented) anchor: ElementRef; @@ -1543,7 +1543,7 @@ export class ClrDatagridFilter extends DatagridFilterRegistrar, "clr-dg-filter", never, { "open": "clrDgFilterOpen"; "customFilter": "clrDgFilter"; }, { "openChange": "clrDgFilterOpenChange"; }, never, ["*"], false, never>; // (undocumented) - static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, null, { optional: true; }]>; + static ɵfac: i0.ɵɵFactoryDeclaration, [null, null, null, null, null, { optional: true; }, null]>; } // @public (undocumented)