@@ -140,37 +140,35 @@ export type CdkVirtualForOfContext<T> = {
140
140
odd: boolean ;
141
141
};
142
142
143
- // @public (undocumented)
143
+ // @public
144
144
export abstract class CdkVirtualScrollable extends CdkScrollable {
145
145
constructor (elementRef : ElementRef <HTMLElement >, scrollDispatcher : ScrollDispatcher , ngZone : NgZone , dir ? : Directionality );
146
- // (undocumented)
147
- abstract getBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
148
- // (undocumented)
146
+ abstract measureBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
149
147
measureViewportSize(orientation : ' horizontal' | ' vertical' ): number ;
150
148
// (undocumented)
151
149
static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollable , never , never , {}, {}, never >;
152
150
// (undocumented)
153
151
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkVirtualScrollable , [null , null , null , { optional: true ; }]>;
154
152
}
155
153
156
- // @public (undocumented)
154
+ // @public
157
155
export class CdkVirtualScrollableElement extends CdkVirtualScrollable {
158
156
constructor (elementRef : ElementRef , scrollDispatcher : ScrollDispatcher , ngZone : NgZone , dir : Directionality );
159
157
// (undocumented)
160
- getBoundingClientRectWithScrollOffset (from : ' left' | ' top' | ' right' | ' bottom' ): number ;
158
+ measureBoundingClientRectWithScrollOffset (from : ' left' | ' top' | ' right' | ' bottom' ): number ;
161
159
// (undocumented)
162
160
static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableElement , " [cdk-virtual-scrollable-element], [cdkVirtualScrollableElement]" , never , {}, {}, never >;
163
161
// (undocumented)
164
162
static ɵfac: i0 .ɵɵFactoryDeclaration <CdkVirtualScrollableElement , [null , null , null , { optional: true ; }]>;
165
163
}
166
164
167
- // @public (undocumented)
165
+ // @public
168
166
export class CdkVirtualScrollableWindow extends CdkVirtualScrollable {
169
167
constructor (scrollDispatcher : ScrollDispatcher , ngZone : NgZone , dir : Directionality );
170
168
// (undocumented)
171
169
protected _elementScrolled: Observable <Event >;
172
170
// (undocumented)
173
- getBoundingClientRectWithScrollOffset (from : ' left' | ' top' | ' right' | ' bottom' ): number ;
171
+ measureBoundingClientRectWithScrollOffset (from : ' left' | ' top' | ' right' | ' bottom' ): number ;
174
172
// (undocumented)
175
173
static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkVirtualScrollableWindow , " cdk-virtual-scroll-viewport[scrollable-window]" , never , {}, {}, never >;
176
174
// (undocumented)
@@ -196,16 +194,15 @@ export class CdkVirtualScrollViewport extends CdkVirtualScrollable implements On
196
194
detach(): void ;
197
195
// (undocumented)
198
196
elementRef: ElementRef <HTMLElement >;
199
- // (undocumented)
200
- getBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
201
197
getDataLength(): number ;
202
198
getOffsetToRenderedContentStart(): number | null ;
203
199
getRenderedRange(): ListRange ;
204
200
getViewportSize(): number ;
201
+ // (undocumented)
202
+ measureBoundingClientRectWithScrollOffset(from : ' left' | ' top' | ' right' | ' bottom' ): number ;
205
203
measureRangeSize(range : ListRange ): number ;
206
204
measureRenderedContentSize(): number ;
207
205
measureScrollOffset(from ? : ' top' | ' left' | ' right' | ' bottom' | ' start' | ' end' ): number ;
208
- // (undocumented)
209
206
measureViewportOffset(from ? : ' top' | ' left' | ' right' | ' bottom' | ' start' | ' end' ): number ;
210
207
// (undocumented)
211
208
ngOnDestroy(): void ;
0 commit comments