add component for a custom date picker that also knows relative date ranges like 'last month'

This commit is contained in:
2024-03-31 14:48:33 +02:00
parent b0467c4571
commit 6b8e3d2089
8 changed files with 443 additions and 75 deletions

View File

@@ -182,6 +182,9 @@ a.external-link:after {
mat-form-field.pdb-form-full-width {
width: 100%;
}
mat-form-field.pdb-form-number-small {
width: 4.5em;
}
mat-form-field.pdb-form-number {
width: 5.5em;
}