@dereekb/dbx-firebase 9.24.14 → 9.24.15
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.
- package/esm2020/lib/model/modules/store/store.document.directive.mjs +5 -5
- package/fesm2015/dereekb-dbx-firebase.mjs +4 -4
- package/fesm2015/dereekb-dbx-firebase.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-firebase.mjs +4 -4
- package/fesm2020/dereekb-dbx-firebase.mjs.map +1 -1
- package/lib/model/modules/store/store.document.directive.d.ts +2 -2
- package/package.json +5 -5
|
@@ -3324,8 +3324,8 @@ class DbxFirebaseDocumentStoreDirective {
|
|
|
3324
3324
|
this.loadingState$ = this.store.dataLoadingState$;
|
|
3325
3325
|
}
|
|
3326
3326
|
// MARK: Inputs
|
|
3327
|
-
set
|
|
3328
|
-
this.store.setId(
|
|
3327
|
+
set documentId(documentId) {
|
|
3328
|
+
this.store.setId(documentId);
|
|
3329
3329
|
}
|
|
3330
3330
|
set key(key) {
|
|
3331
3331
|
this.store.setKey(key);
|
|
@@ -3338,10 +3338,10 @@ class DbxFirebaseDocumentStoreDirective {
|
|
|
3338
3338
|
}
|
|
3339
3339
|
}
|
|
3340
3340
|
DbxFirebaseDocumentStoreDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFirebaseDocumentStoreDirective, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
3341
|
-
DbxFirebaseDocumentStoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFirebaseDocumentStoreDirective, inputs: {
|
|
3341
|
+
DbxFirebaseDocumentStoreDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxFirebaseDocumentStoreDirective, inputs: { documentId: "documentId", key: "key", ref: "ref", streamMode: "streamMode" }, ngImport: i0 });
|
|
3342
3342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFirebaseDocumentStoreDirective, decorators: [{
|
|
3343
3343
|
type: Directive
|
|
3344
|
-
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: {
|
|
3344
|
+
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { documentId: [{
|
|
3345
3345
|
type: Input
|
|
3346
3346
|
}], key: [{
|
|
3347
3347
|
type: Input
|