diff --git a/goldens/material/paginator/index.api.md b/goldens/material/paginator/index.api.md index 5ab41274a447..9c2af36ee2de 100644 --- a/goldens/material/paginator/index.api.md +++ b/goldens/material/paginator/index.api.md @@ -21,6 +21,7 @@ import { Directionality } from '@angular/cdk/bidi'; import { DoCheck } from '@angular/core'; import { ElementRef } from '@angular/core'; import { EventEmitter } from '@angular/core'; +import { FlexibleOverlayPopoverLocation } from '@angular/cdk/overlay'; import { FocusableOption } from '@angular/cdk/a11y'; import { FocusOrigin } from '@angular/cdk/a11y'; import { FormGroupDirective } from '@angular/forms'; diff --git a/goldens/material/select/index.api.md b/goldens/material/select/index.api.md index d0975c05859a..04382362d004 100644 --- a/goldens/material/select/index.api.md +++ b/goldens/material/select/index.api.md @@ -20,6 +20,7 @@ import { ControlValueAccessor } from '@angular/forms'; import { DoCheck } from '@angular/core'; import { ElementRef } from '@angular/core'; import { EventEmitter } from '@angular/core'; +import { FlexibleOverlayPopoverLocation } from '@angular/cdk/overlay'; import { FocusableOption } from '@angular/cdk/a11y'; import { FocusOrigin } from '@angular/cdk/a11y'; import { FormGroupDirective } from '@angular/forms'; @@ -340,6 +341,8 @@ export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit protected _parentFormField: MatFormField | null; get placeholder(): string; set placeholder(value: string); + // (undocumented) + protected _popoverLocation: FlexibleOverlayPopoverLocation | null; _positions: ConnectedPosition[]; _preferredOverlayOrigin: CdkOverlayOrigin | ElementRef | undefined; registerOnChange(fn: (value: any) => void): void; diff --git a/src/material/select/select.html b/src/material/select/select.html index ba6439f3fe45..6d89042dbeb2 100644 --- a/src/material/select/select.html +++ b/src/material/select/select.html @@ -1,9 +1,10 @@ -