UNPKG

@syncfusion/ej2-schedule

Version:

Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.

474 lines (473 loc) 15.9 kB
/** * CSS Constants */ /** @private */ export declare const ROOT: string; /** @private */ export declare const RTL: string; /** @private */ export declare const DEVICE_CLASS: string; /** @private */ export declare const ADAPTIVE_CLASS: string; /** @private */ export declare const MULTI_DRAG: string; /** @private */ export declare const ICON: string; /** @private */ export declare const ENABLE_CLASS: string; /** @private */ export declare const DISABLE_CLASS: string; /** @private */ export declare const TABLE_CONTAINER_CLASS: string; /** @private */ export declare const SCHEDULE_TABLE_CLASS: string; /** @private */ export declare const ALLDAY_CELLS_CLASS: string; /** @private */ export declare const HEADER_POPUP_CLASS: string; /** @private */ export declare const HEADER_CALENDAR_CLASS: string; /** @private */ export declare const ALLDAY_ROW_CLASS: string; /** @private */ export declare const CONTENT_TABLE_CLASS: string; /** @private */ export declare const WORK_CELLS_CLASS: string; /** @private */ export declare const WORK_HOURS_CLASS: string; /** @private */ export declare const POPUP_OPEN: string; /** @private */ export declare const POPUP_CLOSE: string; /** @private */ export declare const DATE_HEADER_WRAP_CLASS: string; /** @private */ export declare const DATE_HEADER_CONTAINER_CLASS: string; /** @private */ export declare const HEADER_CELLS_CLASS: string; /** @private */ export declare const HEADER_WEEK_CELLS_CLASS: string; /** @private */ export declare const HEADER_MONTH_CELLS_CLASS: string; /** @private */ export declare const HEADER_YEAR_CELLS_CLASS: string; /** @private */ export declare const WORKDAY_CLASS: string; /** @private */ export declare const OTHERMONTH_CLASS: string; /** @private */ export declare const CURRENT_DAY_CLASS: string; /** @private */ export declare const CURRENTDATE_CLASS: string; /** @private */ export declare const CURRENT_PANEL_CLASS: string; /** @private */ export declare const PREVIOUS_PANEL_CLASS: string; /** @private */ export declare const NEXT_PANEL_CLASS: string; /** @private */ export declare const PREVIOUS_DATE_CLASS: string; /** @private */ export declare const NEXT_DATE_CLASS: string; /** @private */ export declare const TRANSLATE_CLASS: string; /** @private */ export declare const LEFT_INDENT_CLASS: string; /** @private */ export declare const LEFT_INDENT_WRAP_CLASS: string; /** @private */ export declare const EVENT_TABLE_CLASS: string; /** @private */ export declare const RESOURCE_LEFT_TD_CLASS: string; /** @private */ export declare const RESOURCE_GROUP_CELLS_CLASS: string; /** @private */ export declare const RESOURCE_TEXT_CLASS: string; /** @private */ export declare const RESOURCE_COLUMN_WRAP_CLASS: string; /** @private */ export declare const RESOURCE_COLUMN_TABLE_CLASS: string; /** @private */ export declare const RESOURCE_CHILD_CLASS: string; /** @private */ export declare const RESOURCE_PARENT_CLASS: string; /** @private */ export declare const RESOURCE_EXPAND_CLASS: string; /** @private */ export declare const RESOURCE_COLLAPSE_CLASS: string; /** @private */ export declare const RESOURCE_TREE_ICON_CLASS: string; /** @private */ export declare const RESOURCE_CELLS_CLASS: string; /** @private */ export declare const TIME_CELLS_WRAP_CLASS: string; /** @private */ export declare const TIME_CELLS_CLASS: string; /** @private */ export declare const TIME_SLOT_CLASS: string; /** @private */ export declare const ALTERNATE_CELLS_CLASS: string; /** @private */ export declare const CURRENT_TIME_CLASS: string; /** @private */ export declare const CURRENT_TIMELINE_CLASS: string; /** @private */ export declare const PREVIOUS_TIMELINE_CLASS: string; /** @private */ export declare const HIDE_CHILDS_CLASS: string; /** @private */ export declare const SCROLL_CONTAINER_CLASS: string; /** @private */ export declare const WRAPPER_CLASS: string; /** @private */ export declare const TIMELINE_WRAPPER_CLASS: string; /** @private */ export declare const APPOINTMENT_WRAPPER_CLASS: string; /** @private */ export declare const APPOINTMENT_WRAPPER_HIDDEN_CLASS: string; /** @private */ export declare const DAY_WRAPPER_CLASS: string; /** @private */ export declare const TOOLBAR_CONTAINER: string; /** @private */ export declare const RESOURCE_TOOLBAR_CONTAINER: string; /** @private */ export declare const HEADER_TOOLBAR: string; /** @private */ export declare const RESOURCE_HEADER_TOOLBAR: string; /** @private */ export declare const SELECTED_CELL_CLASS: string; /** @private */ export declare const WEEK_NUMBER_WRAPPER_CLASS: string; /** @private */ export declare const WEEK_NUMBER_CLASS: string; /** @private */ export declare const APPOINTMENT_WRAP_CLASS: string; /** @private */ export declare const WRAPPER_CONTAINER_CLASS: string; /** @private */ export declare const APPOINTMENT_CONTAINER_CLASS: string; /** @private */ export declare const APPOINTMENT_CLASS: string; /** @private */ export declare const BLOCK_APPOINTMENT_CLASS: string; /** @private */ export declare const BLOCK_INDICATOR_CLASS: string; /** @private */ export declare const APPOINTMENT_BORDER: string; /** @private */ export declare const APPOINTMENT_DETAILS: string; /** @private */ export declare const SUBJECT_WRAP: string; /** @private */ export declare const RESOURCE_NAME: string; /** @private */ export declare const APPOINTMENT_TIME: string; /** @private */ export declare const TABLE_WRAP_CLASS: string; /** @private */ export declare const OUTER_TABLE_CLASS: string; /** @private */ export declare const CONTENT_WRAP_CLASS: string; /** @private */ export declare const VIRTUAL_TRACK_CLASS: string; /** @private */ export declare const AGENDA_CELLS_CLASS: string; /** @private */ export declare const AGENDA_CURRENT_DAY_CLASS: string; /** @private */ export declare const AGENDA_SELECTED_CELL: string; /** @private */ export declare const MONTH_HEADER_CLASS: string; /** @private */ export declare const AGENDA_HEADER_CLASS: string; /** @private */ export declare const AGENDA_RESOURCE_CLASS: string; /** @private */ export declare const AGENDA_DATE_CLASS: string; /** @private */ export declare const NAVIGATE_CLASS: string; /** @private */ export declare const DATE_HEADER_CLASS: string; /** @private */ export declare const AGENDA_DAY_BORDER_CLASS: string; /** @private */ export declare const DATE_BORDER_CLASS: string; /** @private */ export declare const AGENDA_DAY_PADDING_CLASS: string; /** @private */ export declare const DATE_TIME_CLASS: string; /** @private */ export declare const DATE_TIME_WRAPPER_CLASS: string; /** @private */ export declare const AGENDA_EMPTY_EVENT_CLASS: string; /** @private */ export declare const AGENDA_NO_EVENT_CLASS: string; /** @private */ export declare const APPOINTMENT_INDICATOR_CLASS: string; /** @private */ export declare const EVENT_INDICATOR_CLASS: string; /** @private */ export declare const EVENT_ICON_UP_CLASS: string; /** @private */ export declare const EVENT_ICON_DOWN_CLASS: string; /** @private */ export declare const EVENT_ICON_LEFT_CLASS: string; /** @private */ export declare const EVENT_ICON_RIGHT_CLASS: string; /** @private */ export declare const EVENT_ACTION_CLASS: string; /** @private */ export declare const NEW_EVENT_CLASS: string; /** @private */ export declare const CLONE_ELEMENT_CLASS: string; /** @private */ export declare const MONTH_CLONE_ELEMENT_CLASS: string; /** @private */ export declare const CLONE_TIME_INDICATOR_CLASS: string; /** @private */ export declare const DRAG_CLONE_CLASS: string; /** @private */ export declare const EVENT_RESIZE_CLASS: string; /** @private */ export declare const RESIZE_CLONE_CLASS: string; /** @private */ export declare const LEFT_RESIZE_HANDLER: string; /** @private */ export declare const RIGHT_RESIZE_HANDLER: string; /** @private */ export declare const TOP_RESIZE_HANDLER: string; /** @private */ export declare const BOTTOM_RESIZE_HANDLER: string; /** @private */ export declare const EVENT_RECURRENCE_ICON_CLASS: string; /** @private */ export declare const EVENT_RECURRENCE_EDIT_ICON_CLASS: string; /** @private */ export declare const HEADER_ROW_CLASS: string; /** @private */ export declare const ALLDAY_APPOINTMENT_WRAPPER_CLASS: string; /** @private */ export declare const ALLDAY_APPOINTMENT_CLASS: string; /** @private */ export declare const EVENT_COUNT_CLASS: string; /** @private */ export declare const ROW_COUNT_WRAPPER_CLASS: string; /** @private */ export declare const ALLDAY_APPOINTMENT_SECTION_CLASS: string; /** @private */ export declare const APPOINTMENT_ROW_EXPAND_CLASS: string; /** @private */ export declare const APPOINTMENT_ROW_COLLAPSE_CLASS: string; /** @private */ export declare const MORE_INDICATOR_CLASS: string; /** @private */ export declare const CELL_POPUP_CLASS: string; /** @private */ export declare const EVENT_POPUP_CLASS: string; /** @private */ export declare const MULTIPLE_EVENT_POPUP_CLASS: string; /** @private */ export declare const POPUP_HEADER_CLASS: string; /** @private */ export declare const POPUP_HEADER_ICON_WRAPPER: string; /** @private */ export declare const POPUP_CONTENT_CLASS: string; /** @private */ export declare const POPUP_FOOTER_CLASS: string; /** @private */ export declare const DATE_TIME_DETAILS_CLASS: string; /** @private */ export declare const RECURRENCE_SUMMARY_CLASS: string; /** @private */ export declare const QUICK_POPUP_EVENT_DETAILS_CLASS: string; /** @private */ export declare const EVENT_CREATE_CLASS: string; /** @private */ export declare const EDIT_EVENT_CLASS: string; /** @private */ export declare const DELETE_EVENT_CLASS: string; /** @private */ export declare const TEXT_ELLIPSIS: string; /** @private */ export declare const MORE_POPUP_WRAPPER_CLASS: string; /** @private */ export declare const MORE_EVENT_POPUP_CLASS: string; /** @private */ export declare const MORE_EVENT_HEADER_CLASS: string; /** @private */ export declare const MORE_EVENT_DATE_HEADER_CLASS: string; /** @private */ export declare const MORE_EVENT_HEADER_DAY_CLASS: string; /** @private */ export declare const MORE_EVENT_HEADER_DATE_CLASS: string; /** @private */ export declare const MORE_EVENT_CLOSE_CLASS: string; /** @private */ export declare const MORE_EVENT_CONTENT_CLASS: string; /** @private */ export declare const MORE_EVENT_WRAPPER_CLASS: string; /** @private */ export declare const QUICK_DIALOG_CLASS: string; /** @private */ export declare const QUICK_DIALOG_OCCURRENCE_CLASS: string; /** @private */ export declare const QUICK_DIALOG_SERIES_CLASS: string; /** @private */ export declare const QUICK_DIALOG_FOLLOWING_EVENTS_CLASS: string; /** @private */ export declare const FOLLOWING_EVENTS_DIALOG: string; /** @private */ export declare const QUICK_DIALOG_DELETE_CLASS: string; /** @private */ export declare const QUICK_DIALOG_CANCEL_CLASS: string; /** @private */ export declare const QUICK_DIALOG_ALERT_OK: string; /** @private */ export declare const QUICK_DIALOG_ALERT_CANCEL: string; /** @private */ export declare const QUICK_DIALOG_ALERT_FOLLOWING: string; /** @private */ export declare const QUICK_DIALOG_ALERT_BTN_CLASS: string; /** @private */ export declare const EVENT_WINDOW_DIALOG_CLASS: string; /** @private */ export declare const FORM_CONTAINER_CLASS: string; /** @private */ export declare const FORM_CLASS: string; /** @private */ export declare const EVENT_WINDOW_ALLDAY_TZ_DIV_CLASS: string; /** @private */ export declare const EVENT_WINDOW_ALL_DAY_CLASS: string; /** @private */ export declare const TIME_ZONE_CLASS: string; /** @private */ export declare const TIME_ZONE_ICON_CLASS: string; /** @private */ export declare const TIME_ZONE_DETAILS_CLASS: string; /** @private */ export declare const EVENT_WINDOW_REPEAT_DIV_CLASS: string; /** @private */ export declare const EVENT_WINDOW_REPEAT_CLASS: string; /** @private */ export declare const EVENT_WINDOW_TITLE_LOCATION_DIV_CLASS: string; /** @private */ export declare const SUBJECT_CLASS: string; /** @private */ export declare const LOCATION_CLASS: string; /** @private */ export declare const LOCATION_ICON_CLASS: string; /** @private */ export declare const LOCATION_DETAILS_CLASS: string; /** @private */ export declare const EVENT_WINDOW_START_END_DIV_CLASS: string; /** @private */ export declare const EVENT_WINDOW_START_CLASS: string; /** @private */ export declare const EVENT_WINDOW_END_CLASS: string; /** @private */ export declare const EVENT_WINDOW_RESOURCES_DIV_CLASS: string; /** @private */ export declare const DESCRIPTION_CLASS: string; /** @private */ export declare const DESCRIPTION_ICON_CLASS: string; /** @private */ export declare const DESCRIPTION_DETAILS_CLASS: string; /** @private */ export declare const EVENT_WINDOW_TIME_ZONE_DIV_CLASS: string; /** @private */ export declare const EVENT_WINDOW_START_TZ_CLASS: string; /** @private */ export declare const EVENT_WINDOW_END_TZ_CLASS: string; /** @private */ export declare const EVENT_WINDOW_BACK_ICON_CLASS: string; /** @private */ export declare const EVENT_WINDOW_SAVE_ICON_CLASS: string; /** @private */ export declare const EVENT_WINDOW_CANCEL_BUTTON_CLASS: string; /** @private */ export declare const EVENT_WINDOW_SAVE_BUTTON_CLASS: string; /** @private */ export declare const EVENT_WINDOW_DIALOG_PARENT_CLASS: string; /** @private */ export declare const EVENT_WINDOW_TITLE_TEXT_CLASS: string; /** @private */ export declare const EVENT_WINDOW_ICON_DISABLE_CLASS: string; /** @private */ export declare const EDIT_CLASS: string; /** @private */ export declare const EDIT_ICON_CLASS: string; /** @private */ export declare const DELETE_CLASS: string; /** @private */ export declare const DELETE_ICON_CLASS: string; /** @private */ export declare const CLOSE_CLASS: string; /** @private */ export declare const CLOSE_ICON_CLASS: string; /** @private */ export declare const ERROR_VALIDATION_CLASS: string; /** @private */ export declare const EVENT_TOOLTIP_ROOT_CLASS: string; /** @private */ export declare const TOOLTIP_HIDDEN_CLASS: string; /** @private */ export declare const ALLDAY_ROW_ANIMATE_CLASS: string; /** @private */ export declare const TIMESCALE_DISABLE: string; /** @private */ export declare const DISABLE_DATE: string; /** @private */ export declare const HIDDEN_CLASS: string; /** @private */ export declare const DISABLE_DATES: string; /** @private */ export declare const POPUP_WRAPPER_CLASS: string; /** @private */ export declare const POPUP_TABLE_CLASS: string; /** @private */ export declare const RESOURCE_MENU: string; /** @private */ export declare const RESOURCE_MENU_ICON: string; /** @private */ export declare const RESOURCE_LEVEL_TITLE: string; /** @private */ export declare const RESOURCE_TREE: string; /** @private */ export declare const RESOURCE_TREE_POPUP_OVERLAY: string; /** @private */ export declare const RESOURCE_TREE_POPUP: string; /** @private */ export declare const RESOURCE_CLASS: string; /** @private */ export declare const RESOURCE_ICON_CLASS: string; /** @private */ export declare const RESOURCE_DETAILS_CLASS: string; /** @private */ export declare const DATE_TIME_ICON_CLASS: string; /** @private */ export declare const VIRTUAL_SCROLL_CLASS: string; /** @private */ export declare const ICON_DISABLE_CLASS: string; /** @private */ export declare const AUTO_HEIGHT: string; /** @private */ export declare const IGNORE_WHITESPACE: string; /** @private */ export declare const EVENT_TEMPLATE: string; /** @private */ export declare const READ_ONLY: string; /** @private */ export declare const MONTH_HEADER_WRAPPER: string; /** @private */ export declare const INLINE_SUBJECT_CLASS: string; /** @private */ export declare const INLINE_APPOINTMENT_CLASS: string; /** @hidden */ export declare const SCROLL_HIDDEN: string; /** @private */ export declare const ALLDAY_APPOINTMENT_SCROLL: string; /** @private */ export declare const ALLDAY_APPOINTMENT_AUTO: string; /** @private */ export declare const CLIPBOARD_CLASS: string;