@dereekb/dbx-firebase 9.24.43 → 9.24.45

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.
@@ -7,7 +7,7 @@ export declare type ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSel
7
7
  export declare class DbxFirebaseDevelopmentSchedulerListComponent extends AbstractDbxSelectionListWrapperDirective<ScheduledFunctionDevelopmentFirebaseFunctionListEntry> {
8
8
  constructor();
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseDevelopmentSchedulerListComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseDevelopmentSchedulerListComponent, "dbx-firebase-development-scheduler-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]"], false>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseDevelopmentSchedulerListComponent, "dbx-firebase-development-scheduler-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]"], false>;
11
11
  }
12
12
  export declare class DbxFirebaseDevelopmentSchedulerListViewComponent extends AbstractDbxSelectionListViewDirective<ScheduledFunctionDevelopmentFirebaseFunctionListEntry> {
13
13
  readonly config: DbxSelectionValueListViewConfig<ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection>;
@@ -8,7 +8,7 @@ export declare type DbxFirestoreModelTypeInstanceItem = DbxValueAsListItem<DbxFi
8
8
  export declare class DbxFirebaseModelTypeInstanceComponent extends AbstractDbxSelectionListWrapperDirective<DbxFirebaseModelTypesServiceInstancePair> {
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseModelTypeInstanceComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseModelTypeInstanceComponent, "dbx-firebase-model-type-instance-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseModelTypeInstanceComponent, "dbx-firebase-model-type-instance-list", never, {}, {}, never, ["[top]", "[bottom]", "[empty]", "[emptyLoading]"], false>;
12
12
  }
13
13
  export declare class DbxFirebaseModelTypeInstanceViewComponent extends AbstractDbxSelectionListViewDirective<DbxFirebaseModelTypesServiceInstancePair> {
14
14
  readonly config: DbxSelectionValueListViewConfig<DbxFirestoreModelTypeInstanceItem>;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-firebase",
3
- "version": "9.24.43",
3
+ "version": "9.24.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
7
- "@dereekb/dbx-analytics": "9.24.43",
7
+ "@dereekb/dbx-analytics": "9.24.45",
8
8
  "firebase": "^9.9.2",
9
9
  "@angular/fire": "^7.4.1",
10
- "@dereekb/firebase": "9.24.43",
10
+ "@dereekb/firebase": "9.24.45",
11
11
  "@angular/material": "^14.2.0",
12
- "@dereekb/dbx-web": "9.24.43",
13
- "@dereekb/dbx-form": "9.24.43"
12
+ "@dereekb/dbx-web": "9.24.45",
13
+ "@dereekb/dbx-form": "9.24.45"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0"