UNPKG

big-scheduler

Version:

Big scheduler is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-a

115 lines (114 loc) 3.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default2 = require("./default"); var _default = exports["default"] = { schedulerWidth: "100%", besidesWidth: 5, schedulerMaxHeight: 0, tableHeaderHeight: 73, schedulerContentHeight: "500px", responsiveByParent: false, agendaResourceTableWidth: 120, agendaMaxEventWidth: 100, dayResourceTableWidth: 120, weekResourceTableWidth: "16%", monthResourceTableWidth: 120, quarterResourceTableWidth: 120, yearResourceTableWidth: 120, customResourceTableWidth: 120, dayCellWidth: 25, weekCellWidth: "12%", monthCellWidth: 25, quarterCellWidth: 25, yearCellWidth: 25, customCellWidth: 25, dayMaxEvents: 99, weekMaxEvents: 99, monthMaxEvents: 99, quarterMaxEvents: 99, yearMaxEvents: 99, customMaxEvents: 99, eventItemPopoverTrigger: "hover", eventItemPopoverPlacement: "bottomLeft", eventItemPopoverWidth: 170, eventItemHeight: 20, eventItemLineHeight: 22, nonAgendaSlotMinHeight: 0, dayStartFrom: 0, dayStopTo: 23, defaultEventBgColor: "#80C5F6", selectedAreaColor: "#7EC2F3", nonWorkingTimeHeadColor: "#999999", nonWorkingTimeHeadBgColor: "#fff0f6", nonWorkingTimeBodyBgColor: "#fff0f6", summaryColor: "#666", summaryPos: _default2.SummaryPos.TopRight, groupOnlySlotColor: "#F8F8F8", staticResourcesBGColor: "#2f2c2c", startResizable: true, endResizable: true, movable: true, creatable: true, crossResourceMove: true, checkConflict: false, scrollToSpecialDayjsEnabled: true, eventItemPopoverEnabled: true, eventItemPopoverShowColor: true, calendarPopoverEnabled: true, recurringEventsEnabled: true, viewChangeSpinEnabled: true, dateChangeSpinEnabled: true, headerEnabled: true, resourceViewEnabled: true, displayWeekend: true, relativeMove: true, defaultExpanded: true, dragAndDropEnabled: true, schedulerHeaderEventsFuncsTimeoutMs: 100, resourceName: "", taskName: "Task Name", agendaViewHeader: "Agenda", addMorePopoverHeaderFormat: "MMM D, YYYY dddd", eventItemPopoverDateFormat: "MMM D", nonAgendaDayCellHeaderFormat: "ha", nonAgendaWeekCellHeaderFormat: "ww/YYYY", nonAgendaMonthCellHeaderFormat: "MMM YYYY", nonAgendaYearCellHeaderFormat: "YYYY", nonAgendaOtherCellHeaderFormat: "ddd M/D", minuteStep: 30, views: [ // { // viewName: "Day", // viewType: ViewType.Day, // showAgenda: false, // isEventPerspective: false, // }, // { // viewName: "Week", // viewType: ViewType.Week, // showAgenda: false, // isEventPerspective: false, // }, // { // viewName: "Month", // viewType: ViewType.Month, // showAgenda: false, // isEventPerspective: false, // }, // { // viewName: "Quarter", // viewType: ViewType.Quarter, // showAgenda: false, // isEventPerspective: false, // }, { viewName: "Year", viewType: _default2.ViewType.Year, showAgenda: false, isEventPerspective: false }] }; //# sourceMappingURL=scheduler.js.map