@paperless/angular 1.53.2 → 1.54.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.
@@ -248,7 +248,7 @@ export declare class PDropdownMenuItem {
248
248
  protected el: HTMLElement;
249
249
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
250
250
  static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
251
- static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "enableHover": "enableHover"; "icon": "icon"; "variant": "variant"; }, {}, never, ["*"], false, never>;
251
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "enableHover": "enableHover"; "icon": "icon"; "useContainer": "useContainer"; "variant": "variant"; }, {}, never, ["*"], false, never>;
252
252
  }
253
253
  export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.53.2",
3
+ "version": "1.54.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",