@dereekb/dbx-core 9.23.26 → 9.23.28

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.
@@ -1,6 +1,4 @@
1
1
  import { GetterOrValue, Maybe } from '@dereekb/util';
2
- import { ObservableOrValueGetter } from '@dereekb/rxjs';
3
- import { OperatorFunction } from 'rxjs';
4
2
  import { DbxInjectionComponentConfig } from './injection';
5
3
  import { Type } from '@angular/core';
6
4
  /**
@@ -9,4 +7,4 @@ import { Type } from '@angular/core';
9
7
  * @param defaultConfig
10
8
  * @returns
11
9
  */
12
- export declare function switchMapDbxInjectionComponentConfig<T extends DbxInjectionComponentConfig<X>, X = any>(defaultConfig?: GetterOrValue<Maybe<T | Type<X>>>): OperatorFunction<Maybe<ObservableOrValueGetter<Maybe<boolean | T>>>, Maybe<T>>;
10
+ export declare function switchMapDbxInjectionComponentConfig<T extends DbxInjectionComponentConfig<X>, X = any>(defaultConfig?: GetterOrValue<Maybe<T | Type<X>>>): import("rxjs").OperatorFunction<Maybe<import("@dereekb/rxjs").ObservableOrValueGetter<Maybe<boolean | T>>>, Maybe<T>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-core",
3
- "version": "9.23.26",
3
+ "version": "9.23.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -9,11 +9,11 @@
9
9
  "@ngrx/effects": "^14.0.0",
10
10
  "@ngrx/entity": "^14.0.0",
11
11
  "@ngrx/store": "^14.0.0",
12
- "@dereekb/util": "9.23.26",
13
- "@dereekb/rxjs": "9.23.26",
12
+ "@dereekb/util": "9.23.28",
13
+ "@dereekb/rxjs": "9.23.28",
14
14
  "@angular/platform-browser": "^14.2.0",
15
15
  "@uirouter/core": "^6.0.8",
16
- "@dereekb/date": "9.23.26",
16
+ "@dereekb/date": "9.23.28",
17
17
  "@angular/router": "^14.2.0"
18
18
  },
19
19
  "dependencies": {