@paperless/angular 0.1.0-alpha.214 → 0.1.0-alpha.216

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.
@@ -1 +1,2 @@
1
1
  export declare const SLIDE_IN_BOTTOM_OUT_TOP: import("@angular/animations").AnimationTriggerMetadata;
2
+ export declare const SLIDE_IN_TOP_OUT_BOTTOM: import("@angular/animations").AnimationTriggerMetadata;
@@ -8,7 +8,7 @@ export declare interface PToastContainer extends Components.PToastContainer {
8
8
  export declare class ToastContainer {
9
9
  protected z: NgZone;
10
10
  private _toastService;
11
- toasts$: import("rxjs").BehaviorSubject<import("@paperless/angular").ToastData[]>;
11
+ toasts$: import("rxjs").Observable<import("@paperless/angular").ToastData[]>;
12
12
  protected el: HTMLElement;
13
13
  constructor(r: ElementRef, z: NgZone, _toastService: ToastService);
14
14
  dismiss(index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.214",
3
+ "version": "0.1.0-alpha.216",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0 || ^14.0.0",
6
6
  "@angular/core": "^13.3.0 || ^14.0.0"