@paperless/angular 1.60.0 → 1.61.1

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.
@@ -435,7 +435,7 @@ export declare class PNavigationItem {
435
435
  protected el: HTMLElement;
436
436
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
437
437
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
438
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
438
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "iconPosition": "iconPosition"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], false, never>;
439
439
  }
440
440
  export declare interface PNavigationItem extends Components.PNavigationItem {
441
441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.60.0",
3
+ "version": "1.61.1",
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",