@paperless/angular 2.0.1-beta.173 → 2.0.1-beta.175

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.
@@ -199,7 +199,7 @@ export declare class PDivider {
199
199
  protected el: HTMLPDividerElement;
200
200
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
201
201
  static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
202
- static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
202
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "alignContent": "alignContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
203
203
  }
204
204
  export declare interface PDivider extends Components.PDivider {
205
205
  }
@@ -291,7 +291,7 @@ export declare class PEmptyState {
291
291
  protected el: HTMLPEmptyStateElement;
292
292
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
293
293
  static ɵfac: i0.ɵɵFactoryDeclaration<PEmptyState, never>;
294
- static ɵcmp: i0.ɵɵComponentDeclaration<PEmptyState, "p-empty-state", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "actionVariant": "actionVariant"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "illustration": "illustration"; }, {}, never, ["*"], false, never>;
294
+ static ɵcmp: i0.ɵɵComponentDeclaration<PEmptyState, "p-empty-state", never, { "actionIcon": "actionIcon"; "actionIconPosition": "actionIconPosition"; "actionLoading": "actionLoading"; "actionText": "actionText"; "actionVariant": "actionVariant"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "illustration": "illustration"; }, {}, never, ["*"], false, never>;
295
295
  }
296
296
  export declare interface PEmptyState extends Components.PEmptyState {
297
297
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.173",
3
+ "version": "2.0.1-beta.175",
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",