Release 8.0.0 (#11019)

* Release 8.0.0

* Release 8.0.0

* Trigger Build

* Release 8.0.0
This commit is contained in:
AleksanderSklorz
2025-07-15 09:34:47 +02:00
committed by GitHub
parent be03d82668
commit 1f5785aa8e
7 changed files with 206 additions and 2 deletions

View File

@@ -8,8 +8,7 @@
(click)="onCheckBoxClick($event)"
[aria-label]="getTitle(aspect)"
(change)="onChange($event, aspect?.entry?.id)"/>
<mat-expansion-panel
[id]="'aspect-list-'+getId(aspect)"
<mat-expansion-panel [id]="'aspect-list-'+getId(aspect)"
class="adf-accordion-aspect-list-expansion-panel"
(opened)="isPanelOpen[colIndex] = true"
(afterCollapse)="isPanelOpen[colIndex] = false"