@@ -297,7 +297,8 @@ export class CdkRowDef<T> extends BaseRowDef {
297
297
// @public
298
298
export class CdkTable <T > implements AfterContentChecked , CollectionViewer , OnDestroy , OnInit {
299
299
constructor (_differs : IterableDiffers , _changeDetectorRef : ChangeDetectorRef , _elementRef : ElementRef , role : string , _dir : Directionality , _document : any , _platform : Platform , _viewRepeater : _ViewRepeater <T , RenderRow <T >, RowContext <T >>, _coalescedStyleScheduler : _CoalescedStyleScheduler , _viewportRuler : ViewportRuler ,
300
- _stickyPositioningListener : StickyPositioningListener );
300
+ _stickyPositioningListener : StickyPositioningListener ,
301
+ _ngZone : NgZone );
301
302
addColumnDef(columnDef : CdkColumnDef ): void ;
302
303
addFooterRowDef(footerRowDef : CdkFooterRowDef ): void ;
303
304
addHeaderRowDef(headerRowDef : CdkHeaderRowDef ): void ;
@@ -344,6 +345,8 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
344
345
ngOnDestroy(): void ;
345
346
// (undocumented)
346
347
ngOnInit(): void ;
348
+ // @deprecated (undocumented)
349
+ protected readonly _ngZone: NgZone ;
347
350
_noDataRow: CdkNoDataRow ;
348
351
// (undocumented)
349
352
_noDataRowOutlet: NoDataRowOutlet ;
@@ -372,7 +375,7 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
372
375
// (undocumented)
373
376
static ɵcmp: i0 .ɵɵComponentDeclaration <CdkTable <any >, " cdk-table, table[cdk-table]" , [" cdkTable" ], { " trackBy" : " trackBy" ; " dataSource" : " dataSource" ; " multiTemplateDataRows" : " multiTemplateDataRows" ; " fixedLayout" : " fixedLayout" ; }, { " contentChanged" : " contentChanged" ; }, [" _noDataRow" , " _contentColumnDefs" , " _contentRowDefs" , " _contentHeaderRowDefs" , " _contentFooterRowDefs" ], [" caption" , " colgroup, col" ]>;
374
377
// (undocumented)
375
- static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }]>;
378
+ static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }, { optional : true ; } ]>;
376
379
}
377
380
378
381
// @public (undocumented)
0 commit comments