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

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.
@@ -909,10 +909,10 @@ let PCardContainer = class PCardContainer {
909
909
  }
910
910
  };
911
911
  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 });
912
- 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 });
912
+ 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 });
913
913
  PCardContainer = __decorate([
914
914
  ProxyCmp({
915
- inputs: ['active', 'hoverable', 'shadow']
915
+ inputs: ['active', 'hoverable', 'shadow', 'variant']
916
916
  })
917
917
  ], PCardContainer);
918
918
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, decorators: [{
@@ -922,7 +922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
922
922
  changeDetection: ChangeDetectionStrategy.OnPush,
923
923
  template: '<ng-content></ng-content>',
924
924
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
925
- inputs: ['active', 'hoverable', 'shadow'],
925
+ inputs: ['active', 'hoverable', 'shadow', 'variant'],
926
926
  }]
927
927
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
928
928
  let PCardHeader = class PCardHeader {