@maplander/components 0.21.30 → 0.21.31
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.
- package/bundles/maplander-components.umd.js +0 -2
- package/bundles/maplander-components.umd.js.map +1 -1
- package/bundles/maplander-components.umd.min.js +1 -1
- package/bundles/maplander-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/filters/filters.component.js +1 -3
- package/esm5/lib/components/filters/filters.component.js +1 -3
- package/fesm2015/maplander-components.js +0 -2
- package/fesm2015/maplander-components.js.map +1 -1
- package/fesm5/maplander-components.js +0 -2
- package/fesm5/maplander-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -2947,8 +2947,6 @@ var FiltersComponent = /** @class */ (function () {
|
|
|
2947
2947
|
this.filter.state = null;
|
|
2948
2948
|
this.filter.municipality = null;
|
|
2949
2949
|
this.filter.colony = null;
|
|
2950
|
-
this.filtersForm.get('state').setValue('');
|
|
2951
|
-
this.filtersForm.get('state').markAsTouched();
|
|
2952
2950
|
this.filter.offering = (/** @type {?} */ (ev));
|
|
2953
2951
|
this.changeFilter.emit({ type: 'offer', payload: { filter: this.filter, value: this.filtersForm.value } });
|
|
2954
2952
|
};
|