Skip to content

Commit 3710e04

Browse files
committed
main - 1bba607 fix(material/schematics): typo in prompt question (#31449)
1 parent 554148f commit 3710e04

File tree

2 files changed

+118
-8
lines changed

2 files changed

+118
-8
lines changed

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,44 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
18781878

18791879

18801880

1881+
<table class="docs-api-method-table">
1882+
<thead>
1883+
<tr class="docs-api-method-name-row">
1884+
<th colspan="2" class="docs-api-method-name-cell">setActiveItem
1885+
</th>
1886+
</tr>
1887+
</thead><tr class="docs-api-method-description-row">
1888+
<td colspan="2" class="docs-api-method-description-cell">
1889+
<p>Sets the active item to the item to the specified one and adds the
1890+
active styles to the it. Also removes active styles from the
1891+
previously active item.</p>
1892+
1893+
</td>
1894+
</tr><thead>
1895+
<tr class="docs-api-method-parameters-header-row">
1896+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
1897+
</tr>
1898+
</thead>
1899+
1900+
<tr class="docs-api-method-parameter-row">
1901+
<td class="docs-api-method-parameter-cell">
1902+
<p class="docs-api-method-parameter-name">
1903+
item</p>
1904+
<code class="docs-api-method-parameter-type">number | T</code>
1905+
</td>
1906+
<td class="docs-api-method-parameter-description-cell">
1907+
<p class="docs-api-method-parameter-description">
1908+
<p>Item to be set as active.</p>
1909+
1910+
</p>
1911+
</td>
1912+
</tr>
1913+
</table>
1914+
1915+
1916+
1917+
1918+
18811919
<table class="docs-api-method-table">
18821920
<thead>
18831921
<tr class="docs-api-method-name-row">
@@ -2707,6 +2745,42 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
27072745

27082746

27092747

2748+
<table class="docs-api-method-table">
2749+
<thead>
2750+
<tr class="docs-api-method-name-row">
2751+
<th colspan="2" class="docs-api-method-name-cell">setActiveItem
2752+
</th>
2753+
</tr>
2754+
</thead><tr class="docs-api-method-description-row">
2755+
<td colspan="2" class="docs-api-method-description-cell">
2756+
<p>Sets the active item to the item that is specified and focuses it.</p>
2757+
2758+
</td>
2759+
</tr><thead>
2760+
<tr class="docs-api-method-parameters-header-row">
2761+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
2762+
</tr>
2763+
</thead>
2764+
2765+
<tr class="docs-api-method-parameter-row">
2766+
<td class="docs-api-method-parameter-cell">
2767+
<p class="docs-api-method-parameter-name">
2768+
item</p>
2769+
<code class="docs-api-method-parameter-type">number | T</code>
2770+
</td>
2771+
<td class="docs-api-method-parameter-description-cell">
2772+
<p class="docs-api-method-parameter-description">
2773+
<p>Item to be set as active.</p>
2774+
2775+
</p>
2776+
</td>
2777+
</tr>
2778+
</table>
2779+
2780+
2781+
2782+
2783+
27102784
<table class="docs-api-method-table">
27112785
<thead>
27122786
<tr class="docs-api-method-name-row">
@@ -3580,6 +3654,42 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
35803654

35813655

35823656

3657+
<table class="docs-api-method-table">
3658+
<thead>
3659+
<tr class="docs-api-method-name-row">
3660+
<th colspan="2" class="docs-api-method-name-cell">setActiveItem
3661+
</th>
3662+
</tr>
3663+
</thead><tr class="docs-api-method-description-row">
3664+
<td colspan="2" class="docs-api-method-description-cell">
3665+
<p>Sets the active item to the specified item.</p>
3666+
3667+
</td>
3668+
</tr><thead>
3669+
<tr class="docs-api-method-parameters-header-row">
3670+
<th colspan="2" class="docs-api-method-parameters-header-cell">Parameters</th>
3671+
</tr>
3672+
</thead>
3673+
3674+
<tr class="docs-api-method-parameter-row">
3675+
<td class="docs-api-method-parameter-cell">
3676+
<p class="docs-api-method-parameter-name">
3677+
item</p>
3678+
<code class="docs-api-method-parameter-type">number | T</code>
3679+
</td>
3680+
<td class="docs-api-method-parameter-description-cell">
3681+
<p class="docs-api-method-parameter-description">
3682+
<p>The item to be set as active.</p>
3683+
3684+
</p>
3685+
</td>
3686+
</tr>
3687+
</table>
3688+
3689+
3690+
3691+
3692+
35833693
<table class="docs-api-method-table">
35843694
<thead>
35853695
<tr class="docs-api-method-name-row">

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.1.0-next.2+sha-464adf0",
3+
"version": "20.1.0-next.2+sha-1bba607",
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.1.0-next.2+sha-464adf0",
263-
"@angular/cdk-experimental": "20.1.0-next.2+sha-464adf0",
262+
"@angular/cdk": "20.1.0-next.2+sha-1bba607",
263+
"@angular/cdk-experimental": "20.1.0-next.2+sha-1bba607",
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.1.0-next.2+sha-464adf0",
267-
"@angular/material-experimental": "20.1.0-next.2+sha-464adf0",
268-
"@angular/material-moment-adapter": "20.1.0-next.2+sha-464adf0",
269-
"@angular/material-luxon-adapter": "20.1.0-next.2+sha-464adf0",
270-
"@angular/material-date-fns-adapter": "20.1.0-next.2+sha-464adf0"
266+
"@angular/material": "20.1.0-next.2+sha-1bba607",
267+
"@angular/material-experimental": "20.1.0-next.2+sha-1bba607",
268+
"@angular/material-moment-adapter": "20.1.0-next.2+sha-1bba607",
269+
"@angular/material-luxon-adapter": "20.1.0-next.2+sha-1bba607",
270+
"@angular/material-date-fns-adapter": "20.1.0-next.2+sha-1bba607"
271271
},
272272
"devDependencies": {
273273
"@angular/cdk": "workspace:*",

0 commit comments

Comments
 (0)