Skip to content

Commit fd03cc0

Browse files
committed
main - d6b3775 fix(material/timepicker): make disabled input public (#30063)
1 parent 09d464e commit fd03cc0

File tree

3 files changed

+9
-22
lines changed

3 files changed

+9
-22
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -308,19 +308,6 @@ <h4 id="MatTimepickerInput" class="docs-header-link docs-api-h4 docs-api-class-n
308308

309309

310310

311-
<tr class="docs-api-properties-row">
312-
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
313-
<code>disabledInput: InputSignalWithTransform&lt;boolean, unknown&gt;</code>
314-
</p>
315-
</td>
316-
<td class="docs-api-property-description"><p>Whether the input should be disabled through the template.</p>
317-
</td>
318-
</tr>
319-
320-
321-
322-
323-
324311
<tr class="docs-api-properties-row">
325312
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
326313
<code>max: InputSignalWithTransform&lt;D | null, unknown&gt;</code>

docs-content/overviews/material/form-field/form-field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li><a href="https://material.angular.io/components/input/overview"><code>&lt;input matNativeControl&gt;</code> &amp; <code>&lt;textarea matNativeControl&gt;</code></a></li>
1010
<li><a href="https://material.angular.io/components/select/overview"><code>&lt;select matNativeControl&gt;</code></a></li>
1111
<li><a href="https://material.angular.io/components/select/overview"><code>&lt;mat-select&gt;</code></a></li>
12-
<li><a href="https://material.angular.io/components/chips/overview"><code>&lt;mat-chip-list&gt;</code></a></li>
12+
<li><a href="https://material.angular.io/components/chips/overview"><code>&lt;mat-chip-set&gt;</code></a></li>
1313
</ul>
1414
<div material-docs-example="form-field-overview"></div>
1515

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

0 commit comments

Comments
 (0)