@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.
@@ -1006,10 +1006,10 @@ let PDropdownMenuItem = class PDropdownMenuItem {
1006
1006
  }
1007
1007
  };
1008
1008
  PDropdownMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDropdownMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1009
- PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active", enableHover: "enableHover", icon: "icon", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1009
+ PDropdownMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDropdownMenuItem, selector: "p-dropdown-menu-item", inputs: { active: "active", enableHover: "enableHover", icon: "icon", useContainer: "useContainer", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1010
1010
  PDropdownMenuItem = __decorate([
1011
1011
  ProxyCmp({
1012
- inputs: ['active', 'enableHover', 'icon', 'variant']
1012
+ inputs: ['active', 'enableHover', 'icon', 'useContainer', 'variant']
1013
1013
  })
1014
1014
  ], PDropdownMenuItem);
1015
1015
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDropdownMenuItem, decorators: [{
@@ -1019,7 +1019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1019
1019
  changeDetection: ChangeDetectionStrategy.OnPush,
1020
1020
  template: '<ng-content></ng-content>',
1021
1021
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1022
- inputs: ['active', 'enableHover', 'icon', 'variant'],
1022
+ inputs: ['active', 'enableHover', 'icon', 'useContainer', 'variant'],
1023
1023
  }]
1024
1024
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1025
1025
  let PFloatingMenuContainer = class PFloatingMenuContainer {