@maplander/components 0.21.41 → 0.21.42

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.
@@ -2887,6 +2887,7 @@ var FiltersComponent = /** @class */ (function () {
2887
2887
  for (var _b = __values(this.stateOptions), _c = _b.next(); !_c.done; _c = _b.next()) {
2888
2888
  var stateOption = _c.value;
2889
2889
  if (stateOption.name === this._lastState) {
2890
+ this.propertyTotal = stateOption.total;
2890
2891
  this.filter.state = this._lastState;
2891
2892
  this.filtersForm.patchValue({
2892
2893
  state: this._lastState