@@ -295,8 +295,6 @@ export class CdkTable<T> implements AfterContentInit, AfterContentChecked, Colle
295295 addRowDef(rowDef : CdkRowDef <T >): void ;
296296 // (undocumented)
297297 protected readonly _changeDetectorRef: ChangeDetectorRef ;
298- // (undocumented)
299- protected readonly _coalescedStyleScheduler: _CoalescedStyleScheduler ;
300298 readonly contentChanged: EventEmitter <void >;
301299 _contentColumnDefs: QueryList <CdkColumnDef >;
302300 _contentFooterRowDefs: QueryList <CdkFooterRowDef >;
@@ -414,20 +412,6 @@ export interface CellDef {
414412 template: TemplateRef <any >;
415413}
416414
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-
431415// @public
432416export class DataRowOutlet implements RowOutlet {
433417 constructor (... args : unknown []);
@@ -506,14 +490,6 @@ export interface RowOutlet {
506490 viewContainer: ViewContainerRef ;
507491}
508492
509- // @public
510- export class _Schedule {
511- // (undocumented)
512- endTasks: (() => unknown )[];
513- // (undocumented)
514- tasks: (() => unknown )[];
515- }
516-
517493// @public
518494export const STICKY_POSITIONING_LISTENER: InjectionToken <StickyPositioningListener >;
519495
0 commit comments