@maplander/components 0.21.47 → 0.21.49

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.
@@ -1,4 +1,4 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { MarkerPricePipe } from './../../pipes/marker-price/marker-price.pipe';
3
3
  import { OfferingTypePipe } from './../../pipes/offering-type/offering-type.pipe';
4
4
  import { FilterChip } from './../../utils/models/filter-chip';
@@ -10,6 +10,7 @@ export declare class FabFiltersComponent implements OnInit, OnDestroy {
10
10
  private _filtersService;
11
11
  isOPI: boolean;
12
12
  mlsLabel: string;
13
+ filterDeleted: EventEmitter<FilterChipType>;
13
14
  private readonly METERS_TO_SQ;
14
15
  private _filter;
15
16
  private _wrapper;
@@ -20,6 +21,7 @@ export declare class FabFiltersComponent implements OnInit, OnDestroy {
20
21
  ngOnDestroy(): void;
21
22
  openFilters(): void;
22
23
  onClickChip(type: FilterChipType): void;
24
+ removeFilter(type: FilterChipType): void;
23
25
  private init;
24
26
  private listingType;
25
27
  private offeringType;