devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
24 lines (23 loc) • 789 B
JavaScript
/**
* DevExtreme (esm/__internal/scheduler/m_constants.js)
* Version: 24.2.6
* Build date: Mon Mar 17 2025
*
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
export const LIST_ITEM_DATA_KEY = "dxListItemData";
export const LIST_ITEM_CLASS = "dx-list-item";
export const APPOINTMENT_SETTINGS_KEY = "dxAppointmentSettings";
export const HORIZONTAL_GROUP_ORIENTATION = "horizontal";
export const VIEWS = {
DAY: "day",
WEEK: "week",
WORK_WEEK: "workWeek",
MONTH: "month",
TIMELINE_DAY: "timelineDay",
TIMELINE_WEEK: "timelineWeek",
TIMELINE_WORK_WEEK: "timelineWorkWeek",
TIMELINE_MONTH: "timelineMonth",
AGENDA: "agenda"
};