@dereekb/dbx-firebase 13.6.4 → 13.6.5
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/package.json +10 -10
- package/types/dereekb-dbx-firebase.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-firebase",
|
|
3
|
-
"version": "13.6.
|
|
3
|
+
"version": "13.6.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "21.2.3",
|
|
6
6
|
"@angular/core": "21.2.3",
|
|
7
7
|
"@angular/fire": "21.0.0-rc.0-canary.ac3dd7c",
|
|
8
8
|
"@angular/material": "21.2.3",
|
|
9
|
-
"@dereekb/date": "13.6.
|
|
10
|
-
"@dereekb/dbx-analytics": "13.6.
|
|
11
|
-
"@dereekb/dbx-core": "13.6.
|
|
12
|
-
"@dereekb/dbx-form": "13.6.
|
|
13
|
-
"@dereekb/dbx-web": "13.6.
|
|
14
|
-
"@dereekb/firebase": "13.6.
|
|
15
|
-
"@dereekb/model": "13.6.
|
|
16
|
-
"@dereekb/rxjs": "13.6.
|
|
17
|
-
"@dereekb/util": "13.6.
|
|
9
|
+
"@dereekb/date": "13.6.5",
|
|
10
|
+
"@dereekb/dbx-analytics": "13.6.5",
|
|
11
|
+
"@dereekb/dbx-core": "13.6.5",
|
|
12
|
+
"@dereekb/dbx-form": "13.6.5",
|
|
13
|
+
"@dereekb/dbx-web": "13.6.5",
|
|
14
|
+
"@dereekb/firebase": "13.6.5",
|
|
15
|
+
"@dereekb/model": "13.6.5",
|
|
16
|
+
"@dereekb/rxjs": "13.6.5",
|
|
17
|
+
"@dereekb/util": "13.6.5",
|
|
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",
|
|
@@ -19,7 +19,7 @@ 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 * as i1 from '@dereekb/dbx-web';
|
|
22
|
-
import { DbxThemeColor, DbxActionConfirmConfig, 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,
|
|
22
|
+
import { DbxThemeColor, DbxActionConfirmConfig, 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, DbxActionLoadingContextDirective, DbxActionSnackbarErrorDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
23
23
|
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
24
24
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
25
25
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
@@ -4889,7 +4889,7 @@ declare class DbxFirebaseStorageFileUploadSyncDirective {
|
|
|
4889
4889
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseStorageFileUploadSyncDirective, "[dbxFirebaseStorageFileUploadSync]", ["dbxFirebaseStorageFileUploadSync"], {}, {}, never, never, true, never>;
|
|
4890
4890
|
}
|
|
4891
4891
|
|
|
4892
|
-
declare const IMPORTS_AND_EXPORTS: (typeof
|
|
4892
|
+
declare const IMPORTS_AND_EXPORTS: (typeof DbxFirebaseStorageFileUploadSyncDirective | typeof DbxFileUploadComponent | typeof DbxFirebaseStorageFileUploadStoreDirective | typeof DbxFirebaseStorageFileUploadInitializeDocumentDirective | typeof DbxFirebaseStorageFileUploadActionHandlerDirective | typeof DbxActionModule | typeof DbxLoadingComponent | typeof DbxActionLoadingContextDirective | typeof DbxActionSnackbarErrorDirective | typeof DbxFileUploadActionSyncDirective | typeof DbxFirebaseStorageFileCollectionStoreDirective | typeof DbxFirebaseStorageFileDocumentStoreDirective)[];
|
|
4893
4893
|
/**
|
|
4894
4894
|
* Convenience module for importing various modules/components that are relevant to the storage file upload feature.
|
|
4895
4895
|
*
|