@dereekb/dbx-firebase 13.2.0 → 13.2.1
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/fesm2022/dereekb-dbx-firebase.mjs +386 -386
- package/package.json +10 -10
- package/types/dereekb-dbx-firebase.d.ts +10 -10
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-firebase",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.0.0",
|
|
6
6
|
"@angular/core": "^21.0.0",
|
|
7
7
|
"@angular/fire": "21.0.0-rc.0-canary.ac3dd7c",
|
|
8
8
|
"@angular/material": "^21.0.0",
|
|
9
|
-
"@dereekb/date": "13.2.
|
|
10
|
-
"@dereekb/dbx-analytics": "13.2.
|
|
11
|
-
"@dereekb/dbx-core": "13.2.
|
|
12
|
-
"@dereekb/dbx-form": "13.2.
|
|
13
|
-
"@dereekb/dbx-web": "13.2.
|
|
14
|
-
"@dereekb/firebase": "13.2.
|
|
15
|
-
"@dereekb/model": "13.2.
|
|
16
|
-
"@dereekb/rxjs": "13.2.
|
|
17
|
-
"@dereekb/util": "13.2.
|
|
9
|
+
"@dereekb/date": "13.2.1",
|
|
10
|
+
"@dereekb/dbx-analytics": "13.2.1",
|
|
11
|
+
"@dereekb/dbx-core": "13.2.1",
|
|
12
|
+
"@dereekb/dbx-form": "13.2.1",
|
|
13
|
+
"@dereekb/dbx-web": "13.2.1",
|
|
14
|
+
"@dereekb/firebase": "13.2.1",
|
|
15
|
+
"@dereekb/model": "13.2.1",
|
|
16
|
+
"@dereekb/rxjs": "13.2.1",
|
|
17
|
+
"@dereekb/util": "13.2.1",
|
|
18
18
|
"@ngrx/component-store": "^21.0.0",
|
|
19
19
|
"@ngx-formly/core": "git+https://git@github.com/dereekb/ngx-formly#996d1041c8d2afbe429985a5ad394e59327bfa1d",
|
|
20
20
|
"firebase": "^12.0.0",
|
|
@@ -7,20 +7,20 @@ import * as rxjs from 'rxjs';
|
|
|
7
7
|
import { Observable, BehaviorSubject, Subject, OperatorFunction, Subscription } from 'rxjs';
|
|
8
8
|
import * as _dereekb_firebase from '@dereekb/firebase';
|
|
9
9
|
import { FirebaseAuthToken, FirebaseAuthContextInfo, FirebaseDevelopmentFunctions, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, FirestoreContext, NotificationFirestoreCollections, StorageFileFirestoreCollections, SystemStateFirestoreCollections, FirebaseFunctionsMap, FirebaseFunctionsConfigMap, FirestoreQueryConstraint, FirestoreItemPageIterationInstance, DocumentDataWithIdAndKey, IterationQueryDocChangeWatcher, FirebaseQuerySnapshotAccumulator, FirebaseQueryItemAccumulator, FirebaseQueryItemAccumulatorNextPageUntilResultsCountFunction, IterationQueryDocChangeWatcherEvent, FirestoreDocument, FirestoreCollectionLike, FirestoreModelKey, DocumentReference, FirestoreItemPageIteratorFilter, FirestoreModelId, DocumentSnapshot, FirestoreDocumentAccessor, LimitedFirestoreDocumentAccessor, FirestoreModelType, FirestoreDocumentData, FirestoreAccessorStreamMode, SnapshotOptions, FirebasePermissionErrorContext, InModelContextFirebaseModelService, InContextFirebaseModelsService, FirebaseModelsService, FirestoreModelIdentityTypeMap, FirestoreModelIdentity, FirestoreCollectionType, FirestoreCollection, FlatFirestoreModelKey, TwoWayFlatFirestoreModelKey, FirestoreModelCollectionAndIdPair, FirestoreModelCollectionAndIdPairObject, IterationQueryDocChangeWatcherChangeType, OnCallCreateModelResult, ModelFirebaseCreateFunction, ModelFirebaseCrudFunction, TargetModelParams, InferredTargetModelParams, ModelFirebaseDeleteFunction, ModelFirebaseReadFunction, ModelFirebaseUpdateFunction, FirestoreCollectionWithParentFactory, FirestoreCollectionGroup, SystemState, SystemStateDocument, SystemStateStoredData, SystemStateTypeIdentifier, AppNotificationTemplateTypeInfoRecordService, NotificationItemMetadata, NotificationItem, NotificationItemSubjectMessagePair, NotificationId, Notification, NotificationBox, NotificationDocument, NotificationBoxDocument, NotificationFunctions, NotificationSummary, NotificationSummaryDocument, UnreadNotificationItemsResult, NotificationUser, NotificationUserDocument, NotificationTemplateType, NotificationTemplateTypeInfo, FirebaseAuthUserId, StorageFileId, StorageFileSignedDownloadUrl, FirestoreModelIdInput, StorageFileFunctions, StorageFileKey, DownloadStorageFileParams, DownloadStorageFileResult, StorageFileDownloadUrl, StoragePathInput, FirebaseStorageAccessorFile, StorageFile, StorageFileDocument, StorageFileGroup, StorageFileGroupDocument, FirebaseStorageAccessor, FirebaseStorageContext, FirebaseStorageAccessorFolder, StorageUploadTask, StorageUploadOptions, StorageCustomMetadata, FirebaseStorageContextFactoryConfig } from '@dereekb/firebase';
|
|
10
|
-
import * as firebase_auth from 'firebase/auth';
|
|
11
10
|
import { UserInfo, User, IdTokenResult as IdTokenResult$1 } from 'firebase/auth';
|
|
12
11
|
import * as i0 from '@angular/core';
|
|
13
12
|
import { EnvironmentProviders, Type, InjectionToken, OnInit, Component, EventEmitter, Injector, AfterViewInit, ElementRef, Signal, Provider, PipeTransform } from '@angular/core';
|
|
14
13
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
15
14
|
import * as _dereekb_dbx_form from '@dereekb/dbx-form';
|
|
16
15
|
import { TextPasswordFieldPasswordParameters, AbstractSyncFormlyFormDirective, AbstractConfigAsyncFormlyFormDirective, DefaultUsernameLoginFieldsValue, TextPasswordFieldConfig, SourceSelectLoadSource } from '@dereekb/dbx-form';
|
|
16
|
+
import * as _firebase_auth from '@firebase/auth';
|
|
17
17
|
import * as _dereekb_dbx_firebase from '@dereekb/dbx-firebase';
|
|
18
18
|
import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
19
19
|
import { WorkUsingContext, WorkUsingObservable, ObservableOrValue, IsModifiedFunction, PageListLoadingState, ItemAccumulatorNextPageUntilResultsCountResult, SubscriptionObject, ObservableDecisionFunction, ListLoadingState, LoadingState, MaybeObservableOrValue, SwitchMapToDefaultFilterFunction, MaybeObservableOrValueGetter } from '@dereekb/rxjs';
|
|
20
20
|
import * as dist_packages_dbx_form_types_dereekb_dbx_form from 'dist/packages/dbx-form/types/dereekb-dbx-form';
|
|
21
21
|
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
22
22
|
import * as i1 from '@dereekb/dbx-web';
|
|
23
|
-
import { DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxFileUploadComponent, DbxActionModule, DbxLoadingComponent,
|
|
23
|
+
import { DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxFileUploadComponent, DbxActionModule, DbxLoadingComponent, DbxActionSnackbarErrorDirective, DbxActionLoadingContextDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
24
24
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
25
25
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
26
26
|
import { AppCheckOptions } from 'firebase/app-check';
|
|
@@ -415,14 +415,14 @@ declare abstract class AbstractConfiguredDbxFirebaseLoginButtonDirective impleme
|
|
|
415
415
|
|
|
416
416
|
declare class DbxFirebaseLoginAnonymousComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
417
417
|
readonly loginProvider = "anonymous";
|
|
418
|
-
handleLogin(): Promise<
|
|
418
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
419
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginAnonymousComponent, never>;
|
|
420
420
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginAnonymousComponent, "dbx-firebase-login-anonymous", never, {}, {}, never, never, true, never>;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
declare class DbxFirebaseLoginAppleComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
424
424
|
readonly loginProvider = "apple";
|
|
425
|
-
handleLogin(): Promise<
|
|
425
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
426
426
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginAppleComponent, never>;
|
|
427
427
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginAppleComponent, "dbx-firebase-login-apple", never, {}, {}, never, never, true, never>;
|
|
428
428
|
}
|
|
@@ -515,21 +515,21 @@ declare class DbxFirebaseLoginEmailContentComponent {
|
|
|
515
515
|
|
|
516
516
|
declare class DbxFirebaseLoginFacebookComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
517
517
|
readonly loginProvider = "facebook";
|
|
518
|
-
handleLogin(): Promise<
|
|
518
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
519
519
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginFacebookComponent, never>;
|
|
520
520
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginFacebookComponent, "dbx-firebase-login-facebook", never, {}, {}, never, never, true, never>;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
declare class DbxFirebaseLoginGitHubComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
524
524
|
readonly loginProvider = "github";
|
|
525
|
-
handleLogin(): Promise<
|
|
525
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
526
526
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginGitHubComponent, never>;
|
|
527
527
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginGitHubComponent, "dbx-firebase-login-github", never, {}, {}, never, never, true, never>;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
declare class DbxFirebaseLoginGoogleComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
531
531
|
readonly loginProvider = "google";
|
|
532
|
-
handleLogin(): Promise<
|
|
532
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
533
533
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginGoogleComponent, never>;
|
|
534
534
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginGoogleComponent, "dbx-firebase-login-google", never, {}, {}, never, never, true, never>;
|
|
535
535
|
}
|
|
@@ -553,7 +553,7 @@ declare class DbxFirebaseLoginListComponent {
|
|
|
553
553
|
|
|
554
554
|
declare class DbxFirebaseLoginMicrosoftComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
555
555
|
readonly loginProvider = "microsoft";
|
|
556
|
-
handleLogin(): Promise<
|
|
556
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
557
557
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginMicrosoftComponent, never>;
|
|
558
558
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginMicrosoftComponent, "dbx-firebase-login-microsoft", never, {}, {}, never, never, true, never>;
|
|
559
559
|
}
|
|
@@ -575,7 +575,7 @@ declare class DbxFirebaseLoginTermsSimpleComponent {
|
|
|
575
575
|
|
|
576
576
|
declare class DbxFirebaseLoginTwitterComponent extends AbstractConfiguredDbxFirebaseLoginButtonDirective {
|
|
577
577
|
readonly loginProvider = "twitter";
|
|
578
|
-
handleLogin(): Promise<
|
|
578
|
+
handleLogin(): Promise<_firebase_auth.UserCredential>;
|
|
579
579
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseLoginTwitterComponent, never>;
|
|
580
580
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseLoginTwitterComponent, "dbx-firebase-login-twitter", never, {}, {}, never, never, true, never>;
|
|
581
581
|
}
|
|
@@ -4247,7 +4247,7 @@ declare class DbxFirebaseStorageFileUploadSyncDirective {
|
|
|
4247
4247
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseStorageFileUploadSyncDirective, "[dbxFirebaseStorageFileUploadSync]", ["dbxFirebaseStorageFileUploadSync"], {}, {}, never, never, true, never>;
|
|
4248
4248
|
}
|
|
4249
4249
|
|
|
4250
|
-
declare const importsAndExports: (typeof DbxActionModule | typeof DbxLoadingComponent | typeof
|
|
4250
|
+
declare const importsAndExports: (typeof DbxActionModule | typeof DbxLoadingComponent | typeof DbxActionSnackbarErrorDirective | typeof DbxFirebaseStorageFileCollectionStoreDirective | typeof DbxFirebaseStorageFileDocumentStoreDirective | typeof DbxFirebaseStorageFileUploadActionHandlerDirective | typeof DbxFirebaseStorageFileUploadInitializeDocumentDirective | typeof DbxFirebaseStorageFileUploadStoreDirective | typeof DbxFirebaseStorageFileUploadSyncDirective | typeof DbxFileUploadComponent | typeof DbxActionLoadingContextDirective | typeof DbxFileUploadActionSyncDirective)[];
|
|
4251
4251
|
/**
|
|
4252
4252
|
* Convenience module for importing various modules/components that are relevant to the storage file upload feature.
|
|
4253
4253
|
*
|