Skip to content

Commit

Permalink
main - e8d009f fix(material/datepicker): adds comparison ids and aria…
Browse files Browse the repository at this point in the history
…-describedby spans (#30040)
  • Loading branch information
essjay05 committed Nov 19, 2024
1 parent a69e799 commit 72c50b2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions docs-content/api-docs/material-datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,19 @@ <h4 id="MatDatepickerIntl" class="docs-header-link docs-api-h4 docs-api-class-na



<tr class="docs-api-properties-row">
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
<code>comparisonDateLabel: &#39;Comparison range&#39;</code>
</p>
</td>
<td class="docs-api-property-description"><p>A label for the Comparison date of a range of dates (used by screen readers).</p>
</td>
</tr>





<tr class="docs-api-properties-row">
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
<code>nextMonthLabel: &#39;Next month&#39;</code>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/components-examples",
"version": "19.1.0-next.0+sha-525e781",
"version": "19.1.0-next.0+sha-e8d009f",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -259,15 +259,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "19.1.0-next.0+sha-525e781",
"@angular/cdk-experimental": "19.1.0-next.0+sha-525e781",
"@angular/cdk": "19.1.0-next.0+sha-e8d009f",
"@angular/cdk-experimental": "19.1.0-next.0+sha-e8d009f",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/material": "19.1.0-next.0+sha-525e781",
"@angular/material-experimental": "19.1.0-next.0+sha-525e781",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-525e781",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-525e781",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-525e781"
"@angular/material": "19.1.0-next.0+sha-e8d009f",
"@angular/material-experimental": "19.1.0-next.0+sha-e8d009f",
"@angular/material-moment-adapter": "19.1.0-next.0+sha-e8d009f",
"@angular/material-luxon-adapter": "19.1.0-next.0+sha-e8d009f",
"@angular/material-date-fns-adapter": "19.1.0-next.0+sha-e8d009f"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 72c50b2

Please sign in to comment.