@ethlete/cdk 3.22.0 → 3.22.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.
@@ -10,7 +10,7 @@ export declare class ComboboxOptionComponent implements AbstractComboboxOption {
10
10
  get option(): unknown;
11
11
  set option(value: unknown);
12
12
  readonly _option$: BehaviorSubject<unknown>;
13
- protected readonly disabled$: import("rxjs").Observable<import("rxjs").Observable<boolean>>;
13
+ protected readonly disabled$: import("rxjs").Observable<boolean>;
14
14
  protected readonly selected$: import("rxjs").Observable<boolean>;
15
15
  protected readonly active$: import("rxjs").Observable<boolean>;
16
16
  protected readonly customOptionComponentInputs$: import("rxjs").Observable<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "3.22.0",
3
+ "version": "3.22.2",
4
4
  "exports": {
5
5
  ".": {
6
6
  "css": "./src/lib/styles/index.css",
@@ -22,8 +22,8 @@
22
22
  "@angular/animations": "16.2.5",
23
23
  "@angular/platform-browser": "16.2.5",
24
24
  "@angular/cdk": "16.2.7",
25
- "@ethlete/core": "3.13.0",
26
- "@ethlete/query": "4.16.3"
25
+ "@ethlete/core": "3.13.1",
26
+ "@ethlete/query": "4.18.0"
27
27
  },
28
28
  "module": "fesm2022/ethlete-cdk.mjs",
29
29
  "typings": "index.d.ts",