()
| 135 | } |
| 136 | |
| 137 | onBeforeRendering() { |
| 138 | if (this._hidden) { |
| 139 | return; |
| 140 | } |
| 141 | |
| 142 | this._gridStartYear = this._getGridStartYear(); |
| 143 | this._yearRanges = this._getYearRanges(); |
| 144 | } |
| 145 | |
| 146 | _shouldShowOneColumn() { |
| 147 | const locale = getLocale(); |
nothing calls this directly
no test coverage detected