{ e.stopPropagation(); }}
onKeyDown={this.onKeyDown}
onMouseUp={() => { this.setState({ withMouseInteractions: true }); }}
tabIndex={-1}
role="application"
aria-roledescription={phrases.roleDescription}
aria-label={phrases.calendarLabel}
>
{!verticalScrollable && navPosition === NAV_POSITION_TOP && this.renderNavigation()}
{verticalScrollable && this.renderNavigation(PREV_NAV)}
{verticalScrollable && this.renderNavigation(NEXT_NAV)}
{!verticalScrollable
&& navPosition === NAV_POSITION_BOTTOM
&& this.renderNavigation()}
{!isTouch && !hideKeyboardShortcutsPanel && (
)}