@paperless/angular 2.0.1-beta.157 → 2.0.1-beta.159

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.
@@ -3033,11 +3033,19 @@ let TableColumn = class TableColumn {
3033
3033
  }
3034
3034
  };
3035
3035
  TableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TableColumn, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3036
- TableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TableColumn, selector: "p-table-column", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", type: "type", useSlot: "useSlot", hasCheckbox: "hasCheckbox" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3036
+ TableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: TableColumn, selector: "p-table-column", inputs: { align: "align", name: "name", path: "path", sizes: "sizes", variant: "variant", useSlot: "useSlot", hasCheckbox: "hasCheckbox" }, queries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3037
3037
  TableColumn = __decorate([
3038
3038
  ProxyCmp({
3039
3039
  defineCustomElementFn: undefined,
3040
- inputs: ['align', 'name', 'path', 'sizes', 'type', 'useSlot', 'hasCheckbox'],
3040
+ inputs: [
3041
+ 'align',
3042
+ 'name',
3043
+ 'path',
3044
+ 'sizes',
3045
+ 'variant',
3046
+ 'useSlot',
3047
+ 'hasCheckbox',
3048
+ ],
3041
3049
  })
3042
3050
  ], TableColumn);
3043
3051
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TableColumn, decorators: [{
@@ -3046,7 +3054,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
3046
3054
  selector: 'p-table-column',
3047
3055
  changeDetection: ChangeDetectionStrategy.OnPush,
3048
3056
  template: '<ng-content></ng-content>',
3049
- inputs: ['align', 'name', 'path', 'sizes', 'type', 'useSlot', 'hasCheckbox'],
3057
+ inputs: [
3058
+ 'align',
3059
+ 'name',
3060
+ 'path',
3061
+ 'sizes',
3062
+ 'variant',
3063
+ 'useSlot',
3064
+ 'hasCheckbox',
3065
+ ],
3050
3066
  }]
3051
3067
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { template: [{
3052
3068
  type: ContentChild,