@@ -289,7 +289,8 @@ export class CdkRowDef<T> extends BaseRowDef {
289
289
// @public
290
290
export class CdkTable <T > implements AfterContentChecked , CollectionViewer , OnDestroy , OnInit {
291
291
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 ,
292
- _stickyPositioningListener : StickyPositioningListener );
292
+ _stickyPositioningListener : StickyPositioningListener ,
293
+ _ngZone : NgZone );
293
294
addColumnDef(columnDef : CdkColumnDef ): void ;
294
295
addFooterRowDef(footerRowDef : CdkFooterRowDef ): void ;
295
296
addHeaderRowDef(headerRowDef : CdkHeaderRowDef ): void ;
@@ -332,6 +333,8 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
332
333
ngOnDestroy(): void ;
333
334
// (undocumented)
334
335
ngOnInit(): void ;
336
+ // @deprecated (undocumented)
337
+ protected readonly _ngZone: NgZone ;
335
338
_noDataRow: CdkNoDataRow ;
336
339
// (undocumented)
337
340
_noDataRowOutlet: NoDataRowOutlet ;
@@ -360,7 +363,7 @@ export class CdkTable<T> implements AfterContentChecked, CollectionViewer, OnDes
360
363
// (undocumented)
361
364
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" ]>;
362
365
// (undocumented)
363
- static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }]>;
366
+ static ɵfac: i0 .ɵɵFactoryDeclaration <CdkTable <any >, [null , null , null , { attribute: " role" ; }, { optional: true ; }, null , null , null , null , null , { optional: true ; skipSelf: true ; }, { optional : true ; } ]>;
364
367
}
365
368
366
369
// @public (undocumented)
0 commit comments