@paperless/angular 2.19.3 → 2.19.5
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.
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +2 -1
- package/fesm2015/paperless-angular.mjs +1 -0
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -0
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3068,6 +3068,7 @@ class TableCell {
|
|
|
3068
3068
|
}
|
|
3069
3069
|
get headerClass() {
|
|
3070
3070
|
const align = this.definition?.headerAlign ?? this.definition?.align;
|
|
3071
|
+
console.log(this.definition);
|
|
3071
3072
|
return cn('overflow-hidden text-ellipsis', {
|
|
3072
3073
|
'text-start': align === undefined || align === 'start',
|
|
3073
3074
|
'text-center': align === 'center',
|