devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
23 lines (22 loc) • 979 B
JavaScript
/**
* DevExtreme (cjs/__internal/scheduler/r1/const.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/
*/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VIEW_TYPES = exports.VERTICAL_GROUP_ORIENTATION = exports.TIMELINE_VIEWS = exports.HORIZONTAL_GROUP_ORIENTATION = void 0;
const VERTICAL_GROUP_ORIENTATION = exports.VERTICAL_GROUP_ORIENTATION = "vertical";
const HORIZONTAL_GROUP_ORIENTATION = exports.HORIZONTAL_GROUP_ORIENTATION = "horizontal";
const TIMELINE_VIEWS = exports.TIMELINE_VIEWS = {
timelineDay: true,
timelineWeek: true,
timelineWorkWeek: true,
timelineMonth: true
};
const VIEW_TYPES = exports.VIEW_TYPES = ["day", "week", "workWeek", "month", "timelineDay", "timelineWeek", "timelineWorkWeek", "timelineMonth", "agenda"];