@maplander/components 0.21.25 → 0.21.26

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.
@@ -3330,8 +3330,8 @@ var FiltersComponent = /** @class */ (function () {
3330
3330
  * @return {?}
3331
3331
  */
3332
3332
  function (open) {
3333
- this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
3334
3333
  if (open) {
3334
+ this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
3335
3335
  this._render.setStyle(this._ref.nativeElement, 'visibility', 'visible');
3336
3336
  this._render.setStyle(this._ref.nativeElement, 'opacity', '1');
3337
3337
  }