@dereekb/dbx-firebase 9.24.7 → 9.24.8

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.
@@ -30,6 +30,13 @@ export declare class DbxFirebaseCollectionLoaderInstance<T = unknown, D extends
30
30
  readonly snapshotAccumulatorDocumentRefs$: Observable<DocumentReference<T>[][]>;
31
31
  readonly snapshotAccumulatorDocuments$: Observable<D[][]>;
32
32
  readonly accumulator$: Observable<FirebaseQueryItemAccumulator<T>>;
33
+ /**
34
+ * Passthrough for currentAllItems$ from the accumulator.
35
+ */
36
+ readonly currentAccumulatorItems$: Observable<DocumentDataWithIdAndKey<T>[][]>;
37
+ /**
38
+ * Passthrough for allItems$ from the accumulator.
39
+ */
33
40
  readonly accumulatorItems$: Observable<DocumentDataWithIdAndKey<T>[][]>;
34
41
  readonly hasDocuments$: Observable<boolean>;
35
42
  readonly allDocumentRefs$: Observable<DocumentReference<T>[]>;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-firebase",
3
- "version": "9.24.7",
3
+ "version": "9.24.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
7
- "@dereekb/dbx-analytics": "9.24.7",
7
+ "@dereekb/dbx-analytics": "9.24.8",
8
8
  "firebase": "^9.9.2",
9
9
  "@angular/fire": "^7.4.1",
10
- "@dereekb/firebase": "9.24.7",
10
+ "@dereekb/firebase": "9.24.8",
11
11
  "@angular/material": "^14.2.0",
12
- "@dereekb/dbx-web": "9.24.7",
13
- "@dereekb/dbx-form": "9.24.7"
12
+ "@dereekb/dbx-web": "9.24.8",
13
+ "@dereekb/dbx-form": "9.24.8"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0"