@paperless/angular 0.1.0-alpha.341 → 0.1.0-alpha.343

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.
@@ -1498,7 +1498,7 @@ let PSelect = class PSelect {
1498
1498
  this.z = z;
1499
1499
  c.detach();
1500
1500
  this.el = r.nativeElement;
1501
- proxyOutputs(this, this.el, ['queryChange', 'valueChange']);
1501
+ proxyOutputs(this, this.el, ['queryChange', 'valueChange', 'dropdownShown']);
1502
1502
  }
1503
1503
  };
1504
1504
  PSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });