From f35fc27b025f982b611f4b0132637022f6002bd9 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Tue, 25 Jun 2024 13:38:16 +0300 Subject: [PATCH] refactor: drop deprecated method `isSingle` (#7891) --- .../core/components/calendar/calendar-sheet.component.ts | 7 ------- 1 file changed, 7 deletions(-) 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,