@paperless/angular 2.0.1-beta.140 → 2.0.1-beta.141

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.
@@ -905,10 +905,10 @@ let PCardContainer = class PCardContainer {
905
905
  }
906
906
  };
907
907
  PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
908
- PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardContainer, selector: "p-card-container", inputs: { active: "active", hoverable: "hoverable", shadow: "shadow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
908
+ PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardContainer, selector: "p-card-container", inputs: { active: "active", hoverable: "hoverable", shadow: "shadow", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
909
909
  PCardContainer = __decorate([
910
910
  ProxyCmp({
911
- inputs: ['active', 'hoverable', 'shadow']
911
+ inputs: ['active', 'hoverable', 'shadow', 'variant']
912
912
  })
913
913
  ], PCardContainer);
914
914
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, decorators: [{
@@ -918,7 +918,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
918
918
  changeDetection: ChangeDetectionStrategy.OnPush,
919
919
  template: '<ng-content></ng-content>',
920
920
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
921
- inputs: ['active', 'hoverable', 'shadow'],
921
+ inputs: ['active', 'hoverable', 'shadow', 'variant'],
922
922
  }]
923
923
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
924
924
  let PCardHeader = class PCardHeader {