@@ -295,8 +295,6 @@ export class CdkTable<T> implements AfterContentInit, AfterContentChecked, Colle
295
295
addRowDef(rowDef : CdkRowDef <T >): void ;
296
296
// (undocumented)
297
297
protected readonly _changeDetectorRef: ChangeDetectorRef ;
298
- // (undocumented)
299
- protected readonly _coalescedStyleScheduler: _CoalescedStyleScheduler ;
300
298
readonly contentChanged: EventEmitter <void >;
301
299
_contentColumnDefs: QueryList <CdkColumnDef >;
302
300
_contentFooterRowDefs: QueryList <CdkFooterRowDef >;
@@ -414,20 +412,6 @@ export interface CellDef {
414
412
template: TemplateRef <any >;
415
413
}
416
414
417
- // @public
418
- export const _COALESCED_STYLE_SCHEDULER: InjectionToken <_CoalescedStyleScheduler >;
419
-
420
- // @public
421
- export class _CoalescedStyleScheduler {
422
- constructor (... args : unknown []);
423
- schedule(task : () => unknown ): void ;
424
- scheduleEnd(task : () => unknown ): void ;
425
- // (undocumented)
426
- static ɵfac: i0 .ɵɵFactoryDeclaration <_CoalescedStyleScheduler , never >;
427
- // (undocumented)
428
- static ɵprov: i0 .ɵɵInjectableDeclaration <_CoalescedStyleScheduler >;
429
- }
430
-
431
415
// @public
432
416
export class DataRowOutlet implements RowOutlet {
433
417
constructor (... args : unknown []);
@@ -506,14 +490,6 @@ export interface RowOutlet {
506
490
viewContainer: ViewContainerRef ;
507
491
}
508
492
509
- // @public
510
- export class _Schedule {
511
- // (undocumented)
512
- endTasks: (() => unknown )[];
513
- // (undocumented)
514
- tasks: (() => unknown )[];
515
- }
516
-
517
493
// @public
518
494
export const STICKY_POSITIONING_LISTENER: InjectionToken <StickyPositioningListener >;
519
495
0 commit comments