DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 380 forks source link

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

Closed HarroE closed 1 year ago

HarroE commented 1 year ago

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!

HarroE commented 1 year ago

Or is there a way to import these functions already?

github-actions[bot] commented 1 year ago

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.