@@ -146,7 +146,7 @@ export abstract class CdkVirtualScrollable extends CdkScrollable {
146
146
abstract measureBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
147
147
measureViewportSize(orientation : ' horizontal' | ' vertical' ): number ;
148
148
// (undocumented)
149
- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollable , never , never , {}, {}, never >;
149
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollable , never , never , {}, {}, never , never , false >;
150
150
// (undocumented)
151
151
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkVirtualScrollable , [null , null , null , { optional: true ; }]>;
152
152
}
@@ -157,7 +157,7 @@ export class CdkVirtualScrollableElement extends CdkVirtualScrollable {
157
157
// (undocumented)
158
158
measureBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
159
159
// (undocumented)
160
- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableElement , " [cdkVirtualScrollingElement]" , never , {}, {}, never >;
160
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableElement , " [cdkVirtualScrollingElement]" , never , {}, {}, never , never , false >;
161
161
// (undocumented)
162
162
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkVirtualScrollableElement , [null , null , null , { optional: true ; }]>;
163
163
}
@@ -170,7 +170,7 @@ export class CdkVirtualScrollableWindow extends CdkVirtualScrollable {
170
170
// (undocumented)
171
171
measureBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
172
172
// (undocumented)
173
- static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableWindow , " cdk-virtual-scroll-viewport[scrollWindow]" , never , {}, {}, never >;
173
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableWindow , " cdk-virtual-scroll-viewport[scrollWindow]" , never , {}, {}, never , never , false >;
174
174
// (undocumented)
175
175
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkVirtualScrollableWindow , [null , null , { optional: true ; }]>;
176
176
}
0 commit comments