@maplander/components 0.21.70 → 0.21.72

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.
@@ -8,6 +8,7 @@ export declare class FabFiltersComponent implements OnInit, OnDestroy {
8
8
  private _currency;
9
9
  private _offeringPipe;
10
10
  private _filtersService;
11
+ isMobile: boolean;
11
12
  isOPI: boolean;
12
13
  mlsLabel: string;
13
14
  filterDeleted: EventEmitter<FilterChipType>;
@@ -18,6 +18,7 @@ export declare class FiltersComponent implements OnInit, OnChanges, AfterViewIni
18
18
  newFilters: boolean;
19
19
  totalProperties: number;
20
20
  hideAmenities: boolean;
21
+ isRV: boolean;
21
22
  filterChange: EventEmitter<Filter>;
22
23
  private readonly METERS_TO_SQ;
23
24
  private _tmpMinPriceList;