UNPKG

@progress/kendo-react-scheduler

Version:

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

18 lines (17 loc) 852 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 e from "react"; import { useLocalization as o } from "@progress/kendo-react-intl"; import { allDay as l, messages as r } from "../../messages/index.mjs"; const i = (a) => { const t = o(); return /* @__PURE__ */ e.createElement(e.Fragment, null, /* @__PURE__ */ e.createElement("div", { className: "k-scheduler-cell k-heading-cell k-side-cell k-scheduler-times-all-day" }, t.toLanguageString(l, r[l])), a.children); }; export { i as DayViewAllDayRowContent };