Skip to content

Commit eece5b0

Browse files
committed
main - 0925cf5 fix(material/timepicker): allow scroll strategy to be customized (#30473)
1 parent 01938aa commit eece5b0

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,18 @@ <h4 id="MAT_TIMEPICKER_CONFIG" class="docs-header-link docs-api-h4 docs-api-cons
724724
</div>
725725

726726

727+
728+
729+
730+
<h4 id="MAT_TIMEPICKER_SCROLL_STRATEGY" class="docs-header-link docs-api-h4 docs-api-constant-name">
731+
<span header-link="MAT_TIMEPICKER_SCROLL_STRATEGY"></span>
732+
<code>MAT_TIMEPICKER_SCROLL_STRATEGY</code>
733+
</h4><p class="docs-api-constant-description"><p>Injection token used to configure the behavior of the timepicker dropdown while scrolling.</p>
734+
</p><div class="docs-markdown">
735+
<pre class="docs-markdown-pre">
736+
<code class="docs-markdown-code"><span class="hljs-keyword">const</span> MAT_TIMEPICKER_SCROLL_STRATEGY: InjectionToken&lt;<span class="hljs-function">() =&gt;</span> ScrollStrategy&gt;;</code>
737+
</pre>
738+
</div>
739+
740+
727741
</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": "19.2.0-next.3+sha-3f37137",
3+
"version": "19.2.0-next.3+sha-0925cf5",
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.2.0-next.3+sha-3f37137",
263-
"@angular/cdk-experimental": "19.2.0-next.3+sha-3f37137",
262+
"@angular/cdk": "19.2.0-next.3+sha-0925cf5",
263+
"@angular/cdk-experimental": "19.2.0-next.3+sha-0925cf5",
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.2.0-next.3+sha-3f37137",
267-
"@angular/material-experimental": "19.2.0-next.3+sha-3f37137",
268-
"@angular/material-moment-adapter": "19.2.0-next.3+sha-3f37137",
269-
"@angular/material-luxon-adapter": "19.2.0-next.3+sha-3f37137",
270-
"@angular/material-date-fns-adapter": "19.2.0-next.3+sha-3f37137"
266+
"@angular/material": "19.2.0-next.3+sha-0925cf5",
267+
"@angular/material-experimental": "19.2.0-next.3+sha-0925cf5",
268+
"@angular/material-moment-adapter": "19.2.0-next.3+sha-0925cf5",
269+
"@angular/material-luxon-adapter": "19.2.0-next.3+sha-0925cf5",
270+
"@angular/material-date-fns-adapter": "19.2.0-next.3+sha-0925cf5"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)