@paperless/angular 2.19.5 → 2.19.6
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 -2
- package/fesm2015/paperless-angular.mjs +2 -2
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -1
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3068,7 +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
|
+
console.log(this.definition, this.definition?.headerAlign, this.definition?.align);
|
|
3072
3072
|
return cn('overflow-hidden text-ellipsis', {
|
|
3073
3073
|
'text-start': align === undefined || align === 'start',
|
|
3074
3074
|
'text-center': align === 'center',
|