@maplander/components 0.21.23 → 0.21.24

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.
@@ -3333,6 +3333,7 @@ var FiltersComponent = /** @class */ (function () {
3333
3333
  if (open) {
3334
3334
  this._render.setStyle(this._ref.nativeElement, 'visibility', 'visible');
3335
3335
  this._render.setStyle(this._ref.nativeElement, 'opacity', '1');
3336
+ this.changeFilter.emit({ type: 'init', payload: null });
3336
3337
  }
3337
3338
  else {
3338
3339
  this._render.setStyle(this._ref.nativeElement, 'opacity', '0');