UNPKG

@progress/kendo-react-scheduler

Version:

React Scheduler brings the functionality of Outlook's Calendar to a single UI component. KendoReact Scheduler package

26 lines (25 loc) 982 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import * as t from "react"; import { MultiDayTimelineView as m, multiDayTimelineViewDefaultProps as a } from "./MultiDayTimelineView.mjs"; import { timelineViewTitle as i, messages as o } from "../../messages/index.mjs"; const l = (e) => /* @__PURE__ */ t.createElement(m, { ...e }), s = { ...a, name: "timeline", title: (e) => e.toLanguageString(i, o[i]), slotDuration: 60, slotDivisions: 2, numberOfDays: 1, selectedDateFormat: "{0:D}", selectedShortDateFormat: "{0:d}" }; l.displayName = "KendoReactSchedulerTimelineView"; export { l as TimelineView, s as timeLineViewDefaultProps };