Skip to content

Commit 138c4d5

Browse files
committed
main - 092c0f7 fix(material/testing): Modify input filtering to more broadly search for (#31596)
1 parent 2f4a704 commit 138c4d5

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
lines changed

docs-content/api-docs/material-datepicker-testing.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
225225
</tr>
226226
</thead><tr class="docs-api-method-description-row">
227227
<td colspan="2" class="docs-api-method-description-cell">
228-
<p>Gets the text content of the floating label, if it exists.</p>
228+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
229+
the <code>aria-label</code> attribute.</p>
229230

230231
</td>
231232
</tr><thead>
@@ -1142,7 +1143,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
11421143
</tr>
11431144
</thead><tr class="docs-api-method-description-row">
11441145
<td colspan="2" class="docs-api-method-description-cell">
1145-
<p>Gets the text content of the floating label, if it exists.</p>
1146+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
1147+
the <code>aria-label</code> attribute.</p>
11461148

11471149
</td>
11481150
</tr><thead>
@@ -1628,7 +1630,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
16281630
</tr>
16291631
</thead><tr class="docs-api-method-description-row">
16301632
<td colspan="2" class="docs-api-method-description-cell">
1631-
<p>Gets the text content of the floating label, if it exists.</p>
1633+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
1634+
the <code>aria-label</code> attribute.</p>
16321635

16331636
</td>
16341637
</tr><thead>
@@ -2164,7 +2167,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
21642167
</tr>
21652168
</thead><tr class="docs-api-method-description-row">
21662169
<td colspan="2" class="docs-api-method-description-cell">
2167-
<p>Gets the floating label text for the range input, if it exists.</p>
2170+
<p>Gets the label for the range input, if it exists. This might be provided by a label element or
2171+
by the <code>aria-label</code> attribute.</p>
21682172

21692173
</td>
21702174
</tr><thead>

docs-content/api-docs/material-form-field-testing-control.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
120120
</tr>
121121
</thead><tr class="docs-api-method-description-row">
122122
<td colspan="2" class="docs-api-method-description-cell">
123-
<p>Gets the text content of the floating label, if it exists.</p>
123+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
124+
the <code>aria-label</code> attribute.</p>
124125

125126
</td>
126127
</tr><thead>

docs-content/api-docs/material-input-testing.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
185185
</tr>
186186
</thead><tr class="docs-api-method-description-row">
187187
<td colspan="2" class="docs-api-method-description-cell">
188-
<p>Gets the text content of the floating label, if it exists.</p>
188+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
189+
the <code>aria-label</code> attribute.</p>
189190

190191
</td>
191192
</tr><thead>
@@ -766,7 +767,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
766767
</tr>
767768
</thead><tr class="docs-api-method-description-row">
768769
<td colspan="2" class="docs-api-method-description-cell">
769-
<p>Gets the text content of the floating label, if it exists.</p>
770+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
771+
the <code>aria-label</code> attribute.</p>
770772

771773
</td>
772774
</tr><thead>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
237237
</tr>
238238
</thead><tr class="docs-api-method-description-row">
239239
<td colspan="2" class="docs-api-method-description-cell">
240-
<p>Gets the text content of the floating label, if it exists.</p>
240+
<p>Gets the label for the control, if it exists. This might be provided by a label element or by
241+
the <code>aria-label</code> attribute.</p>
241242

242243
</td>
243244
</tr><thead>

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

0 commit comments

Comments
 (0)