diff --git a/projects/core/components/calendar/calendar-sheet.component.ts b/projects/core/components/calendar/calendar-sheet.component.ts index 6c03fd7f3bb9..fcb4c11de7d5 100644 --- a/projects/core/components/calendar/calendar-sheet.component.ts +++ b/projects/core/components/calendar/calendar-sheet.component.ts @@ -139,13 +139,6 @@ export class TuiCalendarSheet { return this.value instanceof TuiDayRange && this.value.isSingleDay; } - /** - * @deprecated: use {@link this.isSingleDayRange} - */ - protected get isSingle(): boolean { - return this.isSingleDayRange; - } - protected readonly toMarkers = ( day: TuiDay, today: boolean,