@paperless/angular 0.1.0-alpha.342 → 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.
@@ -472,6 +472,10 @@ export declare interface PSelect extends Components.PSelect {
472
472
  * Event when the value changes
473
473
  */
474
474
  valueChange: EventEmitter<CustomEvent<any>>;
475
+ /**
476
+ * Event when the dropdown shows
477
+ */
478
+ dropdownShown: EventEmitter<CustomEvent<any>>;
475
479
  }
476
480
  export declare class PSliderIndicator {
477
481
  protected z: NgZone;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.342",
3
+ "version": "0.1.0-alpha.343",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",