Skip to content

Commit 9cde23e

Browse files
committed
main - 5347d8c Merge material.angular.io into the components repository
1 parent b450bf2 commit 9cde23e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs-content/api-docs/material-autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ <h4 id="MatAutocompleteDefaultOptions" class="docs-header-link docs-api-h4 docs-
724724
<code>hideSingleSelectionIndicator: boolean</code>
725725
</p>
726726
</td>
727-
<td class="docs-api-property-description"><p>Whether icon indicators should be hidden for single-selection.</p>
727+
<td class="docs-api-property-description"><p>Wheter icon indicators should be hidden for single-selection.</p>
728728
</td>
729729
</tr>
730730

docs-content/api-docs/material-chips.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,7 @@ <h4 id="MatChipsDefaultOptions" class="docs-header-link docs-api-h4 docs-api-int
27232723
<code>hideSingleSelectionIndicator: boolean</code>
27242724
</p>
27252725
</td>
2726-
<td class="docs-api-property-description"><p>Whether icon indicators should be hidden for single-selection.</p>
2726+
<td class="docs-api-property-description"><p>Wheter icon indicators should be hidden for single-selection.</p>
27272727
</td>
27282728
</tr>
27292729

docs-content/api-docs/material-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ <h4 id="MatListConfig" class="docs-header-link docs-api-h4 docs-api-interface-na
930930
<code>hideSingleSelectionIndicator: boolean</code>
931931
</p>
932932
</td>
933-
<td class="docs-api-property-description"><p>Whether icon indicators should be hidden for single-selection.</p>
933+
<td class="docs-api-property-description"><p>Wheter icon indicators should be hidden for single-selection.</p>
934934
</td>
935935
</tr>
936936

docs-content/api-docs/material-select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ <h4 id="MatSelectConfig" class="docs-header-link docs-api-h4 docs-api-interface-
752752
<code>hideSingleSelectionIndicator: boolean</code>
753753
</p>
754754
</td>
755-
<td class="docs-api-property-description"><p>Whether icon indicators should be hidden for single-selection.</p>
755+
<td class="docs-api-property-description"><p>Wheter icon indicators should be hidden for single-selection.</p>
756756
</td>
757757
</tr>
758758

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": "19.1.0-next.2+sha-83a462b",
3+
"version": "19.1.0-next.2+sha-5347d8c",
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": "19.1.0-next.2+sha-83a462b",
263-
"@angular/cdk-experimental": "19.1.0-next.2+sha-83a462b",
262+
"@angular/cdk": "19.1.0-next.2+sha-5347d8c",
263+
"@angular/cdk-experimental": "19.1.0-next.2+sha-5347d8c",
264264
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
265265
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
266-
"@angular/material": "19.1.0-next.2+sha-83a462b",
267-
"@angular/material-experimental": "19.1.0-next.2+sha-83a462b",
268-
"@angular/material-moment-adapter": "19.1.0-next.2+sha-83a462b",
269-
"@angular/material-luxon-adapter": "19.1.0-next.2+sha-83a462b",
270-
"@angular/material-date-fns-adapter": "19.1.0-next.2+sha-83a462b"
266+
"@angular/material": "19.1.0-next.2+sha-5347d8c",
267+
"@angular/material-experimental": "19.1.0-next.2+sha-5347d8c",
268+
"@angular/material-moment-adapter": "19.1.0-next.2+sha-5347d8c",
269+
"@angular/material-luxon-adapter": "19.1.0-next.2+sha-5347d8c",
270+
"@angular/material-date-fns-adapter": "19.1.0-next.2+sha-5347d8c"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)