@ethlete/cdk 4.14.0 → 4.14.2

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.
@@ -60,4 +60,4 @@ export declare class FilterOverlayService<F extends FormGroup, C extends Compone
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterOverlayService<any, any>, never>;
61
61
  static ɵprov: i0.ɵɵInjectableDeclaration<FilterOverlayService<any, any>>;
62
62
  }
63
- export declare const provideFilterOverlayConfig: (config: FilterOverlayConfig) => Provider[];
63
+ export declare const provideFilterOverlayConfig: <F extends FormGroup<any> = FormGroup<any>, Q extends AnyQuery = AnyQuery>(config: FilterOverlayConfig<F, Q>) => Provider[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.14.0",
3
+ "version": "4.14.2",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",