Skip to content

Commit afbee7e

Browse files
committed
main - cd532b2 fix(cdk/menu): picking up items from child menu (#31684)
1 parent c953c6c commit afbee7e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ <h4 id="CdkMenuBar" class="docs-header-link docs-api-h4 docs-api-class-name">
671671
<code>items: QueryList&lt;CdkMenuItem&gt;</code>
672672
</p>
673673
</td>
674-
<td class="docs-api-property-description"><p>All child MenuItem elements nested in this Menu.</p>
674+
<td class="docs-api-property-description"><p>All child MenuItem elements belonging to this Menu.</p>
675675
</td>
676676
</tr>
677677

@@ -911,7 +911,7 @@ <h4 id="CdkMenu" class="docs-header-link docs-api-h4 docs-api-class-name">
911911
<code>items: QueryList&lt;CdkMenuItem&gt;</code>
912912
</p>
913913
</td>
914-
<td class="docs-api-property-description"><p>All child MenuItem elements nested in this Menu.</p>
914+
<td class="docs-api-property-description"><p>All child MenuItem elements belonging to this Menu.</p>
915915
</td>
916916
</tr>
917917

@@ -1156,7 +1156,7 @@ <h4 id="CdkMenuBase" class="docs-header-link docs-api-h4 docs-api-class-name">
11561156
<code>items: QueryList&lt;CdkMenuItem&gt;</code>
11571157
</p>
11581158
</td>
1159-
<td class="docs-api-property-description"><p>All child MenuItem elements nested in this Menu.</p>
1159+
<td class="docs-api-property-description"><p>All child MenuItem elements belonging to this Menu.</p>
11601160
</td>
11611161
</tr>
11621162

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": "20.2.0-next.3+sha-6cbe4b2",
3+
"version": "20.2.0-next.3+sha-cd532b2",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.2.0-next.3+sha-6cbe4b2",
263-
"@angular/cdk-experimental": "20.2.0-next.3+sha-6cbe4b2",
262+
"@angular/cdk": "20.2.0-next.3+sha-cd532b2",
263+
"@angular/cdk-experimental": "20.2.0-next.3+sha-cd532b2",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.2.0-next.3+sha-6cbe4b2",
267-
"@angular/material-experimental": "20.2.0-next.3+sha-6cbe4b2",
268-
"@angular/material-moment-adapter": "20.2.0-next.3+sha-6cbe4b2",
269-
"@angular/material-luxon-adapter": "20.2.0-next.3+sha-6cbe4b2",
270-
"@angular/material-date-fns-adapter": "20.2.0-next.3+sha-6cbe4b2"
266+
"@angular/material": "20.2.0-next.3+sha-cd532b2",
267+
"@angular/material-experimental": "20.2.0-next.3+sha-cd532b2",
268+
"@angular/material-moment-adapter": "20.2.0-next.3+sha-cd532b2",
269+
"@angular/material-luxon-adapter": "20.2.0-next.3+sha-cd532b2",
270+
"@angular/material-date-fns-adapter": "20.2.0-next.3+sha-cd532b2"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)