DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI

Home Page:https://devexpress.github.io/devextreme-reactive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: export some scheduler functions so we can use them in our codebase.

HarroE opened this issue · comments

For our app we would need the following functions:

preCommitChanges
path: packages/dx-scheduler-core/src/plugins/editing-state/helpers.ts

expandRecurrenceAppointment
path: packages/dx-scheduler-core/src/utils.ts

appointments
path: packages/dx-scheduler-core/src/plugins/scheduler-core/computeds.ts
(perhaps rename this to computeAppointments or something like that?)

Would it be possible to export these functions to make them available in our codebase?
So we can do the following:

import { preCommitChanges, appointments, preCommitChanges } from '@devexpress/dx-react-scheduler'

Thanks in advance!

Or is there a way to import these functions already?

Thank you for using Devextreme Reactive. We use GitHub issues to track bug and feature requests. We process incoming issues as soon as possible. Issues that have been inactive for 30 days are closed. If you have an active DevExtreme license, you can contact us in our Support Center for updates. Otherwise, post your question on StackOverflow.