@dereekb/dbx-firebase 9.18.4 → 9.18.6
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/development/development.popup.content.form.component.mjs +3 -3
- package/fesm2015/dereekb-dbx-firebase.mjs +3 -3
- package/fesm2015/dereekb-dbx-firebase.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-firebase.mjs +3 -3
- package/fesm2020/dereekb-dbx-firebase.mjs.map +1 -1
- package/lib/development/development.popup.content.form.component.d.ts +1 -2
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AbstractConfigAsyncFormlyFormDirective
|
|
1
|
+
import { AbstractConfigAsyncFormlyFormDirective } from '@dereekb/dbx-form';
|
|
2
2
|
import { Maybe } from '@dereekb/util';
|
|
3
3
|
import { FormlyFieldConfig } from '@ngx-formly/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -10,7 +10,6 @@ export interface DbxFirebaseDevelopmentPopupContentFormInput {
|
|
|
10
10
|
export interface DbxFirebaseDevelopmentPopupContentFormValue {
|
|
11
11
|
readonly specifier?: Maybe<string>;
|
|
12
12
|
}
|
|
13
|
-
export declare const DISPLAY_FOR_STRING_VALUE: SearchableValueFieldDisplayFn<string, DbxFirebaseDevelopmentWidgetEntry>;
|
|
14
13
|
export declare class DbxFirebaseDevelopmentPopupContentFormComponent extends AbstractConfigAsyncFormlyFormDirective<DbxFirebaseDevelopmentPopupContentFormValue, DbxFirebaseDevelopmentPopupContentFormInput> {
|
|
15
14
|
readonly fields$: Observable<FormlyFieldConfig[]>;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseDevelopmentPopupContentFormComponent, never>;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-firebase",
|
|
3
|
-
"version": "9.18.
|
|
3
|
+
"version": "9.18.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.0.0",
|
|
6
6
|
"@angular/core": "^14.0.0",
|
|
7
|
-
"@dereekb/util": "9.18.
|
|
7
|
+
"@dereekb/util": "9.18.6",
|
|
8
8
|
"firebase": "^9.9.2",
|
|
9
9
|
"rxjs": "^7.5.0",
|
|
10
10
|
"@angular/fire": "^7.4.1",
|
|
11
|
-
"@dereekb/firebase": "9.18.
|
|
12
|
-
"@dereekb/dbx-core": "9.18.
|
|
11
|
+
"@dereekb/firebase": "9.18.6",
|
|
12
|
+
"@dereekb/dbx-core": "9.18.6",
|
|
13
13
|
"@angular/material": "^14.2.0",
|
|
14
|
-
"@dereekb/dbx-web": "9.18.
|
|
15
|
-
"@dereekb/dbx-form": "9.18.
|
|
14
|
+
"@dereekb/dbx-web": "9.18.6",
|
|
15
|
+
"@dereekb/dbx-form": "9.18.6"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"tslib": "^2.3.0"
|