Skip to content

Commit d6f7d8f

Browse files
committed
main - fc585bd build: update all non-major dependencies (#31626)
1 parent 2a632db commit d6f7d8f

File tree

2 files changed

+68
-8
lines changed

2 files changed

+68
-8
lines changed

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,39 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
750750

751751

752752

753+
<table class="docs-api-method-table">
754+
<thead>
755+
<tr class="docs-api-method-name-row">
756+
<th colspan="2" class="docs-api-method-name-cell"><div class="docs-api-modifier-method-marker">
757+
async
758+
</div>getType
759+
</th>
760+
</tr>
761+
</thead><tr class="docs-api-method-description-row">
762+
<td colspan="2" class="docs-api-method-description-cell">
763+
<p>Gets the type of the button. Supported values are &#39;button&#39;, &#39;submit&#39;, and &#39;reset&#39;.</p>
764+
765+
</td>
766+
</tr><thead>
767+
<tr class="docs-api-method-returns-header-row">
768+
<th colspan="2" class="docs-api-method-returns-header-cell">Returns</th>
769+
</tr>
770+
</thead>
771+
<tr>
772+
<td class="docs-api-method-returns-type-cell">
773+
<code class="docs-api-method-returns-type">Promise&lt;ButtonType | null&gt;</code>
774+
</td>
775+
<td class="docs-api-method-returns-description-cell">
776+
<p class="docs-api-method-returns-description">
777+
778+
</p>
779+
</td>
780+
</tr></table>
781+
782+
783+
784+
785+
753786
<table class="docs-api-method-table">
754787
<thead>
755788
<tr class="docs-api-method-name-row">
@@ -1029,6 +1062,19 @@ <h4 id="ButtonHarnessFilters" class="docs-header-link docs-api-h4 docs-api-inter
10291062

10301063

10311064

1065+
<tr class="docs-api-properties-row">
1066+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
1067+
<code>buttonType: ButtonType</code>
1068+
</p>
1069+
</td>
1070+
<td class="docs-api-property-description"><p>Only find instances with the specified type.</p>
1071+
</td>
1072+
</tr>
1073+
1074+
1075+
1076+
1077+
10321078
<tr class="docs-api-properties-row">
10331079
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
10341080
<code>disabled: boolean</code>
@@ -1105,4 +1151,18 @@ <h4 id="ButtonAppearance" class="docs-header-link docs-api-h4 docs-api-type-alia
11051151
</div>
11061152

11071153

1154+
1155+
1156+
1157+
<h4 id="ButtonType" class="docs-header-link docs-api-h4 docs-api-type-alias-name">
1158+
<span header-link="ButtonType"></span>
1159+
<code>ButtonType</code>
1160+
</h4><p class="docs-api-type-alias-description"><p>Possible button types.</p>
1161+
</p><div class="docs-markdown">
1162+
<pre class="docs-markdown-pre">
1163+
<code class="docs-markdown-code">type ButtonType = 'button' | 'submit' | 'reset';</code>
1164+
</pre>
1165+
</div>
1166+
1167+
11081168
</div>

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

0 commit comments

Comments
 (0)