@@ -86,13 +86,13 @@ import { ResourceManager } from './utils/resource_manager/resource_manager';
8686import AppointmentLayoutManager from './view_model/appointments_layout_manager' ;
8787import { AppointmentDataSource } from './view_model/m_appointment_data_source' ;
8888import type { AppointmentViewModelPlain } from './view_model/types' ;
89- import SchedulerAgenda from './workspaces/m_agenda ' ;
90- import SchedulerTimelineDay from './workspaces/m_timeline_day ' ;
91- import SchedulerTimelineMonth from './workspaces/m_timeline_month ' ;
92- import SchedulerTimelineWeek from './workspaces/m_timeline_week ' ;
93- import SchedulerWorkSpaceDay from './workspaces/m_work_space_day ' ;
94- import SchedulerWorkSpaceMonth from './workspaces/m_work_space_month ' ;
95- import SchedulerWorkSpaceWeek from './workspaces/m_work_space_week ' ;
89+ import SchedulerAgenda from './workspaces/agenda ' ;
90+ import SchedulerTimelineDay from './workspaces/timeline_day ' ;
91+ import SchedulerTimelineMonth from './workspaces/timeline_month ' ;
92+ import SchedulerTimelineWeek from './workspaces/timeline_week ' ;
93+ import SchedulerWorkSpaceDay from './workspaces/work_space_day ' ;
94+ import SchedulerWorkSpaceMonth from './workspaces/work_space_month ' ;
95+ import SchedulerWorkSpaceWeek from './workspaces/work_space_week ' ;
9696
9797const toMs = dateUtils . dateToMilliseconds ;
9898
@@ -171,12 +171,12 @@ class Scheduler extends SchedulerOptionsBaseWidget {
171171
172172 private a11yStatus ! : dxElementWrapper ;
173173
174- // TODO: used externally in m_appointment_drag_behavior.ts, m_subscribes.ts, workspaces/m_work_space .ts
174+ // TODO: used externally in m_appointment_drag_behavior.ts, m_subscribes.ts, workspaces/work_space .ts
175175 _workSpace : any ;
176176
177177 private header ?: SchedulerHeader ;
178178
179- // TODO: used externally in m_appointment_drag_behavior.ts, m_subscribes.ts, workspaces/m_work_space .ts
179+ // TODO: used externally in m_appointment_drag_behavior.ts, m_subscribes.ts, workspaces/work_space .ts
180180 _appointments : any ;
181181
182182 private appointmentDragController ! : AppointmentDragController ;
@@ -540,6 +540,7 @@ class Scheduler extends SchedulerOptionsBaseWidget {
540540 this . updateOption ( 'workSpace' , name , value ) ;
541541 this . repaint ( ) ;
542542 break ;
543+ // @ts -expect-error
543544 case 'skippedDays' :
544545 break ;
545546 case 'indicatorTime' :
0 commit comments