@dereekb/dbx-firebase 9.24.32 → 9.24.34

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.
@@ -3266,16 +3266,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
3266
3266
  }], ctorParameters: function () { return [{ type: i1$2.DbxPopoverComponent }]; } });
3267
3267
 
3268
3268
  class DbxFirebaseModelHistoryPopoverButtonComponent extends AbstractPopoverRefDirective {
3269
- constructor(popupService) {
3269
+ constructor(dbxPopoverService) {
3270
3270
  super();
3271
- this.popupService = popupService;
3271
+ this.dbxPopoverService = dbxPopoverService;
3272
3272
  }
3273
3273
  _makePopoverRef(origin) {
3274
3274
  const config = this.config;
3275
3275
  if (!origin) {
3276
3276
  throw new Error('Missing origin.');
3277
3277
  }
3278
- return DbxFirebaseModelHistoryPopoverComponent.openPopover(this.popupService, {
3278
+ return DbxFirebaseModelHistoryPopoverComponent.openPopover(this.dbxPopoverService, {
3279
3279
  origin,
3280
3280
  ...config
3281
3281
  });