@dereekb/dbx-firebase 13.0.0 → 13.0.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/package.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-firebase",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/material": "^21.0.0",
|
|
6
|
-
"ng-overlay-container": "^21.0.0",
|
|
7
|
-
"@ngrx/component-store": "^21.0.0",
|
|
8
|
-
"@angular/core": "^21.0.0",
|
|
9
5
|
"@angular/common": "^21.0.0",
|
|
10
|
-
"@
|
|
11
|
-
"@dereekb/rxjs": "13.0.0",
|
|
12
|
-
"@dereekb/util": "13.0.0",
|
|
13
|
-
"rxjs": "^7.8.0",
|
|
14
|
-
"firebase": "^12.0.0",
|
|
6
|
+
"@angular/core": "^21.0.0",
|
|
15
7
|
"@angular/fire": "21.0.0-rc.0-canary.ac3dd7c",
|
|
16
|
-
"@
|
|
17
|
-
"@dereekb/
|
|
18
|
-
"@dereekb/dbx-
|
|
19
|
-
"@dereekb/dbx-
|
|
20
|
-
"@dereekb/dbx-form": "13.0.
|
|
8
|
+
"@angular/material": "^21.0.0",
|
|
9
|
+
"@dereekb/date": "13.0.1",
|
|
10
|
+
"@dereekb/dbx-analytics": "13.0.1",
|
|
11
|
+
"@dereekb/dbx-core": "13.0.1",
|
|
12
|
+
"@dereekb/dbx-form": "13.0.1",
|
|
13
|
+
"@dereekb/dbx-web": "13.0.1",
|
|
14
|
+
"@dereekb/firebase": "13.0.1",
|
|
15
|
+
"@dereekb/model": "13.0.1",
|
|
16
|
+
"@dereekb/rxjs": "13.0.1",
|
|
17
|
+
"@dereekb/util": "13.0.1",
|
|
18
|
+
"@ngrx/component-store": "^21.0.0",
|
|
21
19
|
"@ngx-formly/core": "git+https://git@github.com/dereekb/ngx-formly#996d1041c8d2afbe429985a5ad394e59327bfa1d",
|
|
22
|
-
"
|
|
20
|
+
"firebase": "^12.0.0",
|
|
21
|
+
"make-error": "^1.3.0",
|
|
22
|
+
"ng-overlay-container": "^21.0.0",
|
|
23
|
+
"rxjs": "^7.8.0"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"tslib": "^2.3.0"
|
|
@@ -3545,14 +3545,6 @@ interface DbxFirebaseStorageFileDownloadButtonConfig {
|
|
|
3545
3545
|
* The function can return undefined, in which case the default preview dialog will be used.
|
|
3546
3546
|
*/
|
|
3547
3547
|
readonly openCustomPreview?: Maybe<(downloadUrl: StorageFileDownloadUrl, embedMimeType?: Maybe<string>) => Maybe<MatDialogRef<any>>>;
|
|
3548
|
-
/**
|
|
3549
|
-
* Whether or not to pre-load the download url from the source.
|
|
3550
|
-
*
|
|
3551
|
-
* Defaults to false.
|
|
3552
|
-
*
|
|
3553
|
-
* @deprecated use the preload property on the source/DbxFirebaseStorageFileDownloadButtonSource instead.
|
|
3554
|
-
*/
|
|
3555
|
-
readonly preload?: Maybe<boolean>;
|
|
3556
3548
|
}
|
|
3557
3549
|
declare class DbxFirebaseStorageFileDownloadButtonComponent {
|
|
3558
3550
|
readonly matDialog: MatDialog;
|