@c10t/nice-component-library 0.0.8-beta → 0.0.9-beta

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.
@@ -2285,7 +2285,7 @@ class CvaHeaderExpandButtonComponent {
2285
2285
  <mat-checkbox style="width: 100%"
2286
2286
  [(ngModel)]="expandDisplayCols[col.columnDef]"
2287
2287
  [value]="col.columnDef"
2288
- (change)="this.onChange.emit()">
2288
+ (change)="this.onChange.emit(this.expandDisplayCols)">
2289
2289
  {{ (moduleName + '.table.header.' + col.header) | translate }}
2290
2290
  </mat-checkbox>
2291
2291
  </ng-container>
@@ -2326,7 +2326,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
2326
2326
  <mat-checkbox style="width: 100%"
2327
2327
  [(ngModel)]="expandDisplayCols[col.columnDef]"
2328
2328
  [value]="col.columnDef"
2329
- (change)="this.onChange.emit()">
2329
+ (change)="this.onChange.emit(this.expandDisplayCols)">
2330
2330
  {{ (moduleName + '.table.header.' + col.header) | translate }}
2331
2331
  </mat-checkbox>
2332
2332
  </ng-container>