Skip to content

Commit d9793e7

Browse files
committed
main - a97003a build: sort versions in breaking changes script and remove custom parsing (#32234)
1 parent 4c42c97 commit d9793e7

File tree

2 files changed

+94
-13
lines changed

2 files changed

+94
-13
lines changed

docs-content/api-docs/cdk-overlay.html

Lines changed: 86 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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: &#39;cdkConnectedOverlayUsePopover&#39;, 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: &#39;cdkConnectedOverlayUsePopover&#39; }</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>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "21.1.0-next.0+sha-28a50f5",
3+
"version": "21.1.0-next.0+sha-a97003a",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -283,15 +283,15 @@
283283
},
284284
"homepage": "https://github.com/angular/components#readme",
285285
"peerDependencies": {
286-
"@angular/aria": "21.1.0-next.0+sha-28a50f5",
287-
"@angular/cdk": "21.1.0-next.0+sha-28a50f5",
288-
"@angular/cdk-experimental": "21.1.0-next.0+sha-28a50f5",
286+
"@angular/aria": "21.1.0-next.0+sha-a97003a",
287+
"@angular/cdk": "21.1.0-next.0+sha-a97003a",
288+
"@angular/cdk-experimental": "21.1.0-next.0+sha-a97003a",
289289
"@angular/core": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
290290
"@angular/common": "^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0",
291-
"@angular/material": "21.1.0-next.0+sha-28a50f5",
292-
"@angular/material-experimental": "21.1.0-next.0+sha-28a50f5",
293-
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-28a50f5",
294-
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-28a50f5"
291+
"@angular/material": "21.1.0-next.0+sha-a97003a",
292+
"@angular/material-experimental": "21.1.0-next.0+sha-a97003a",
293+
"@angular/material-luxon-adapter": "21.1.0-next.0+sha-a97003a",
294+
"@angular/material-date-fns-adapter": "21.1.0-next.0+sha-a97003a"
295295
},
296296
"devDependencies": {
297297
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)