Skip to content

Commit 9550986

Browse files
committed
main - 1b6052f fix(material/sort): deprecate MatSortHeaderIntl and hide from docs (#33089)
1 parent 805dbae commit 9550986

2 files changed

Lines changed: 9 additions & 52 deletions

File tree

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

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -27,50 +27,7 @@ <h2>
2727

2828
<div class="docs-api-module-import-button" data-docs-api-module-import-button="import {MatSortModule} from '@angular/material/sort';"></div>
2929
</div>
30-
<h3 id="material-sort-services" class="docs-header-link docs-api-h3">
31-
<span header-link="services"></span>
32-
Services
33-
</h3>
34-
35-
36-
37-
<h4 id="MatSortHeaderIntl" class="docs-header-link docs-api-h4 docs-api-class-name">
38-
<span header-link="MatSortHeaderIntl"></span>
39-
<code>MatSortHeaderIntl</code>
40-
41-
</h4><p class="docs-api-class-description"><p>To modify the labels and text displayed, create a new instance of MatSortHeaderIntl and
42-
include it in a custom provider.</p>
43-
</p><h5 class="docs-api-h5 docs-api-method-header">Properties</h5>
44-
<div class="docs-api-properties-card">
45-
<table class="docs-api-properties-table">
46-
<tr class="docs-api-properties-header-row">
47-
<th class="docs-api-properties-th">Name</th>
48-
<th class="docs-api-properties-th">Description</th>
49-
</tr>
50-
51-
52-
53-
<tr class="docs-api-properties-row">
54-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
55-
<code>changes: <code class="docs-api-property-type">Subject&lt;void&gt;</code></code>
56-
</p>
57-
</td>
58-
<td class="docs-api-property-description"><p>Stream that emits whenever the labels here are changed. Use this to notify
59-
components if the labels have changed after initialization.</p>
60-
</td>
61-
</tr>
62-
63-
64-
65-
</table>
66-
</div>
67-
68-
69-
70-
71-
72-
73-
<h3 id="material-sort-components" class="docs-header-link docs-api-h3">
30+
<h3 id="material-sort-components" class="docs-header-link docs-api-h3">
7431
<span header-link="components"></span>
7532
Components
7633
</h3>

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": "22.0.0-next.4+sha-100dc2b",
3+
"version": "22.0.0-next.4+sha-1b6052f",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -255,15 +255,15 @@
255255
},
256256
"homepage": "https://github.com/angular/components#readme",
257257
"peerDependencies": {
258-
"@angular/aria": "22.0.0-next.4+sha-100dc2b",
259-
"@angular/cdk": "22.0.0-next.4+sha-100dc2b",
260-
"@angular/cdk-experimental": "22.0.0-next.4+sha-100dc2b",
258+
"@angular/aria": "22.0.0-next.4+sha-1b6052f",
259+
"@angular/cdk": "22.0.0-next.4+sha-1b6052f",
260+
"@angular/cdk-experimental": "22.0.0-next.4+sha-1b6052f",
261261
"@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
262262
"@angular/common": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
263-
"@angular/material": "22.0.0-next.4+sha-100dc2b",
264-
"@angular/material-experimental": "22.0.0-next.4+sha-100dc2b",
265-
"@angular/material-luxon-adapter": "22.0.0-next.4+sha-100dc2b",
266-
"@angular/material-date-fns-adapter": "22.0.0-next.4+sha-100dc2b"
263+
"@angular/material": "22.0.0-next.4+sha-1b6052f",
264+
"@angular/material-experimental": "22.0.0-next.4+sha-1b6052f",
265+
"@angular/material-luxon-adapter": "22.0.0-next.4+sha-1b6052f",
266+
"@angular/material-date-fns-adapter": "22.0.0-next.4+sha-1b6052f"
267267
},
268268
"devDependencies": {
269269
"@angular/aria": "workspace:*",

0 commit comments

Comments
 (0)