@@ -1052,9 +1052,9 @@ <h4 id="CdkConnectedOverlay" class="docs-header-link docs-api-h4 docs-api-class-
10521052
10531053
10541054< tr class ="docs-api-properties-row ">
1055- < td class ="docs-api-properties-name-cell "> < div class ="docs-api-input-marker "> @Input(< span class ="docs-api-input-alias "> { alias: 'cdkConnectedOverlayUsePopover', transform: booleanAttribute }</ span > )
1055+ < td class ="docs-api-properties-name-cell "> < div class ="docs-api-input-marker "> @Input(< span class ="docs-api-input-alias "> { alias: 'cdkConnectedOverlayUsePopover' }</ span > )
10561056 </ div > < p class ="docs-api-property-name ">
1057- < code > usePopover: boolean </ code >
1057+ < code > usePopover: FlexibleOverlayPopoverLocation | null </ code >
10581058 </ p >
10591059 </ td >
10601060 < td class ="docs-api-property-description "> < p > Whether the connected overlay should be rendered inside a popover element or the overlay container.</ p >
@@ -3008,6 +3008,60 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
30083008
30093009
30103010
3011+ < table class ="docs-api-method-table ">
3012+ < thead >
3013+ < tr class ="docs-api-method-name-row ">
3014+ < th colspan ="2 " class ="docs-api-method-name-cell "> withPopoverLocation
3015+ </ th >
3016+ </ tr >
3017+ </ thead > < tr class ="docs-api-method-description-row ">
3018+ < td colspan ="2 " class ="docs-api-method-description-cell ">
3019+ < p > Determines where in the DOM the overlay will be rendered when popover mode is enabled.</ p >
3020+
3021+ </ td >
3022+ </ tr > < thead >
3023+ < tr class ="docs-api-method-parameters-header-row ">
3024+ < th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
3025+ </ tr >
3026+ </ thead >
3027+
3028+ < tr class ="docs-api-method-parameter-row ">
3029+ < td class ="docs-api-method-parameter-cell ">
3030+ < p class ="docs-api-method-parameter-name ">
3031+ location</ p >
3032+ < code class ="docs-api-method-parameter-type "> FlexibleOverlayPopoverLocation</ code >
3033+ </ td >
3034+ < td class ="docs-api-method-parameter-description-cell ">
3035+ < p class ="docs-api-method-parameter-description ">
3036+ < p > Configures the location in the DOM. Supports the following values:</ p >
3037+ < ul >
3038+ < li > < code > global</ code > - The default which inserts the overlay inside the overlay container.</ li >
3039+ < li > < code > inline</ code > - Inserts the overlay next to the trigger.</ li >
3040+ </ ul >
3041+
3042+ </ p >
3043+ </ td >
3044+ </ tr >
3045+ < thead >
3046+ < tr class ="docs-api-method-returns-header-row ">
3047+ < th colspan ="2 " class ="docs-api-method-returns-header-cell "> Returns</ th >
3048+ </ tr >
3049+ </ thead >
3050+ < tr >
3051+ < td class ="docs-api-method-returns-type-cell ">
3052+ < code class ="docs-api-method-returns-type "> this</ code >
3053+ </ td >
3054+ < td class ="docs-api-method-returns-description-cell ">
3055+ < p class ="docs-api-method-returns-description ">
3056+
3057+ </ p >
3058+ </ td >
3059+ </ tr > </ table >
3060+
3061+
3062+
3063+
3064+
30113065< table class ="docs-api-method-table ">
30123066 < thead >
30133067 < tr class ="docs-api-method-name-row ">
@@ -4223,7 +4277,7 @@ <h4 id="CdkConnectedOverlayConfig" class="docs-header-link docs-api-h4 docs-api-
42234277
42244278< tr class ="docs-api-properties-row ">
42254279 < td class ="docs-api-properties-name-cell "> < p class ="docs-api-property-name ">
4226- < code > usePopover: boolean </ code >
4280+ < code > usePopover: FlexibleOverlayPopoverLocation | null </ code >
42274281 </ p >
42284282 </ td >
42294283 < td class ="docs-api-property-description "> </ td >
@@ -4474,7 +4528,7 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
44744528 </ thead >
44754529 < tr >
44764530 < td class ="docs-api-method-returns-type-cell ">
4477- < code class ="docs-api-method-returns-type "> Element</ code >
4531+ < code class ="docs-api-method-returns-type "> Element | null </ code >
44784532 </ td >
44794533 < td class ="docs-api-method-returns-description-cell ">
44804534 < p class ="docs-api-method-returns-description ">
@@ -4910,7 +4964,7 @@ <h3 id="cdk-overlay-functions" class="docs-header-link docs-api-h3">
49104964 < td class ="docs-api-method-parameter-cell ">
49114965 < p class ="docs-api-method-parameter-name ">
49124966 injector</ p >
4913- < code class ="docs-api-method-parameter-type "> Injector </ code >
4967+ < code class ="docs-api-method-parameter-type "> </ code >
49144968 </ td >
49154969 < td class ="docs-api-method-parameter-description-cell ">
49164970 < p class ="docs-api-method-parameter-description ">
@@ -4919,6 +4973,19 @@ <h3 id="cdk-overlay-functions" class="docs-header-link docs-api-h3">
49194973 </ p >
49204974 </ td >
49214975 </ tr >
4976+
4977+ < tr class ="docs-api-method-parameter-row ">
4978+ < td class ="docs-api-method-parameter-cell ">
4979+ < p class ="docs-api-method-parameter-name ">
4980+ _injector</ p >
4981+ < code class ="docs-api-method-parameter-type "> Injector</ code >
4982+ </ td >
4983+ < td class ="docs-api-method-parameter-description-cell ">
4984+ < p class ="docs-api-method-parameter-description ">
4985+
4986+ </ p >
4987+ </ td >
4988+ </ tr >
49224989 < thead >
49234990 < tr class ="docs-api-method-returns-header-row ">
49244991 < th colspan ="2 " class ="docs-api-method-returns-header-cell "> Returns</ th >
@@ -5235,6 +5302,20 @@ <h3 id="cdk-overlay-type_aliases" class="docs-header-link docs-api-h3">
52355302
52365303
52375304
5305+ < h4 id ="FlexibleOverlayPopoverLocation " class ="docs-header-link docs-api-h4 docs-api-type-alias-name ">
5306+ < span header-link ="FlexibleOverlayPopoverLocation "> </ span >
5307+ < code > FlexibleOverlayPopoverLocation</ code >
5308+ </ h4 > < p class ="docs-api-type-alias-description "> < p > Supported locations in the DOM for connected overlays.</ p >
5309+ </ p > < div class ="docs-markdown ">
5310+ < pre class ="docs-markdown-pre ">
5311+ < code class ="docs-markdown-code "> type FlexibleOverlayPopoverLocation = 'global' | 'inline';</ code >
5312+ </ pre >
5313+ </ div >
5314+
5315+
5316+
5317+
5318+
52385319< h4 id ="FlexibleConnectedPositionStrategyOrigin " class ="docs-header-link docs-api-h4 docs-api-type-alias-name ">
52395320 < span header-link ="FlexibleConnectedPositionStrategyOrigin "> </ span >
52405321 < code > FlexibleConnectedPositionStrategyOrigin</ code >
0 commit comments