@dereekb/dbx-firebase 13.0.6 → 13.1.0
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.
|
@@ -31,7 +31,7 @@ import { provideFirestore, persistentMultipleTabManager, persistentSingleTabMana
|
|
|
31
31
|
import { HTTP_INTERCEPTORS } from '@angular/common/http';
|
|
32
32
|
import { MatExpansionPanel, MatExpansionPanelHeader, MatExpansionPanelTitle, MatExpansionPanelContent, MatAccordion } from '@angular/material/expansion';
|
|
33
33
|
import { ComponentStore } from '@ngrx/component-store';
|
|
34
|
-
import { __decorate, __param
|
|
34
|
+
import { __decorate, __param } from 'tslib';
|
|
35
35
|
import { MatDialog } from '@angular/material/dialog';
|
|
36
36
|
import { BaseError } from 'make-error';
|
|
37
37
|
|
|
@@ -4557,8 +4557,7 @@ let AbstractRootSingleItemDbxFirebaseDocument = class AbstractRootSingleItemDbxF
|
|
|
4557
4557
|
};
|
|
4558
4558
|
AbstractRootSingleItemDbxFirebaseDocument = __decorate([
|
|
4559
4559
|
__param(0, Inject(null)),
|
|
4560
|
-
__param(0, Optional())
|
|
4561
|
-
__metadata("design:paramtypes", [Object])
|
|
4560
|
+
__param(0, Optional())
|
|
4562
4561
|
], AbstractRootSingleItemDbxFirebaseDocument);
|
|
4563
4562
|
|
|
4564
4563
|
/**
|
|
@@ -5365,20 +5364,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
|
|
|
5365
5364
|
}], ctorParameters: () => [] });
|
|
5366
5365
|
|
|
5367
5366
|
class NotificationCollectionStore extends AbstractDbxFirebaseCollectionWithParentStore {
|
|
5368
|
-
constructor(
|
|
5367
|
+
constructor() {
|
|
5369
5368
|
super({ collectionFactory: inject(NotificationFirestoreCollections).notificationCollectionFactory, collectionGroup: inject(NotificationFirestoreCollections).notificationCollectionGroup });
|
|
5369
|
+
const parent = inject(NotificationBoxDocumentStore, { optional: true });
|
|
5370
5370
|
if (parent) {
|
|
5371
5371
|
this.setParentStore(parent);
|
|
5372
5372
|
}
|
|
5373
5373
|
}
|
|
5374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: NotificationCollectionStore, deps: [
|
|
5374
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: NotificationCollectionStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5375
5375
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: NotificationCollectionStore });
|
|
5376
5376
|
}
|
|
5377
5377
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: NotificationCollectionStore, decorators: [{
|
|
5378
5378
|
type: Injectable
|
|
5379
|
-
}], ctorParameters: () => [
|
|
5380
|
-
type: Optional
|
|
5381
|
-
}] }] });
|
|
5379
|
+
}], ctorParameters: () => [] });
|
|
5382
5380
|
|
|
5383
5381
|
class DbxFirebaseNotificationCollectionStoreDirective extends DbxFirebaseCollectionWithParentStoreDirective {
|
|
5384
5382
|
constructor() {
|