@progress/kendo-angular-scheduler
Version:
Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.
26 lines (25 loc) • 1.62 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export * from './types/actions';
export * from './types/date-range.interface';
export * from './types/scheduler-event';
export * from './types/scheduler-view';
export * from './types/view-item.interface';
export { SchedulerModelFields } from './types/scheduler-model-fields.interface';
export { Resource } from './types/resource.interface';
export { Group } from './types/group.interface';
export { EditMode } from './types/edit-mode.enum';
export { CrudOperation } from './types/crud-operation.enum';
export { EditEventArgs } from './types/edit-event-args.interface';
export { EditableSettings } from './types/editable-settings.interface';
export { CurrentTimeSettings } from './types/current-time-settings.interface';
export { SlotClassArgs } from './types/slot-class-args.interface';
export { EventStyleArgs } from './types/event-style-args.interface';
export { SchedulerSlot } from './types/scheduler-slot.interface';
export { NumericTextBoxOptions } from './types/numeric-options.interface';
export { DatePickerOptions } from './types/datepicker-options.interface';
export { SlotRange } from './types/slot-selection';
export { IsSlotSelectedArgs } from './types/slot-selection';
export { OngoingEventsSettings } from './types/ongoing-events-settings.interface';