()
| 122 | } |
| 123 | |
| 124 | get periodLabel() { |
| 125 | return this._dateAdapter |
| 126 | .format(this._calendar.activeDate, this._dateFormats.display.monthYearLabel) |
| 127 | .toLocaleUpperCase(); |
| 128 | } |
| 129 | |
| 130 | previousClicked(mode: 'month' | 'year') { |
| 131 | this._calendar.activeDate = |