addMonth() {
            // get next date
            const calTime = getNextDate(get(this, 'calendarDate'));

            if (!this.isAfterMax(calTime)) {