@paperless/angular 1.59.3 → 1.61.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.
@@ -1463,10 +1463,10 @@ let PNavigationItem = class PNavigationItem {
1463
1463
  }
1464
1464
  };
1465
1465
  PNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1466
- PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PNavigationItem, selector: "p-navigation-item", inputs: { active: "active", counter: "counter", href: "href", icon: "icon", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1466
+ PNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PNavigationItem, selector: "p-navigation-item", inputs: { active: "active", counter: "counter", href: "href", icon: "icon", iconPosition: "iconPosition", loading: "loading", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1467
1467
  PNavigationItem = __decorate([
1468
1468
  ProxyCmp({
1469
- inputs: ['active', 'counter', 'href', 'icon', 'target']
1469
+ inputs: ['active', 'counter', 'href', 'icon', 'iconPosition', 'loading', 'target']
1470
1470
  })
1471
1471
  ], PNavigationItem);
1472
1472
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PNavigationItem, decorators: [{
@@ -1476,7 +1476,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
1476
1476
  changeDetection: ChangeDetectionStrategy.OnPush,
1477
1477
  template: '<ng-content></ng-content>',
1478
1478
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1479
- inputs: ['active', 'counter', 'href', 'icon', 'target'],
1479
+ inputs: ['active', 'counter', 'href', 'icon', 'iconPosition', 'loading', 'target'],
1480
1480
  }]
1481
1481
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1482
1482
  let PPageSizeSelect = class PPageSizeSelect {