feat(datepicker): Support fixed height with displaying trailing and leading days of surrounding months
- Lenguaje dominante
- TypeScript
- Estrellas
- 25k
- Forks
- 6.8k
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 91
Descripción
### Feature Description
Currently the Angular Material implementation of the Material date picker only seems to display the current month's days, without the trailing days of the previous month and leading days of the next month (if any).
An example of the current UI:

However when switching between months, the height of the component changes depending on the alignment of the weeks within the currently viewed month.

This request is for the Angular Material date picker to support displaying the trailing/leading days and maintain a fixed height, which particularly when inline, is much easier to design for when developing a surrounding layout compared to a component that has variable/jumping height.
The Date picker in the Material 3 spec does seem to support this as shown:

(From https://m3.material.io/components/date-pickers/specs)
### Use Case
_No response_
Guía de contribución
Línea de trabajo
El issue no menciona archivos fuente, pruebas ni puntos de entrada, así que empieza por localizar la implementación del selector de fecha de Angular Material y su comportamiento de navegación entre meses. Compárala con la especificación enlazada de Material 3 y verifica que los meses con distintas alineaciones de las semanas muestren los días de los meses adyacentes sin cambiar la altura del componente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- angular, typescript
- Área
- design, frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100