Skip to content

Commit 5e70d46

Browse files
committed
main - 02823c0 fix(cdk/stepper): reset submitted state when resetting stepper
1 parent 34e4380 commit 5e70d46

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs-content/api-docs/cdk-stepper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h4 id="CdkStep" class="docs-header-link docs-api-h4 docs-api-class-name">
179179
<tr class="docs-api-properties-row">
180180
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
181181
@Input()</div><p class="docs-api-property-name">
182-
<code>stepControl: AbstractControlLike</code>
182+
<code>stepControl: AbstractControl</code>
183183
</p>
184184
</td>
185185
<td class="docs-api-property-description"><p>The top level abstract control of the step.</p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h4 id="MatStep" class="docs-header-link docs-api-h4 docs-api-class-name">
327327
<tr class="docs-api-properties-row">
328328
<td class="docs-api-properties-name-cell"><div class="docs-api-input-marker">
329329
@Input()</div><p class="docs-api-property-name">
330-
<code>stepControl: AbstractControlLike</code>
330+
<code>stepControl: AbstractControl</code>
331331
</p>
332332
</td>
333333
<td class="docs-api-property-description"><p>The top level abstract control of the step.</p>

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.0.0-next.7+sha-f750300",
3+
"version": "19.0.0-next.7+sha-02823c0",
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.0.0-next.7+sha-f750300",
263-
"@angular/cdk-experimental": "19.0.0-next.7+sha-f750300",
262+
"@angular/cdk": "19.0.0-next.7+sha-02823c0",
263+
"@angular/cdk-experimental": "19.0.0-next.7+sha-02823c0",
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.0.0-next.7+sha-f750300",
267-
"@angular/material-experimental": "19.0.0-next.7+sha-f750300",
268-
"@angular/material-moment-adapter": "19.0.0-next.7+sha-f750300",
269-
"@angular/material-luxon-adapter": "19.0.0-next.7+sha-f750300",
270-
"@angular/material-date-fns-adapter": "19.0.0-next.7+sha-f750300"
266+
"@angular/material": "19.0.0-next.7+sha-02823c0",
267+
"@angular/material-experimental": "19.0.0-next.7+sha-02823c0",
268+
"@angular/material-moment-adapter": "19.0.0-next.7+sha-02823c0",
269+
"@angular/material-luxon-adapter": "19.0.0-next.7+sha-02823c0",
270+
"@angular/material-date-fns-adapter": "19.0.0-next.7+sha-02823c0"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)