Skip to content

Commit d7d08ac

Browse files
committed
main - 8d3bca5 fix(material/paginator): ignore clicks on disabled buttons (#30138)
1 parent 25f805e commit d7d08ac

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,19 @@ <h4 id="MatTimepicker" class="docs-header-link docs-api-h4 docs-api-class-name">
116116

117117

118118

119+
<tr class="docs-api-properties-row">
120+
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
121+
<code>disabled: Signal&lt;boolean&gt;</code>
122+
</p>
123+
</td>
124+
<td class="docs-api-property-description"><p>Whether the timepicker is currently disabled.</p>
125+
</td>
126+
</tr>
127+
128+
129+
130+
131+
119132
<tr class="docs-api-properties-row">
120133
<td class="docs-api-properties-name-cell"><p class="docs-api-property-name">
121134
<code>interval: InputSignalWithTransform&lt;number | null, number | string | null&gt;</code>

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

0 commit comments

Comments
 (0)