@acorex/platform 20.5.4 → 20.6.0-next.0

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.
@@ -1271,7 +1271,7 @@ class AXPWidgetColumnRendererComponent extends AXDataTableColumnComponent {
1271
1271
  ], viewQueries: [{ propertyName: "_contentFooterTemplate", first: true, predicate: ["footer"], descendants: true }, { propertyName: "_contentCellTemplate", first: true, predicate: ["cell"], descendants: true }, { propertyName: "_contentHeaderTemplate", first: true, predicate: ["header"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
1272
1272
  <ng-template #header>{{ caption | translate | async }}</ng-template>
1273
1273
  <ng-template #cell let-row>
1274
- <div class="ax-flex ax-gap-2 ax-items-center">
1274
+ <div [class]="expandHandler ? 'ax-flex ax-gap-2 ax-items-center' : ''">
1275
1275
  @if (expandHandler) {
1276
1276
  <div
1277
1277
  (click)="handleExpandRow(row)"
@@ -1308,7 +1308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1308
1308
  template: `
1309
1309
  <ng-template #header>{{ caption | translate | async }}</ng-template>
1310
1310
  <ng-template #cell let-row>
1311
- <div class="ax-flex ax-gap-2 ax-items-center">
1311
+ <div [class]="expandHandler ? 'ax-flex ax-gap-2 ax-items-center' : ''">
1312
1312
  @if (expandHandler) {
1313
1313
  <div
1314
1314
  (click)="handleExpandRow(row)"