@angular/cdk 13.0.3 → 13.1.0-next.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cdk",
3
- "version": "13.0.3",
3
+ "version": "13.1.0-next.3",
4
4
  "description": "Angular Material Component Development Kit",
5
5
  "repository": {
6
6
  "type": "git",
package/table/row.d.ts CHANGED
@@ -170,6 +170,7 @@ export declare class CdkRow {
170
170
  /** Row that can be used to display a message when no data is shown in the table. */
171
171
  export declare class CdkNoDataRow {
172
172
  templateRef: TemplateRef<any>;
173
+ _contentClassName: string;
173
174
  constructor(templateRef: TemplateRef<any>);
174
175
  static ɵfac: i0.ɵɵFactoryDeclaration<CdkNoDataRow, never>;
175
176
  static ɵdir: i0.ɵɵDirectiveDeclaration<CdkNoDataRow, "ng-template[cdkNoDataRow]", never, {}, {}, never>;