@ts-core/angular 13.0.26 → 13.0.27

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.
@@ -7481,7 +7481,7 @@ class CdkTableColumnStyleNamePipe {
7481
7481
  //
7482
7482
  // --------------------------------------------------------------------------
7483
7483
  transform(item, column) {
7484
- return !_.isNil(column) && !_.isNil(column.cellClassName) ? column.styleName(item, column) : null;
7484
+ return !_.isNil(column) && !_.isNil(column.styleName) ? column.styleName(item, column) : null;
7485
7485
  }
7486
7486
  }
7487
7487
  CdkTableColumnStyleNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CdkTableColumnStyleNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
@@ -7522,7 +7522,7 @@ class CdkTableCellStyleNamePipe {
7522
7522
  //
7523
7523
  // --------------------------------------------------------------------------
7524
7524
  transform(item, column) {
7525
- return !_.isNil(column) && !_.isNil(column.styleName) ? column.styleName(item, column) : null;
7525
+ return !_.isNil(column) && !_.isNil(column.cellStyleName) ? column.cellStyleName(item, column) : null;
7526
7526
  }
7527
7527
  }
7528
7528
  CdkTableCellStyleNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CdkTableCellStyleNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });