@paperless/angular 1.29.0 → 1.31.0

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.
@@ -365,7 +365,7 @@ export declare interface PModal extends Components.PModal {
365
365
  /**
366
366
  * Closed event
367
367
  */
368
- closed: EventEmitter<CustomEvent<null>>;
368
+ closed: EventEmitter<CustomEvent<string>>;
369
369
  }
370
370
  export declare class PModalBody {
371
371
  protected z: NgZone;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.29.0",
3
+ "version": "1.31.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",