@primeui/scheduler-core 0.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +23 -0
- package/README.md +1 -0
- package/dist/calendar/index.d.mts +57 -0
- package/dist/calendar/index.mjs +1 -0
- package/dist/chunk-2B3YLWHA.mjs +196 -0
- package/dist/chunk-2THQAZ26.mjs +1669 -0
- package/dist/chunk-5KORIWDT.mjs +41 -0
- package/dist/chunk-5N4ZOBJV.mjs +866 -0
- package/dist/chunk-6OZAPQZ5.mjs +229 -0
- package/dist/chunk-6PK5WSKT.mjs +369 -0
- package/dist/chunk-6VYWVIGM.mjs +1170 -0
- package/dist/chunk-AAVM7UCG.mjs +100 -0
- package/dist/chunk-C7ADJGNV.mjs +157 -0
- package/dist/chunk-DYW6WUHE.mjs +277 -0
- package/dist/chunk-F5W5HD7S.mjs +285 -0
- package/dist/chunk-FIBAZFC4.mjs +871 -0
- package/dist/chunk-HPC5B3AR.mjs +558 -0
- package/dist/chunk-KQGRXTP5.mjs +650 -0
- package/dist/chunk-NMX4BW42.mjs +672 -0
- package/dist/chunk-NX46LPLF.mjs +440 -0
- package/dist/chunk-NZGJN7HG.mjs +314 -0
- package/dist/chunk-QDMZBJDV.mjs +251 -0
- package/dist/chunk-QR2SVYAD.mjs +1144 -0
- package/dist/chunk-SYJ5O4KH.mjs +136 -0
- package/dist/chunk-TNKJPFGI.mjs +569 -0
- package/dist/chunk-UMAMDBU4.mjs +1 -0
- package/dist/chunk-W2SJW3QQ.mjs +3925 -0
- package/dist/chunk-WFUJWDST.mjs +352 -0
- package/dist/chunk-XUBQ2IQS.mjs +1 -0
- package/dist/chunk-ZUKUKGNK.mjs +613 -0
- package/dist/controllers/index.d.mts +384 -0
- package/dist/controllers/index.mjs +13 -0
- package/dist/date-D_CjQPmM.d.mts +74 -0
- package/dist/display-format-CLVvRt4I.d.mts +57 -0
- package/dist/event/index.d.mts +267 -0
- package/dist/event/index.mjs +8 -0
- package/dist/event-surface-_R_LHD95.d.mts +21 -0
- package/dist/event.positioning-BdzAVPk7.d.mts +51 -0
- package/dist/event.utils-QSNdd-3W.d.mts +35 -0
- package/dist/index.d.mts +1128 -0
- package/dist/index.mjs +1022 -0
- package/dist/interaction/index.d.mts +442 -0
- package/dist/interaction/index.mjs +9 -0
- package/dist/month/index.d.mts +104 -0
- package/dist/month/index.mjs +6 -0
- package/dist/overlay-BYM9B6nC.d.mts +64 -0
- package/dist/resource/index.d.mts +172 -0
- package/dist/resource/index.mjs +1 -0
- package/dist/selection-CO_98HdS.d.mts +56 -0
- package/dist/time-grid/index.d.mts +92 -0
- package/dist/time-grid/index.mjs +13 -0
- package/dist/timeline/index.d.mts +165 -0
- package/dist/timeline/index.mjs +6 -0
- package/dist/touch-BhsMWsjf.d.mts +69 -0
- package/dist/utils/index.d.mts +494 -0
- package/dist/utils/index.mjs +17 -0
- package/dist/views/index.d.mts +51 -0
- package/dist/views/index.mjs +8 -0
- package/dist/views/timeline/index.d.mts +37 -0
- package/dist/views/timeline/index.mjs +4 -0
- package/dist/year/index.d.mts +70 -0
- package/dist/year/index.mjs +6 -0
- package/package.json +58 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,1128 @@
|
|
|
1
|
+
import * as _primeui_scheduler_types_scheduler from '@primeui/scheduler-types/scheduler';
|
|
2
|
+
import { SchedulerInstance, SchedulerProps, SchedulerRefs, SchedulerState } from '@primeui/scheduler-types/scheduler';
|
|
3
|
+
export * from '@primeui/scheduler-types/scheduler';
|
|
4
|
+
export * from '@primeui/scheduler-types/view';
|
|
5
|
+
export * from '@primeui/scheduler-types/timeline';
|
|
6
|
+
import * as _primeui_core_types_api from '@primeui/core/types/api';
|
|
7
|
+
export { S as SchedulerGridCell, a as addDays, b as addHours, c as addMinutes, d as addMonths, e as addWeeks, f as addYears, g as applyDaysDelta, h as calculateDaysDelta, i as clampDate, j as differenceInDays, k as differenceInHours, l as differenceInMinutes, m as endOfDay, n as endOfMonth, o as endOfWeek, p as formatDateString, q as formatEventTime12h, r as formatGregorianDayNumber, s as formatGregorianMonthTitle, t as formatGregorianWeekday, u as formatGregorianYear, v as formatMonthYearTitle, w as formatWeekdayName, x as getDatesBetween, y as getDayHours, z as getDaysInMonth, A as getMonthDays, B as getMonthNames, C as getSchedulerGrid, D as getWeekDays, E as getWeekNumber, F as getWeekdayNames, G as getYearMonths, H as isAfter, I as isBefore, J as isBetween, K as isDateInRange, L as isSameDay, M as isSameMonth, N as isSameWeek, O as isSameYear, P as isToday, Q as isWeekend, R as minutesToPixels, T as minutesToTimeString, U as parseDate, V as parseTimeString, W as setTime, X as startOfDay, Y as startOfMonth, Z as startOfWeek, _ as timeStringToMinutes, $ as toDateString, a0 as toDateTimeString, a1 as toTimeString } from './date-D_CjQPmM.mjs';
|
|
8
|
+
export { BlockedIntervalDisplayLabels, BlockedIntervalDisplayOptions, COMMON_TIMEZONES, DEFAULT_ADAPTIVE_OPTIONS, DEFAULT_AUTO_HEIGHT_OPTIONS, DEFAULT_BUSINESS_HOURS, DEFAULT_CATEGORY_OPTIONS, DEFAULT_CONFLICT_OPTIONS, DEFAULT_STACKING_OPTIONS, DENSITY_CONFIGS, EventCategoryStyle, ImportFormat, LaneGeometry, LaneGeometryMode, PrintColorAction, PrintFilterCategoryOption, PrintInvocationOptions, PrintLayoutOptions, PrintOrientationMode, PrintPageChromeOptions, PrintScaleMode, PrintSessionState, ResolveCalendarViewRangeInput, ResolveCurrentViewRangeInput, ResolveDaysOfWeekForViewInput, ResolveEventDensityOptions, ResolvePrintFiltersInput, ResolvePrintPageChromeStateInput, ResolvePrintRuntimeStateInput, ResolvePrintSessionInput, ResolvedPrintLayoutOptions, ResolvedPrintOrientation, ResolvedPrintPageChromeState, ResolvedPrintRuntimeState, ResolvedPrintScaleMode, SchedulerLocaleConfig, SelectionEmitOutcome, TimeSlotBusinessHoursInfo, TimedColumnTextMode, TimelineDefaultTextMode, TimelineEventWithPosition, TimezoneInfo, applyDefaultResourceDrop, applyImportMerge, assignEventLanes, buildImportValidationReport, calculateAutoHeight, calculateCellRenderingInfo, calculateContrastTextColor, calculateMaxOverlappingEvents, calculateResourceRowAutoHeight, calculateTimelineRowHeight, calculateWeekViewAutoHeight, canCreateWithBlockedIntervals, canDropEvent, canDropEventWithResourceConstraints, canDropWithBlockedIntervals, canSelect, canSelectForView, checkAvailabilityConstraint, checkCapacityConstraint, checkDailyEventsConstraint, checkDailyHoursConstraint, checkEventDurationConstraint, checkOverlapConstraint, checkSkillConstraint, clampPrintScaleFactor, convertEventToDisplayTimezone, convertEventsToTimezone, createAdaptiveRenderingState, createDateInTimezone, defaultSchedulerText, detectImportFormat, endOfDayInTimezone, eventsTimeOverlap, expandBlockedInterval, exportScheduler, exportToCsv, exportToIcal, exportToJson, exportToPdf, exportToXlsx, filterEventsByCategory, filterEventsByCategoryExclude, findOverlappingEventsInResource, formatDateInTimezone, formatDateTimeInTimezone, formatInTimezone, formatPrintDate, formatPrintDateTime, formatPrintRange, formatTimeInTimezone, fromLocalTimezone, fromUTC, getAutoHeightClasses, getAvailableLocales, getBlockedIntervalDisplayLabels, getBlockedIntervalsForDay, getBusinessHoursForDay, getCapacityStatus, getCategoriesByIds, getCategoriesWithAutoTextColor, getCategoryById, getCategoryCounts, getCategoryWithAutoTextColor, getCommonTimezones, getDatePartsInTimezone, getDefaultFirstDayOfWeek, getDensityCSSVars, getDensityClasses, getDensityConfig, getDensityFromContainerWidth, getEventCategories, getEventCategory, getEventCategoryBorderColor, getEventCategoryColor, getEventCategoryIcon, getEventCategoryStyle, getEventCategoryTextColor, getEventDensityClasses, getEventResourceIds, getExpandedBlockedIntervals, getIdlePrintSessionState, getLocalTimezone, getLocaleConfig, getMoreText, getPrimaryResourceId, getResourceCapacity, getSchedulerText, getSchedulerWeekendToggleView, getSortedCategories, getStackedEventStyle, getStackingClasses, getTimeSlotBusinessHoursInfo, getTimezoneAbbreviation, getTimezoneDisplayLabel, getTimezoneInfo, getTimezoneName, getTimezoneOffset, getTimezoneOffsetString, getVisibleEvents, groupEventsByCategory, hasGroupingFieldValue, hasOverlapInAnyAssignedResource, importFromCsv, importFromIcal, importFromJson, importScheduler, isDateWithinConstraint, isDirectTimeSelectionView, isRTL, isRangeWithinBlockedInterval, isRangeWithinBusinessHours, isResourceLikeView, isSameDayInTimezone, isSchedulerAutoTextColor, isTimeSlotInBusinessHours, isTimeWithinBlockedInterval, isTimedCreateView, isTimelineLikeView, isTodayInTimezone, isValidTimezone, isWithinBusinessHours, markSchedulerAutoTextColor, normalizeAdaptiveOptions, normalizeAutoHeightOptions, normalizeBusinessHours, normalizeCategoryOptions, normalizeConflictOptions, normalizeStackingOptions, parseISOWithTimezone, preparePdfData, prepareXlsxData, previewImportMerge, registerLocale, resolveAutoResourceGroupingField, resolveCalendarViewRange, resolveClickCreateEnd, resolveCurrentViewRange, resolveDaysOfWeekForView, resolveEventDensity, resolveGroupedLaneGeometry, resolveOverlapPolicy, resolvePrintColorAction, resolvePrintFilters, resolvePrintOrientation, resolvePrintPageChromeState, resolvePrintPageStyleRule, resolvePrintRuntimeState, resolvePrintScale, resolvePrintSession, resolveSchedulerText, resolveSelectionEmitOutcome, resolveTimedColumnTextMode, resolveTimelineDefaultTextMode, sortMorePopoverEvents, startOfDayInTimezone, toCssLength, toDateOnlyString, toISOWithTimezone, toLocalTimezone, toNumber, toTimezone, toUTC, validateImportResult, validateResourceConstraints } from './utils/index.mjs';
|
|
9
|
+
export { A as AppointmentSlotDisplayLabels, a as AppointmentSlotDisplayOptions, b as AppointmentSlotIndicator, c as AppointmentSlotOverlay, D as DEFAULT_APPOINTMENT_SLOTS_OPTIONS, T as TimedOverlay, d as canBookSlot, e as createSlotFromTimeRange, g as generateAppointmentSlots, f as getAppointmentSlotDisplayLabels, h as getAppointmentSlotIndicators, i as getAppointmentSlotOverlays, j as getAvailableSlots, k as getSlotAtTime, l as getSlotById, m as getSlotCapacityDisplay, n as getSlotOverlayClasses, o as getSlotOverlayStyle, p as getSlotsForDay, q as getSlotsForTimeRange, r as getSlotsInTimeRange, s as getTimedBlockedIntervalsOverlays, t as getTimedBusinessHoursOverlays, u as isSlotInBlockedInterval, v as isSlotInBusinessHours, w as normalizeAppointmentSlotsOptions, x as updateSlotAvailability, y as updateSlotsAvailability } from './overlay-BYM9B6nC.mjs';
|
|
10
|
+
export { D as DEFAULT_DATE_DISPLAY_OPTIONS, a as DEFAULT_DISPLAY_OPTIONS, b as DEFAULT_TIME_FORMAT_OPTIONS, c as SchedulerCalendarDisplayConfig, S as SchedulerCalendarDisplayConfigInput, d as SchedulerDateFormatter, _ as __clearDateTimeFormatterCache, e as __getDateTimeFormatterCacheSize, f as createSchedulerDateFormatter, g as formatDate, h as formatDateRange, i as formatDayOfMonth, j as formatEventDateTime, k as formatHeaderTitle, l as formatMonth, m as formatMonthYear, n as formatSlotTime, o as formatTime, p as formatTimeRange, q as formatWeekday, r as getRelativeDay, s as normalizeDateDisplayOptions, t as normalizeDisplayOptions, u as normalizeTimeFormatOptions, v as resolveSchedulerCalendarDisplayConfig } from './display-format-CLVvRt4I.mjs';
|
|
11
|
+
export { S as SchedulerEventSurfaceCategory, a as SchedulerEventSurfaceContext, b as SchedulerEventSurfaceOptions, g as getSchedulerEventSurfaceStyle, r as resolveSchedulerEventSurfaceColor } from './event-surface-_R_LHD95.mjs';
|
|
12
|
+
export { SchedulerCalendarAdapter, SchedulerCalendarAdapterOptions, SchedulerCalendarDate, SchedulerCalendarDuration, SchedulerCalendarIdResolution, SchedulerCalendarInteractionOptions, SchedulerInternationalCalendarFactory, SchedulerInternationalCalendarId, addCalendarDaysToDate, differenceInCalendarDays, getSchedulerCalendarAdapter, gregorianCalendarAdapter, isCalendarAdapterCorrectView, moveDateToCalendarDay, resolveSchedulerCalendarId, resolveSchedulerCalendarModeForView, schedulerInternationalCalendarIds } from './calendar/index.mjs';
|
|
13
|
+
export { AgendaViewOptions, ResourceDayViewOptions, ResourceWeekViewOptions, agendaView, dayView, formatEventTime, generateTimeSlots, getAgendaViewData, getAvailableViews, getCustomRangeTitle, getDayViewData, getEventHeight, getEventTopPosition, getMonthViewData, getNowIndicatorPosition, getResourceDayViewData, getResourceWeekViewData, getView, getWeekViewData, getYearViewData, getYearViewWeekdayNames, monthView, resourceDayView, resourceWeekView, viewRegistry, weekView, yearView } from './views/index.mjs';
|
|
14
|
+
export { P as ParsedEvent, e as eventMatchesResource, a as eventsOverlap, f as filterEventsByDateRange, b as filterEventsForDay, g as getEventColor, c as getEventEnd, d as getEventEndMinutes, h as getEventStart, i as getEventStartMinutes, j as getEventTextColor, k as getEventsForCell, l as getEventsForDayAndResource, m as getOverflowCountForCell, n as getTimedEventsForDayAndResource, o as getVisibleEventsForCell, p as isEventEndOnDate, q as isEventStartOnDate, r as moveEventTo, s as parseEvent, t as parseEventDate, u as parseEvents, v as resizeEventBy, w as sortEvents, x as sortEventsForCell } from './event.utils-QSNdd-3W.mjs';
|
|
15
|
+
export { ApplyRecurringDeleteChangeInput, ApplyRecurringEditChangeInput, DEFAULT_RECURRENCE_EDIT_OPTIONS, DeleteAllResult, DeleteFutureResult, DeleteThisOnlyResult, EditAllResult, EditFutureResult, EditThisOnlyResult, ProcessRecurrenceDeleteInput, ProcessRecurrenceEditInput, RecurrenceContextResolution, RecurrenceDeleteApplyState, RecurrenceDeleteEmitInstruction, RecurrenceDeleteEmitPayload, RecurrenceDeleteScopeSelectionRequest, RecurrenceDeleteScopeSelector, RecurrenceDeleteWorkflowResult, RecurrenceEditApplyState, RecurrenceEditEmitInstruction, RecurrenceEditEmitPayload, RecurrenceEditScopeSelectionRequest, RecurrenceEditScopeSelector, RecurrenceEditWorkflowResult, RecurrenceResolvedContext, RecurrenceRuntimeAction, ResolveRecurrenceEditContextInput, SchedulerEventPipelineInput, SchedulerEventPipelineMemoizedBuilder, SchedulerEventPipelineResult, SchedulerRecurrenceDisplayOptions, addException, addRDate, applyRecurrenceDelete, applyRecurrenceEdit, applyRecurringDeleteChange, applyRecurringEditChange, buildSchedulerEventPipeline, convertToSeries, createRRule, createSchedulerEventPipelineMemo, daily, deleteAll, deleteThisAndFuture, deleteThisOnly, describeRRule, editAll, editThisAndFuture, editThisOnly, everyNthWeekday, expandRRule, expandRecurringSeries, getDeleteDescription, getDeleteScopeLabel, getEditScopeLabel, getExceptionForDate, getRecurrenceDeleteScopeMessage, getRecurrenceDescription, getRecurrenceEditScopeMessage, hasExceptionForDate, isOccurrenceExcluded, isRecurringOccurrenceEvent, isRecurringSeries, lastWeekdayOfMonth, monthly, normalizeRecurrenceEditOptions, normalizeSchedulerEventToDisplayTimezone, normalizeSchedulerEventsToDisplayTimezone, parseExDates, parseICalDate, parseRDates, parseRRule, processRecurrenceDelete, processRecurrenceEdit, removeEventById, removeException, removeRDate, resolveDefaultDeleteScope, resolveDefaultEditScope, resolveRecurrenceDeleteScope, resolveRecurrenceEditContext, resolveRecurrenceEditScope, resolveRecurringContext, resolveSeriesIdFromOccurrence, serializeRRule, serializeSeries, upsertEventById, weekdays, weekly, yearly } from './event/index.mjs';
|
|
16
|
+
export { E as EventGroup, M as MonthEventPosition, P as PositionedEvent, a as PositioningOptions, W as WeekRowEventData, c as calculateEventPosition, g as getAllDayEventsForDay, b as getTimedEventsForDay, p as positionAllDayEventsForWeek, d as positionEventsForDay, e as positionEventsForWeekRow } from './event.positioning-BdzAVPk7.mjs';
|
|
17
|
+
export { D as DEFAULT_DRAG_MIN_DISTANCE, a as DEFAULT_SNAP_DURATION, S as SchedulerDropCalendarOptions, b as SchedulerEventDropCandidate, c as SchedulerEventDropCandidateInput, d as SchedulerPointerInput, e as SchedulerRectInput, f as applyDeltaToEvent, g as calculateDayDelta, h as calculateDragDelta, i as calculateTimeDelta, j as clampTime, k as createDragState, l as createSchedulerEventDropCandidate, m as findOverlappingEvents, n as getDayIndexFromX, o as getPointerCoords, p as getSchedulerEventDropDelta, q as getSchedulerTimedInteractionDeltaMs, r as getTimeFromYPosition, s as getYPositionFromTime, t as isEventDraggable, u as snapTime, v as snapToSlot, w as updateDragState, x as validateDragPosition } from './touch-BhsMWsjf.mjs';
|
|
18
|
+
export { AutoScrollDelta, AutoScrollRect, AutoScrollTarget, BuildResourceCapacityMapInput, ChunkedCells, ColumnTimedOffset, ConflictEmitInstruction, ConflictWorkflowResult, DEFAULT_OVERSCAN, DayFocusContext, DragAutoScroller, DragAutoScrollerOptions, EvaluateDropConflictInput, EventSelectionModifiers, EventSelectionResult, FocusContext, GlobalKeyAction, GlobalKeyboardContext, KeyboardAction, KeyboardNavigationOptions, KeyboardNavigationResult, MonthFocusContext, NormalizedEventSelectionOptions, NormalizedInlineEditOptions, NormalizedQuickInfoOptions, OutsideClickAction, OutsideClickContext, ParsedInlineEditTime, ParsedTime, ProcessConflictDecisionInput, RESIZE_HANDLE_SIZE, RESOURCE_VIEWS, ResolveAutoScrollDeltaInput, ResourceConflictDecision, ResourceConflictEvaluationInput, ResourceConflictRuntimeInput, ResourceConflictRuntimeResult, SchedulerEventResizeEdge, SchedulerEventResizePreview, SchedulerEventResizePreviewResult, SchedulerKeyboardInput, VIRTUAL_THRESHOLD, ViewFocusContext, VirtualEventRange, VirtualRange, VirtualScrollState, WeekFocusContext, YearFocusContext, applyEventSelection, applyResizeToEvent, buildResourceCapacityMap, calculateNewEventTimes, calculateNewFocusedDate, calculateTotalWidth, calculateVirtualRange, calculateVisibleEvents, clampTimeToSlotBounds, clearEventSelection, computeColumnTimedMultiDragOffsets, computeDayMultiDragOffsets, computeTimedMultiDragOffsets, createChunkedCells, createDragAutoScroller, createResizeState, createVirtualScrollState, dedupeConflicts, detectResizeEdge, evaluateDropConflict, evaluateResourceConflictDecision, eventBelongsToResource, filterEventsByPermission, filterVisibleIdsByResource, findCellForDate, formatEventDate, formatEventDuration, formatEventTimeRange, formatTimeToken, getCellAtPosition, getDayOffset, getDefaultFocusDate, getDefaultFocusDateForDay, getDefaultFocusDateForMonth, getDefaultFocusDateForWeek, getDefaultFocusDateForYear, getDisplayedMonthFromGrid, getEndOfWeek, getEndOfWeekForFocus, getEstimatedScrollPosition, getInlineEditTimeValue, getKeyboardAction, getNavigationDirectionForDay, getNavigationDirectionForMonth, getNavigationDirectionForWeek, getNavigationDirectionForYear, getPeriodNavigationDirection, getResizeCursor, getSchedulerTimedResizePreview, getSchedulerTimelineResizePreview, getScrollPositionForDate, getScrollPositionForNow, getSelectedEventsForMultiDrag, getStartOfWeek, getStartOfWeekForFocus, getTimeOfDayMs, getVisibleChunks, handleKeyboardNavigation, hasInlineTimeChanged, invertSelection, isDateInDayView, isDateInMonthView, isDateInVisibleRange, isDateInWeekView, isDateInYearView, isEventDraggableWithPermission, isEventResizable, isEventResizableWithPermission, isMultiDragCandidate, isPermissionAllowed, isResourceView, normalizeEventSelectionOptions, normalizeInlineEditOptions, normalizeQuickInfoOptions, parseInlineEditTimeValue, parseInlineTimeToken, processConflictDecision, projectEventsWithCandidate, resolveAutoScrollDelta, resolveCapacityExceededPayloads, resolveGlobalKeyAction, resolveOutsideClickAction, resolveResourceConflictRuntime, selectAllVisibleEvents, shouldUseVirtualScrolling, snapTimeToSlot, toValidDate, updateConflictedEventIds, updateResizeState, updateVirtualScrollState, validateResize } from './interaction/index.mjs';
|
|
19
|
+
export { D as DateSelectionResult, a as DragEndResult, b as DragMoveResult, c as DragSelectionState, d as DragStartResult, S as SelectionMode, e as SelectionState, T as TimeSelectionResult, f as calculateDragRange, g as clearSelection, h as finalizeDragSelection, i as getActiveRange, j as handleDateSelection, k as handleTimeSelection, l as hasSelection, m as isDateInSelectionRange, n as isDateSelected, o as isRangeEnd, p as isRangeStart, s as startDragSelection, u as updateDragPreview } from './selection-CO_98HdS.mjs';
|
|
20
|
+
export { AppointmentSlotTrackingChange, AppointmentSlotTrackingContext, AppointmentSlotTrackingState, AppointmentSlotTrackingSyncResult, ColumnInfo, DragGhostStyle, MonthDragContext, MonthDragEndResult, MonthDragMoveResult, MonthResizeContext, MonthResizeEndResult, MonthResizeMoveResult, MonthResizePreviewData, PreviewStyle, RESIZE_EDGE_SIZE, SlotTrackingSnapshot, TIMELINE_RESIZE_EDGE_SIZE, TimedDragCalculation, TimedDragEndResult, TimedDragMoveResult, TimedPointerDispatchHandlers, TimedPointerStartInput, TimedPointerStartResult, TimedPreviewDropValidationInput, TimedResizeEndResult, TimedResizeMoveResult, TimedViewContext, TimelineDragContext, TimelineDragEndResult, TimelineDragGhostStyle, TimelineDragMoveResult, TimelineResizeContext, TimelineResizeEndResult, TimelineResizeMoveResult, TimelineResizePreviewStyle, TimelineResizeState, calculateDragClickOffset, calculateResizeDeltas, calculateResizePreviewPosition, calculateResizePreviewStyle, calculateTimedDragDelta, calculateTimedDragPreview, calculateTimedResizePreview, calculateTimelineDragDelta, calculateTimelineResizeDeltas, canDropTimedPreviewEvent, cloneEventForSlotTracking, createAppointmentSlotTrackingState, createTimelineDragState, createTimelineResizeState, detectResizeEdgeForAllDay, detectResizeEdgeForTimeline, dispatchTimedPointerEnd, dispatchTimedPointerMove, finalizeMonthDrag, finalizeMonthResize, finalizeTimedDrag, finalizeTimedResize, finalizeTimelineDrag, finalizeTimelineResize, findColumnIndexForDate, findEventPositionInGrid, getDragGhostStyle, getSlotTrackingKey, getTimedPreviewStyle, getTimelineDragGhostStyle, hasTimedDropConstraints, isAppointmentSlotTrackingView, processMonthDragMove, processMonthResizeMove, processTimedDragMove, processTimedResizeMove, processTimelineDragMove, processTimelineResizeMove, resolveTimedPointerStart, resolveTimelineSnapDuration, syncAppointmentSlotTracking, updateTimelineDragState } from './controllers/index.mjs';
|
|
21
|
+
export * from '@primeui/scheduler-types/resource';
|
|
22
|
+
export { AdaptiveGroupingOptions, AdaptiveGroupingState, BreadcrumbItem, DEFAULT_ADAPTIVE_BREAKPOINT, DEFAULT_RESOURCE_AREA_WIDTH, DEFAULT_RESOURCE_MIN_ROW_HEIGHT, DEFAULT_RESOURCE_ROW_HEIGHT, DEFAULT_SIDEBAR_WIDTH, DateResourceGroup, HierarchicalHeaderCell, HierarchicalHeaderRow, ResourceEventGroup, ResourceFilterResult, ResourceTreeMutationResult, adaptiveClasses, addResource, addResourceToEvent, addResourceToTree, areResourceIdSetsEqual, assignEventToResource, buildBreadcrumbPath, calculateExpandedRowHeight, calculateResourceColumnLayouts, calculateResourceRowLayouts, clearResourceSelection, closeSidebar, collapseAllResources, collapseResource, countLeafDescendants, countResources, createAdaptiveGroupingState, createResourceFilter, createResourceStore, dedupeResourceIds, detectMobileMode, expandAllResources, expandResource, filterResources, findResourceById, flattenResourceTree, flattenResources, getAllResourceIds, getAncestorIds, getAncestorResources, getChildResources, getEventsForResource, getEventsWithoutResource, getFilterStats, getFilteredEventsForResource, getHierarchicalHeaderRows, getLeafResources, getMaxDepth, getParentResource, getResourceAreaWidth, getResourceAtPosition, getResourceById, getResourceColumnAtPosition, getResourceIdsForEvent, getResourceLabel, getResourcesByIds, getSelectedResource, getSelectionDepth, getTotalResourceHeight, getVisibleResources, groupEventsByDate, groupEventsByResource, groupResourcesByField, hasHierarchy, highlightMatch, isResourceInPath, moveEventToResource, navigateBreadcrumb, openSidebar, removeResource, removeResourceFromEvent, removeResourceFromTree, resolveResourceScalePolicy, resolveResourceScaleStrategy, searchResources, selectResource, setMobileMode, setResourceExpansionInTree, sortResources, toggleResourceExpansion, toggleSidebar, updateResource, updateResourceInTree, upsertResourceById } from './resource/index.mjs';
|
|
23
|
+
export { BuildTimelineCellsInput, DEFAULT_TIMELINE_EVENT_MIN_HEIGHT, ResolveTimelineResourceRowHeightInput, TIMELINE_LANE_BASE_PADDING, TIMELINE_LANE_GAP, TimelineCellModel, TimelineHeaderCellModel, TimelineHeaderTierModel, TimelineLabelFormatters, TimelineLaneModel, TimelineResourceRowHeightMode, TimelineViewModel, TimelineViewModelInput, TimelineViewModelVirtualRange, buildTimelineCells, buildTimelineHeaderTiers, buildTimelineViewModel, computeTimelineLaneAssignment, filterTimelineLaneEvents, getTimelineEventRect, getTimelineLaneStackHeight, getTimelineVisibleDayStarts, isTimelineMonthGranularityView, resolveTimelineEventMinHeight, resolveTimelineResourceRowHeight, timeToTimelinePixels } from './timeline/index.mjs';
|
|
24
|
+
export { MonthGridDayCellViewModel, MonthGridViewModel, MonthGridViewModelInput, MonthGridWeekViewModel, MonthSpanningEventLayout, MonthWeekEventLayout, buildMonthGridViewModel, buildMonthWeekEventLayout, daysBetween, durationDays, getEventsForMonthDay, getEventsForMonthWeek, getMonthSpanningEventLayout } from './month/index.mjs';
|
|
25
|
+
export { TimeGridAllDayEventLayout, TimeGridAllDayWeekLayout, TimeGridPositionedEventResult, TimeGridSlotModel, TimeGridViewModel, TimeGridViewModelInput, buildTimeGridViewModel } from './time-grid/index.mjs';
|
|
26
|
+
export { YearGridDayCellViewModel, YearGridDayIndicatorViewModel, YearGridMiniMonthViewModel, YearGridViewModel, YearGridViewModelInput, YearGridWeekViewModel, YearGridWeekdayHeaderViewModel, buildYearGridViewModel } from './year/index.mjs';
|
|
27
|
+
export { ResourceScalePolicy, ResourceScalePolicyInput, ResourceScaleStrategy, ResourceScaleStrategyInput, ResourceScaleTier } from '@primeui/scheduler-types/resource-scale';
|
|
28
|
+
export { ResourceTimelineOverlapPolicy } from '@primeui/scheduler-types/resource-runtime';
|
|
29
|
+
export { SchedulerText } from '@primeui/scheduler-types/locale';
|
|
30
|
+
export { WeekNumbering } from '@primeui/scheduler-types/date';
|
|
31
|
+
export { calculateTimelineEventPosition, formatTimelineTitle, generateDayCells, generateTimelineCells, generateTimelineHeaderCells, getDefaultTimelineHeaderLevels, getEventsInDateRange, getTimelineDayViewData, getTimelineMonthViewData, getTimelineWeekViewData, getTimelineYearViewData, positionTimelineEvents, positionTimelineEventsForDayGranularity, positionTimelineEventsWithBusinessHours, timelineDayView, timelineMonthView, timelineWeekView, timelineYearView } from './views/timeline/index.mjs';
|
|
32
|
+
import '@internationalized/date';
|
|
33
|
+
|
|
34
|
+
declare const createScheduler: (context?: _primeui_core_types_api.Context<_primeui_scheduler_types_scheduler.SchedulerRefs, _primeui_scheduler_types_scheduler.SchedulerProps, _primeui_scheduler_types_scheduler.SchedulerState, _primeui_scheduler_types_scheduler.SchedulerEmits<unknown, unknown>>) => SchedulerInstance;
|
|
35
|
+
|
|
36
|
+
declare const schedulerDefaultProps: {
|
|
37
|
+
height: undefined;
|
|
38
|
+
aspectRatio: number;
|
|
39
|
+
view: "month";
|
|
40
|
+
views: ("month" | "week" | "day" | "year" | "agenda")[];
|
|
41
|
+
date: Date;
|
|
42
|
+
events: never[];
|
|
43
|
+
locale: string;
|
|
44
|
+
calendar: string;
|
|
45
|
+
numberingSystem: undefined;
|
|
46
|
+
text: undefined;
|
|
47
|
+
rtl: false;
|
|
48
|
+
firstDayOfWeek: 0;
|
|
49
|
+
weekNumbers: false;
|
|
50
|
+
weekNumbering: "iso";
|
|
51
|
+
minDate: undefined;
|
|
52
|
+
maxDate: undefined;
|
|
53
|
+
disabled: false;
|
|
54
|
+
readonly: false;
|
|
55
|
+
selectable: true;
|
|
56
|
+
selectionMode: "single";
|
|
57
|
+
unselectOnOutsideClick: false;
|
|
58
|
+
slotDuration: number;
|
|
59
|
+
slotMinTime: string;
|
|
60
|
+
slotMaxTime: string;
|
|
61
|
+
nowIndicator: true;
|
|
62
|
+
nowIndicatorInterval: number;
|
|
63
|
+
navLinks: false;
|
|
64
|
+
headerToolbar: {
|
|
65
|
+
left: string;
|
|
66
|
+
center: string;
|
|
67
|
+
right: string;
|
|
68
|
+
};
|
|
69
|
+
editable: false;
|
|
70
|
+
eventStartEditable: true;
|
|
71
|
+
eventDurationEditable: true;
|
|
72
|
+
eventOverlap: true;
|
|
73
|
+
snapDuration: undefined;
|
|
74
|
+
dragMinDistance: number;
|
|
75
|
+
dragRevertDuration: undefined;
|
|
76
|
+
dragScroll: undefined;
|
|
77
|
+
timezone: undefined;
|
|
78
|
+
displayTimezone: undefined;
|
|
79
|
+
businessHours: false;
|
|
80
|
+
selectConstraint: undefined;
|
|
81
|
+
selectAllow: undefined;
|
|
82
|
+
eventConstraint: undefined;
|
|
83
|
+
eventAllow: undefined;
|
|
84
|
+
blockedIntervals: undefined;
|
|
85
|
+
appointmentSlots: undefined;
|
|
86
|
+
eventSelection: false;
|
|
87
|
+
timelineSlotWidth: number;
|
|
88
|
+
timelineSlotWidthMode: "fixed";
|
|
89
|
+
timelineSlotDuration: number;
|
|
90
|
+
timelineSnapDuration: undefined;
|
|
91
|
+
timelineMinTime: undefined;
|
|
92
|
+
timelineMaxTime: undefined;
|
|
93
|
+
timelineVirtualScroll: "auto";
|
|
94
|
+
timelineVirtualThreshold: number;
|
|
95
|
+
timelineVirtualOverscan: number;
|
|
96
|
+
timelineVirtualEventBuffer: number;
|
|
97
|
+
timelineEventMinHeight: number;
|
|
98
|
+
showBusinessHours: true;
|
|
99
|
+
agendaDays: number;
|
|
100
|
+
showEmptyDays: false;
|
|
101
|
+
noEventsMessage: undefined;
|
|
102
|
+
agendaEventShell: "default";
|
|
103
|
+
eventShell: "default";
|
|
104
|
+
resources: never[];
|
|
105
|
+
resourceAreaWidth: number;
|
|
106
|
+
resourceOrder: undefined;
|
|
107
|
+
horizontalResourceColumnMode: undefined;
|
|
108
|
+
horizontalResourceColumnWidth: undefined;
|
|
109
|
+
horizontalResourceMinColumnWidth: number;
|
|
110
|
+
horizontalResourceOverflowThreshold: number;
|
|
111
|
+
horizontalResourceGroupMinWidth: undefined;
|
|
112
|
+
horizontalResourceDayMinWidth: undefined;
|
|
113
|
+
byGroupId: undefined;
|
|
114
|
+
byGroupID: false;
|
|
115
|
+
resourceGroupField: undefined;
|
|
116
|
+
resourcesExpandable: true;
|
|
117
|
+
resourcesInitiallyExpanded: true;
|
|
118
|
+
showAggregatedEvents: true;
|
|
119
|
+
groupByResource: undefined;
|
|
120
|
+
groupByDate: undefined;
|
|
121
|
+
resourceAreaHeaderContent: string;
|
|
122
|
+
resourceConflict: undefined;
|
|
123
|
+
adaptiveMode: false;
|
|
124
|
+
selectedResourceId: null;
|
|
125
|
+
resourceRowHeight: number;
|
|
126
|
+
rowAutoHeight: undefined;
|
|
127
|
+
resourceTimelineOverlapPolicy: "auto";
|
|
128
|
+
showResourceFilter: false;
|
|
129
|
+
monthEventRowHeight: undefined;
|
|
130
|
+
monthMoreLinkHeight: undefined;
|
|
131
|
+
showMorePopover: true;
|
|
132
|
+
maxEventsVisible: number;
|
|
133
|
+
numberOfDays: undefined;
|
|
134
|
+
daysOfWeek: undefined;
|
|
135
|
+
density: "standard";
|
|
136
|
+
autoHeight: false;
|
|
137
|
+
stacking: undefined;
|
|
138
|
+
adaptiveRendering: undefined;
|
|
139
|
+
timeFormat: undefined;
|
|
140
|
+
dateDisplay: undefined;
|
|
141
|
+
eventPermission: undefined;
|
|
142
|
+
eventPopover: false;
|
|
143
|
+
eventPopoverDelay: number;
|
|
144
|
+
eventPopoverHideDelay: number;
|
|
145
|
+
eventPopoverPosition: "right";
|
|
146
|
+
eventPopoverShowOnMobile: false;
|
|
147
|
+
quickInfo: false;
|
|
148
|
+
quickInfoPosition: "right";
|
|
149
|
+
recurrenceEdit: true;
|
|
150
|
+
inlineEdit: false;
|
|
151
|
+
eventCategories: never[];
|
|
152
|
+
categories: never[];
|
|
153
|
+
categoryField: string;
|
|
154
|
+
categoryAutoTextColor: true;
|
|
155
|
+
showCategoryLegend: false;
|
|
156
|
+
categoryLegendPosition: "top";
|
|
157
|
+
categoryFilterable: false;
|
|
158
|
+
};
|
|
159
|
+
type SchedulerPropKey = keyof typeof schedulerDefaultProps;
|
|
160
|
+
declare const schedulerPropKeys: SchedulerPropKey[];
|
|
161
|
+
declare const schedulerDefaultFactoryKeys: readonly ["views", "date", "events", "headerToolbar", "resources", "eventCategories", "categories"];
|
|
162
|
+
declare function getSchedulerDefaultProp<Key extends SchedulerPropKey>(key: Key): (typeof schedulerDefaultProps)[Key];
|
|
163
|
+
declare function resolveSchedulerProps(props?: Partial<SchedulerProps>): SchedulerProps;
|
|
164
|
+
|
|
165
|
+
declare const defaultSchedulerRefs: SchedulerRefs;
|
|
166
|
+
|
|
167
|
+
declare const defaultSchedulerState: SchedulerState;
|
|
168
|
+
|
|
169
|
+
declare const schedulerClasses: {
|
|
170
|
+
root: string;
|
|
171
|
+
disabled: string;
|
|
172
|
+
selecting: string;
|
|
173
|
+
header: string;
|
|
174
|
+
headerLeft: string;
|
|
175
|
+
headerCenter: string;
|
|
176
|
+
headerRight: string;
|
|
177
|
+
title: string;
|
|
178
|
+
body: string;
|
|
179
|
+
loading: string;
|
|
180
|
+
navButton: string;
|
|
181
|
+
viewSwitcher: string;
|
|
182
|
+
viewButton: string;
|
|
183
|
+
scrollRail: string;
|
|
184
|
+
sidebar: string;
|
|
185
|
+
today: string;
|
|
186
|
+
weekend: string;
|
|
187
|
+
hierarchical: string;
|
|
188
|
+
monthView: string;
|
|
189
|
+
compactMode: string;
|
|
190
|
+
weekdays: string;
|
|
191
|
+
weekday: string;
|
|
192
|
+
weeks: string;
|
|
193
|
+
week: string;
|
|
194
|
+
weekNumber: string;
|
|
195
|
+
day: string;
|
|
196
|
+
dayFocused: string;
|
|
197
|
+
dayNumber: string;
|
|
198
|
+
dayEvents: string;
|
|
199
|
+
dayToday: string;
|
|
200
|
+
dayWeekend: string;
|
|
201
|
+
dayOtherMonth: string;
|
|
202
|
+
daySelected: string;
|
|
203
|
+
dayDisabled: string;
|
|
204
|
+
dayInRange: string;
|
|
205
|
+
dayRangeStart: string;
|
|
206
|
+
dayRangeEnd: string;
|
|
207
|
+
dayDropTarget: string;
|
|
208
|
+
moreLink: string;
|
|
209
|
+
weekHeader: string;
|
|
210
|
+
weekHeaderGutter: string;
|
|
211
|
+
timezoneLabel: string;
|
|
212
|
+
weekHeaderDays: string;
|
|
213
|
+
weekBody: string;
|
|
214
|
+
timeGrid: string;
|
|
215
|
+
timeGutter: string;
|
|
216
|
+
timeSlotLabel: string;
|
|
217
|
+
timeContent: string;
|
|
218
|
+
timeSlots: string;
|
|
219
|
+
timeSlot: string;
|
|
220
|
+
timeSlotHalf: string;
|
|
221
|
+
timeSlotFocused: string;
|
|
222
|
+
timeSlotBusiness: string;
|
|
223
|
+
timeSlotNonBusiness: string;
|
|
224
|
+
timeSlotBusinessStart: string;
|
|
225
|
+
timeSlotBusinessEnd: string;
|
|
226
|
+
timeSelection: string;
|
|
227
|
+
allDayRow: string;
|
|
228
|
+
allDayLabel: string;
|
|
229
|
+
allDayContent: string;
|
|
230
|
+
allDayCell: string;
|
|
231
|
+
dayColumns: string;
|
|
232
|
+
dayColumn: string;
|
|
233
|
+
dayColumnHeader: string;
|
|
234
|
+
dayColumnHeaderDay: string;
|
|
235
|
+
dayColumnHeaderDate: string;
|
|
236
|
+
dayColumnNonBusiness: string;
|
|
237
|
+
nowIndicator: string;
|
|
238
|
+
nowIndicatorDot: string;
|
|
239
|
+
nowIndicatorLabel: string;
|
|
240
|
+
nonBusinessOverlay: string;
|
|
241
|
+
event: string;
|
|
242
|
+
eventShellNone: string;
|
|
243
|
+
eventTimed: string;
|
|
244
|
+
eventAllday: string;
|
|
245
|
+
eventDot: string;
|
|
246
|
+
eventTitleWrap: string;
|
|
247
|
+
eventTitle: string;
|
|
248
|
+
eventTime: string;
|
|
249
|
+
eventPreview: string;
|
|
250
|
+
eventSelected: string;
|
|
251
|
+
eventContinuesBefore: string;
|
|
252
|
+
eventContinuesAfter: string;
|
|
253
|
+
eventDraggable: string;
|
|
254
|
+
eventDragging: string;
|
|
255
|
+
eventDraggingActive: string;
|
|
256
|
+
eventDragPreview: string;
|
|
257
|
+
eventDropPreview: string;
|
|
258
|
+
eventMultiDragging: string;
|
|
259
|
+
eventMultiDragPreview: string;
|
|
260
|
+
eventResizable: string;
|
|
261
|
+
eventResizing: string;
|
|
262
|
+
eventResizingActive: string;
|
|
263
|
+
eventResizeHandle: string;
|
|
264
|
+
eventResizeHandleTop: string;
|
|
265
|
+
eventResizeHandleBottom: string;
|
|
266
|
+
eventResizeTop: string;
|
|
267
|
+
eventResizeBottom: string;
|
|
268
|
+
eventResizeStart: string;
|
|
269
|
+
eventResizeEnd: string;
|
|
270
|
+
eventResizePreview: string;
|
|
271
|
+
eventSelectionEnabled: string;
|
|
272
|
+
eventSelectionToggle: string;
|
|
273
|
+
eventSelectionCheckbox: string;
|
|
274
|
+
selectionToolbar: string;
|
|
275
|
+
selectionToolbarCount: string;
|
|
276
|
+
selectionToolbarClear: string;
|
|
277
|
+
eventEditing: string;
|
|
278
|
+
eventEditInput: string;
|
|
279
|
+
eventPopover: string;
|
|
280
|
+
eventPopoverHeader: string;
|
|
281
|
+
eventPopoverTitle: string;
|
|
282
|
+
eventPopoverBody: string;
|
|
283
|
+
eventPopoverTime: string;
|
|
284
|
+
eventPopoverDate: string;
|
|
285
|
+
eventPopoverDescription: string;
|
|
286
|
+
eventPopoverLocation: string;
|
|
287
|
+
eventPopoverDuration: string;
|
|
288
|
+
eventPopoverResource: string;
|
|
289
|
+
eventPopoverDragActive: string;
|
|
290
|
+
quickInfo: string;
|
|
291
|
+
quickInfoHeader: string;
|
|
292
|
+
quickInfoTitle: string;
|
|
293
|
+
quickInfoBody: string;
|
|
294
|
+
quickInfoTime: string;
|
|
295
|
+
quickInfoDescription: string;
|
|
296
|
+
quickInfoLocation: string;
|
|
297
|
+
quickInfoResource: string;
|
|
298
|
+
quickInfoFooter: string;
|
|
299
|
+
quickInfoActions: string;
|
|
300
|
+
quickInfoEditButton: string;
|
|
301
|
+
quickInfoDeleteButton: string;
|
|
302
|
+
quickInfoCloseButton: string;
|
|
303
|
+
morePopover: string;
|
|
304
|
+
morePopoverHeader: string;
|
|
305
|
+
morePopoverTitle: string;
|
|
306
|
+
morePopoverClose: string;
|
|
307
|
+
morePopoverBody: string;
|
|
308
|
+
morePopoverList: string;
|
|
309
|
+
morePopoverItem: string;
|
|
310
|
+
morePopoverItemColor: string;
|
|
311
|
+
morePopoverItemTitle: string;
|
|
312
|
+
morePopoverItemTime: string;
|
|
313
|
+
recurrenceDialog: string;
|
|
314
|
+
recurrenceDialogOverlay: string;
|
|
315
|
+
recurrenceDialogHeader: string;
|
|
316
|
+
recurrenceDialogTitle: string;
|
|
317
|
+
recurrenceDialogSummary: string;
|
|
318
|
+
recurrenceDialogSummaryRow: string;
|
|
319
|
+
recurrenceDialogSummaryLabel: string;
|
|
320
|
+
recurrenceDialogSummaryValue: string;
|
|
321
|
+
recurrenceDialogBody: string;
|
|
322
|
+
recurrenceDialogOption: string;
|
|
323
|
+
recurrenceDialogOptionSelected: string;
|
|
324
|
+
recurrenceDialogOptionLabel: string;
|
|
325
|
+
recurrenceDialogOptionDescription: string;
|
|
326
|
+
recurrenceDialogFooter: string;
|
|
327
|
+
recurrenceDialogCancelButton: string;
|
|
328
|
+
recurrenceDialogConfirmButton: string;
|
|
329
|
+
yearView: string;
|
|
330
|
+
miniMonth: string;
|
|
331
|
+
miniMonthFocused: string;
|
|
332
|
+
miniMonthHeader: string;
|
|
333
|
+
miniMonthGrid: string;
|
|
334
|
+
miniMonthWeekday: string;
|
|
335
|
+
miniMonthDay: string;
|
|
336
|
+
miniMonthDayDisabled: string;
|
|
337
|
+
miniMonthDayOther: string;
|
|
338
|
+
miniMonthDayToday: string;
|
|
339
|
+
miniMonthDayWeekend: string;
|
|
340
|
+
miniMonthDayHasEvents: string;
|
|
341
|
+
miniMonthDayIndicator: string;
|
|
342
|
+
miniMonthDaySelected: string;
|
|
343
|
+
miniMonthDayInRange: string;
|
|
344
|
+
miniMonthDayRangeStart: string;
|
|
345
|
+
miniMonthDayRangeEnd: string;
|
|
346
|
+
miniMonthDayFocused: string;
|
|
347
|
+
agendaView: string;
|
|
348
|
+
agendaDay: string;
|
|
349
|
+
agendaDayHeader: string;
|
|
350
|
+
agendaDayDate: string;
|
|
351
|
+
agendaDayWeekday: string;
|
|
352
|
+
agendaDayNumber: string;
|
|
353
|
+
agendaEvents: string;
|
|
354
|
+
agendaEvent: string;
|
|
355
|
+
agendaEventShellNone: string;
|
|
356
|
+
agendaEventTime: string;
|
|
357
|
+
agendaEventTitle: string;
|
|
358
|
+
agendaNoEvents: string;
|
|
359
|
+
agendaDayDescription: string;
|
|
360
|
+
agendaDayCount: string;
|
|
361
|
+
blockedInterval: string;
|
|
362
|
+
blockedIntervalStriped: string;
|
|
363
|
+
blockedIntervalLabel: string;
|
|
364
|
+
timelineView: string;
|
|
365
|
+
timelineViewDayGranularity: string;
|
|
366
|
+
timelineDayHeader: string;
|
|
367
|
+
timelineDayHeaderContent: string;
|
|
368
|
+
timelineDayHeaderDay: string;
|
|
369
|
+
timelineDayHeaderDate: string;
|
|
370
|
+
timelineHeader: string;
|
|
371
|
+
timelineHeaderArea: string;
|
|
372
|
+
timelineHeaderScroll: string;
|
|
373
|
+
timelineHeaderRow: string;
|
|
374
|
+
timelineHeaderCell: string;
|
|
375
|
+
timelineHeaderCellLabel: string;
|
|
376
|
+
timelineHeaderCellSecondary: string;
|
|
377
|
+
timelineBody: string;
|
|
378
|
+
timelineRow: string;
|
|
379
|
+
timelineRowGroup: string;
|
|
380
|
+
timelineGrid: string;
|
|
381
|
+
timelineGridArea: string;
|
|
382
|
+
timelineCell: string;
|
|
383
|
+
timelineCellFocused: string;
|
|
384
|
+
timelineCellsWrapper: string;
|
|
385
|
+
timelineCellsStrip: string;
|
|
386
|
+
timelineCellToday: string;
|
|
387
|
+
timelineCellWeekend: string;
|
|
388
|
+
timelineCellBusiness: string;
|
|
389
|
+
timelineEvents: string;
|
|
390
|
+
timelineEvent: string;
|
|
391
|
+
timelineEventShellNone: string;
|
|
392
|
+
timelineEventTitle: string;
|
|
393
|
+
timelineEventTime: string;
|
|
394
|
+
timelineEventContinuesBefore: string;
|
|
395
|
+
timelineEventContinuesAfter: string;
|
|
396
|
+
timelineNowIndicator: string;
|
|
397
|
+
timelineScrollContainer: string;
|
|
398
|
+
timelineOverflow: string;
|
|
399
|
+
timelineSlotWidthFixed: string;
|
|
400
|
+
timelineYearView: string;
|
|
401
|
+
timelineYearRow: string;
|
|
402
|
+
timelineYearRowCurrent: string;
|
|
403
|
+
timelineYearMonthLabel: string;
|
|
404
|
+
timelineYearEvents: string;
|
|
405
|
+
timelineYearEvent: string;
|
|
406
|
+
timelineYearEventTime: string;
|
|
407
|
+
timelineYearEventTitle: string;
|
|
408
|
+
timelineYearMore: string;
|
|
409
|
+
timelineResourceView: string;
|
|
410
|
+
timelineResourceArea: string;
|
|
411
|
+
timelineResourceRow: string;
|
|
412
|
+
timelineResourceRows: string;
|
|
413
|
+
timelineResourceCell: string;
|
|
414
|
+
timelineResourceEvents: string;
|
|
415
|
+
resourceAggregate: string;
|
|
416
|
+
resourceAggregateCount: string;
|
|
417
|
+
resourceAggregateFlag: string;
|
|
418
|
+
resourceAggregateFlagConflict: string;
|
|
419
|
+
resourceAggregateFlagCapacityNear: string;
|
|
420
|
+
resourceAggregateFlagCapacityFull: string;
|
|
421
|
+
resourceArea: string;
|
|
422
|
+
resourceAreaHeader: string;
|
|
423
|
+
resourceAreaBody: string;
|
|
424
|
+
resourceRow: string;
|
|
425
|
+
resourceRowExpanded: string;
|
|
426
|
+
resourceRowCollapsed: string;
|
|
427
|
+
resourceRowParent: string;
|
|
428
|
+
resourceRowChild: string;
|
|
429
|
+
resourceCell: string;
|
|
430
|
+
resourceCellContent: string;
|
|
431
|
+
resourceLabel: string;
|
|
432
|
+
resourceExpandIcon: string;
|
|
433
|
+
resourceExpandSpacer: string;
|
|
434
|
+
resourceFilter: string;
|
|
435
|
+
resourceFilterInput: string;
|
|
436
|
+
resourceColumn: string;
|
|
437
|
+
resourceColumns: string;
|
|
438
|
+
resourceColumnHeader: string;
|
|
439
|
+
resourceRowDragOver: string;
|
|
440
|
+
resourceRowDropTarget: string;
|
|
441
|
+
resourceRowSelected: string;
|
|
442
|
+
resourceTreeLine: string;
|
|
443
|
+
resourceDropIndicator: string;
|
|
444
|
+
resourceView: string;
|
|
445
|
+
resourceWeekView: string;
|
|
446
|
+
resourceBody: string;
|
|
447
|
+
resourceGrid: string;
|
|
448
|
+
resourceGutter: string;
|
|
449
|
+
resourceGutterSlot: string;
|
|
450
|
+
resourceSlots: string;
|
|
451
|
+
resourceSlot: string;
|
|
452
|
+
resourceSlotHalf: string;
|
|
453
|
+
resourceSuperColumn: string;
|
|
454
|
+
resourceDayColumn: string;
|
|
455
|
+
resourceDayHeaders: string;
|
|
456
|
+
resourceDayHeadersGroup: string;
|
|
457
|
+
resourceDayHeadersGutter: string;
|
|
458
|
+
resourceDayHeadersContent: string;
|
|
459
|
+
resourceDayHeader: string;
|
|
460
|
+
resourceDayHeaderDay: string;
|
|
461
|
+
resourceDayHeaderDate: string;
|
|
462
|
+
resourceHeader: string;
|
|
463
|
+
resourceHeaderGutter: string;
|
|
464
|
+
resourceHeaderCell: string;
|
|
465
|
+
resourceHeaderCellLeaf: string;
|
|
466
|
+
resourceHeaderCellParent: string;
|
|
467
|
+
resourceHeaderContent: string;
|
|
468
|
+
resourceHeaderTitle: string;
|
|
469
|
+
resourceRowsArea: string;
|
|
470
|
+
resourceAllday: string;
|
|
471
|
+
resourceAlldayGroup: string;
|
|
472
|
+
resourceAlldayGutter: string;
|
|
473
|
+
resourceAlldayContent: string;
|
|
474
|
+
resourceAlldayCell: string;
|
|
475
|
+
resourceScrollContainer: string;
|
|
476
|
+
resourceScrollContent: string;
|
|
477
|
+
resourceHeaderBand: string;
|
|
478
|
+
resourceMonthView: string;
|
|
479
|
+
resourceMonthBody: string;
|
|
480
|
+
resourceMonthColumn: string;
|
|
481
|
+
resourceMonthContent: string;
|
|
482
|
+
resourceMonthGutter: string;
|
|
483
|
+
resourceMonthWeekdays: string;
|
|
484
|
+
resourceMonthWeekdaysGroup: string;
|
|
485
|
+
resourceMonthWeekdaysGutter: string;
|
|
486
|
+
resourceMonthWeekdaysContent: string;
|
|
487
|
+
resourceMonthWeekday: string;
|
|
488
|
+
resourceMonthWeek: string;
|
|
489
|
+
resourceMonthWeekLabel: string;
|
|
490
|
+
resourceMonthDay: string;
|
|
491
|
+
resourceMonthDayNumber: string;
|
|
492
|
+
resourceMonthDayEvents: string;
|
|
493
|
+
resourceMonthMoreLink: string;
|
|
494
|
+
dateView: string;
|
|
495
|
+
dateDayView: string;
|
|
496
|
+
dateWeekView: string;
|
|
497
|
+
dateMonthView: string;
|
|
498
|
+
dateScrollContainer: string;
|
|
499
|
+
dateScrollContent: string;
|
|
500
|
+
dateHeaderBand: string;
|
|
501
|
+
dateBody: string;
|
|
502
|
+
dateColumns: string;
|
|
503
|
+
dateColumn: string;
|
|
504
|
+
dateSuperColumn: string;
|
|
505
|
+
dateGrid: string;
|
|
506
|
+
dateGutter: string;
|
|
507
|
+
dateGutterSlot: string;
|
|
508
|
+
dateSlots: string;
|
|
509
|
+
dateSlot: string;
|
|
510
|
+
dateSlotHalf: string;
|
|
511
|
+
dateDateHeader: string;
|
|
512
|
+
dateDateHeaderGutter: string;
|
|
513
|
+
dateDateHeaderCell: string;
|
|
514
|
+
dateDateHeaderContent: string;
|
|
515
|
+
dateDateHeaderDayname: string;
|
|
516
|
+
dateDateHeaderNumber: string;
|
|
517
|
+
dateResourceHeader: string;
|
|
518
|
+
dateResourceHeaderGroup: string;
|
|
519
|
+
dateResourceHeaderGutter: string;
|
|
520
|
+
dateResourceHeaderCell: string;
|
|
521
|
+
dateResourceHeaderContent: string;
|
|
522
|
+
dateResourceHeaderTitle: string;
|
|
523
|
+
dateAllday: string;
|
|
524
|
+
dateAlldayGroup: string;
|
|
525
|
+
dateAlldayGutter: string;
|
|
526
|
+
dateAlldayContent: string;
|
|
527
|
+
dateAlldayCell: string;
|
|
528
|
+
dateMonthBody: string;
|
|
529
|
+
dateMonthWeekdays: string;
|
|
530
|
+
dateMonthWeekday: string;
|
|
531
|
+
dateMonthWeek: string;
|
|
532
|
+
dateMonthDay: string;
|
|
533
|
+
dateMonthDayNumber: string;
|
|
534
|
+
dateMonthDayEvents: string;
|
|
535
|
+
dateMonthDayGroup: string;
|
|
536
|
+
dateMonthDayResources: string;
|
|
537
|
+
dateMonthMoreLink: string;
|
|
538
|
+
dateMonthResourceHeader: string;
|
|
539
|
+
dateMonthResourceHeaderGroup: string;
|
|
540
|
+
dateMonthResourceHeaderCell: string;
|
|
541
|
+
dateMonthResourceHeaderTitle: string;
|
|
542
|
+
adaptiveContainer: string;
|
|
543
|
+
adaptiveMobile: string;
|
|
544
|
+
adaptiveDesktop: string;
|
|
545
|
+
adaptiveSingle: string;
|
|
546
|
+
adaptiveContained: string;
|
|
547
|
+
adaptiveSidebar: string;
|
|
548
|
+
adaptiveSidebarOpen: string;
|
|
549
|
+
adaptiveSidebarLeft: string;
|
|
550
|
+
adaptiveSidebarRight: string;
|
|
551
|
+
adaptiveSidebarOverlay: string;
|
|
552
|
+
adaptiveSidebarHeader: string;
|
|
553
|
+
adaptiveSidebarBody: string;
|
|
554
|
+
adaptiveSidebarClose: string;
|
|
555
|
+
adaptiveBreadcrumb: string;
|
|
556
|
+
adaptiveBreadcrumbList: string;
|
|
557
|
+
adaptiveBreadcrumbItem: string;
|
|
558
|
+
adaptiveBreadcrumbItemWrapper: string;
|
|
559
|
+
adaptiveBreadcrumbSeparator: string;
|
|
560
|
+
adaptiveBreadcrumbCurrent: string;
|
|
561
|
+
adaptiveMenuButton: string;
|
|
562
|
+
adaptiveSecondaryToolbar: string;
|
|
563
|
+
adaptiveResourceSelected: string;
|
|
564
|
+
adaptiveSelectorWrapper: string;
|
|
565
|
+
adaptiveCheckIcon: string;
|
|
566
|
+
appointmentSlots: string;
|
|
567
|
+
appointmentSlot: string;
|
|
568
|
+
appointmentSlotAvailable: string;
|
|
569
|
+
appointmentSlotBooked: string;
|
|
570
|
+
appointmentSlotBlocked: string;
|
|
571
|
+
appointmentSlotTentative: string;
|
|
572
|
+
appointmentSlotCapacity: string;
|
|
573
|
+
appointmentSlotIndicator: string;
|
|
574
|
+
appointmentSlotIndicators: string;
|
|
575
|
+
appointmentSlotOverlay: string;
|
|
576
|
+
appointmentSlotGrid: string;
|
|
577
|
+
appointmentSlotSelected: string;
|
|
578
|
+
resourceCapacityIndicator: string;
|
|
579
|
+
resourceCapacityFull: string;
|
|
580
|
+
resourceCapacityNearFull: string;
|
|
581
|
+
resourceCapacityAvailable: string;
|
|
582
|
+
eventConflict: string;
|
|
583
|
+
eventDropPreviewInvalid: string;
|
|
584
|
+
resourceConstrained: string;
|
|
585
|
+
categoryLegend: string;
|
|
586
|
+
categoryLegendItem: string;
|
|
587
|
+
categoryLegendItemActive: string;
|
|
588
|
+
categoryLegendItemInactive: string;
|
|
589
|
+
categoryLegendColor: string;
|
|
590
|
+
categoryLegendIcon: string;
|
|
591
|
+
categoryLegendLabel: string;
|
|
592
|
+
categoryLegendCount: string;
|
|
593
|
+
categoryHover: string;
|
|
594
|
+
eventCategorized: string;
|
|
595
|
+
eventCategoryHovered: string;
|
|
596
|
+
eventCategoryIcon: string;
|
|
597
|
+
densityMinimal: string;
|
|
598
|
+
densityCompact: string;
|
|
599
|
+
densityStandard: string;
|
|
600
|
+
densityComfortable: string;
|
|
601
|
+
autoHeight: string;
|
|
602
|
+
autoHeightAnimated: string;
|
|
603
|
+
autoHeightExpanded: string;
|
|
604
|
+
autoHeightCollapsed: string;
|
|
605
|
+
stackingStack: string;
|
|
606
|
+
stackingExpand: string;
|
|
607
|
+
stackingCollapse: string;
|
|
608
|
+
eventStacked: string;
|
|
609
|
+
eventStackedFirst: string;
|
|
610
|
+
eventStackedLast: string;
|
|
611
|
+
overflowContainer: string;
|
|
612
|
+
overflowScroll: string;
|
|
613
|
+
overflowTooltip: string;
|
|
614
|
+
overflowIndicator: string;
|
|
615
|
+
cellExpanded: string;
|
|
616
|
+
cellCollapsed: string;
|
|
617
|
+
rowAutoHeight: string;
|
|
618
|
+
eventCompact: string;
|
|
619
|
+
eventComfortable: string;
|
|
620
|
+
printing: string;
|
|
621
|
+
printPageChromeActive: string;
|
|
622
|
+
printOrientationLandscape: string;
|
|
623
|
+
printOrientationPortrait: string;
|
|
624
|
+
printScaleCompact: string;
|
|
625
|
+
printScaleFit: string;
|
|
626
|
+
printPageChrome: string;
|
|
627
|
+
printPageChromeHeader: string;
|
|
628
|
+
printPageChromeBrand: string;
|
|
629
|
+
printPageChromeLogo: string;
|
|
630
|
+
printPageChromeLogoText: string;
|
|
631
|
+
printPageChromeTitle: string;
|
|
632
|
+
printPageChromeSubtitle: string;
|
|
633
|
+
printPageChromeMeta: string;
|
|
634
|
+
printPageChromeFooter: string;
|
|
635
|
+
printPageChromeFooterRight: string;
|
|
636
|
+
printPageNumber: string;
|
|
637
|
+
printActiveBody: string;
|
|
638
|
+
printAncestor: string;
|
|
639
|
+
printColor: string;
|
|
640
|
+
printHidden: string;
|
|
641
|
+
resourceColumnsModeAuto: string;
|
|
642
|
+
resourceColumnsModeFixed: string;
|
|
643
|
+
resourceColumnsModeMinmax: string;
|
|
644
|
+
resourceColumnsOverflow: string;
|
|
645
|
+
overlayTransition: string;
|
|
646
|
+
sidebarTransition: string;
|
|
647
|
+
};
|
|
648
|
+
declare const classes: {
|
|
649
|
+
root: string;
|
|
650
|
+
disabled: string;
|
|
651
|
+
selecting: string;
|
|
652
|
+
header: string;
|
|
653
|
+
headerLeft: string;
|
|
654
|
+
headerCenter: string;
|
|
655
|
+
headerRight: string;
|
|
656
|
+
title: string;
|
|
657
|
+
body: string;
|
|
658
|
+
loading: string;
|
|
659
|
+
navButton: string;
|
|
660
|
+
viewSwitcher: string;
|
|
661
|
+
viewButton: string;
|
|
662
|
+
scrollRail: string;
|
|
663
|
+
sidebar: string;
|
|
664
|
+
today: string;
|
|
665
|
+
weekend: string;
|
|
666
|
+
hierarchical: string;
|
|
667
|
+
monthView: string;
|
|
668
|
+
compactMode: string;
|
|
669
|
+
weekdays: string;
|
|
670
|
+
weekday: string;
|
|
671
|
+
weeks: string;
|
|
672
|
+
week: string;
|
|
673
|
+
weekNumber: string;
|
|
674
|
+
day: string;
|
|
675
|
+
dayFocused: string;
|
|
676
|
+
dayNumber: string;
|
|
677
|
+
dayEvents: string;
|
|
678
|
+
dayToday: string;
|
|
679
|
+
dayWeekend: string;
|
|
680
|
+
dayOtherMonth: string;
|
|
681
|
+
daySelected: string;
|
|
682
|
+
dayDisabled: string;
|
|
683
|
+
dayInRange: string;
|
|
684
|
+
dayRangeStart: string;
|
|
685
|
+
dayRangeEnd: string;
|
|
686
|
+
dayDropTarget: string;
|
|
687
|
+
moreLink: string;
|
|
688
|
+
weekHeader: string;
|
|
689
|
+
weekHeaderGutter: string;
|
|
690
|
+
timezoneLabel: string;
|
|
691
|
+
weekHeaderDays: string;
|
|
692
|
+
weekBody: string;
|
|
693
|
+
timeGrid: string;
|
|
694
|
+
timeGutter: string;
|
|
695
|
+
timeSlotLabel: string;
|
|
696
|
+
timeContent: string;
|
|
697
|
+
timeSlots: string;
|
|
698
|
+
timeSlot: string;
|
|
699
|
+
timeSlotHalf: string;
|
|
700
|
+
timeSlotFocused: string;
|
|
701
|
+
timeSlotBusiness: string;
|
|
702
|
+
timeSlotNonBusiness: string;
|
|
703
|
+
timeSlotBusinessStart: string;
|
|
704
|
+
timeSlotBusinessEnd: string;
|
|
705
|
+
timeSelection: string;
|
|
706
|
+
allDayRow: string;
|
|
707
|
+
allDayLabel: string;
|
|
708
|
+
allDayContent: string;
|
|
709
|
+
allDayCell: string;
|
|
710
|
+
dayColumns: string;
|
|
711
|
+
dayColumn: string;
|
|
712
|
+
dayColumnHeader: string;
|
|
713
|
+
dayColumnHeaderDay: string;
|
|
714
|
+
dayColumnHeaderDate: string;
|
|
715
|
+
dayColumnNonBusiness: string;
|
|
716
|
+
nowIndicator: string;
|
|
717
|
+
nowIndicatorDot: string;
|
|
718
|
+
nowIndicatorLabel: string;
|
|
719
|
+
nonBusinessOverlay: string;
|
|
720
|
+
event: string;
|
|
721
|
+
eventShellNone: string;
|
|
722
|
+
eventTimed: string;
|
|
723
|
+
eventAllday: string;
|
|
724
|
+
eventDot: string;
|
|
725
|
+
eventTitleWrap: string;
|
|
726
|
+
eventTitle: string;
|
|
727
|
+
eventTime: string;
|
|
728
|
+
eventPreview: string;
|
|
729
|
+
eventSelected: string;
|
|
730
|
+
eventContinuesBefore: string;
|
|
731
|
+
eventContinuesAfter: string;
|
|
732
|
+
eventDraggable: string;
|
|
733
|
+
eventDragging: string;
|
|
734
|
+
eventDraggingActive: string;
|
|
735
|
+
eventDragPreview: string;
|
|
736
|
+
eventDropPreview: string;
|
|
737
|
+
eventMultiDragging: string;
|
|
738
|
+
eventMultiDragPreview: string;
|
|
739
|
+
eventResizable: string;
|
|
740
|
+
eventResizing: string;
|
|
741
|
+
eventResizingActive: string;
|
|
742
|
+
eventResizeHandle: string;
|
|
743
|
+
eventResizeHandleTop: string;
|
|
744
|
+
eventResizeHandleBottom: string;
|
|
745
|
+
eventResizeTop: string;
|
|
746
|
+
eventResizeBottom: string;
|
|
747
|
+
eventResizeStart: string;
|
|
748
|
+
eventResizeEnd: string;
|
|
749
|
+
eventResizePreview: string;
|
|
750
|
+
eventSelectionEnabled: string;
|
|
751
|
+
eventSelectionToggle: string;
|
|
752
|
+
eventSelectionCheckbox: string;
|
|
753
|
+
selectionToolbar: string;
|
|
754
|
+
selectionToolbarCount: string;
|
|
755
|
+
selectionToolbarClear: string;
|
|
756
|
+
eventEditing: string;
|
|
757
|
+
eventEditInput: string;
|
|
758
|
+
eventPopover: string;
|
|
759
|
+
eventPopoverHeader: string;
|
|
760
|
+
eventPopoverTitle: string;
|
|
761
|
+
eventPopoverBody: string;
|
|
762
|
+
eventPopoverTime: string;
|
|
763
|
+
eventPopoverDate: string;
|
|
764
|
+
eventPopoverDescription: string;
|
|
765
|
+
eventPopoverLocation: string;
|
|
766
|
+
eventPopoverDuration: string;
|
|
767
|
+
eventPopoverResource: string;
|
|
768
|
+
eventPopoverDragActive: string;
|
|
769
|
+
quickInfo: string;
|
|
770
|
+
quickInfoHeader: string;
|
|
771
|
+
quickInfoTitle: string;
|
|
772
|
+
quickInfoBody: string;
|
|
773
|
+
quickInfoTime: string;
|
|
774
|
+
quickInfoDescription: string;
|
|
775
|
+
quickInfoLocation: string;
|
|
776
|
+
quickInfoResource: string;
|
|
777
|
+
quickInfoFooter: string;
|
|
778
|
+
quickInfoActions: string;
|
|
779
|
+
quickInfoEditButton: string;
|
|
780
|
+
quickInfoDeleteButton: string;
|
|
781
|
+
quickInfoCloseButton: string;
|
|
782
|
+
morePopover: string;
|
|
783
|
+
morePopoverHeader: string;
|
|
784
|
+
morePopoverTitle: string;
|
|
785
|
+
morePopoverClose: string;
|
|
786
|
+
morePopoverBody: string;
|
|
787
|
+
morePopoverList: string;
|
|
788
|
+
morePopoverItem: string;
|
|
789
|
+
morePopoverItemColor: string;
|
|
790
|
+
morePopoverItemTitle: string;
|
|
791
|
+
morePopoverItemTime: string;
|
|
792
|
+
recurrenceDialog: string;
|
|
793
|
+
recurrenceDialogOverlay: string;
|
|
794
|
+
recurrenceDialogHeader: string;
|
|
795
|
+
recurrenceDialogTitle: string;
|
|
796
|
+
recurrenceDialogSummary: string;
|
|
797
|
+
recurrenceDialogSummaryRow: string;
|
|
798
|
+
recurrenceDialogSummaryLabel: string;
|
|
799
|
+
recurrenceDialogSummaryValue: string;
|
|
800
|
+
recurrenceDialogBody: string;
|
|
801
|
+
recurrenceDialogOption: string;
|
|
802
|
+
recurrenceDialogOptionSelected: string;
|
|
803
|
+
recurrenceDialogOptionLabel: string;
|
|
804
|
+
recurrenceDialogOptionDescription: string;
|
|
805
|
+
recurrenceDialogFooter: string;
|
|
806
|
+
recurrenceDialogCancelButton: string;
|
|
807
|
+
recurrenceDialogConfirmButton: string;
|
|
808
|
+
yearView: string;
|
|
809
|
+
miniMonth: string;
|
|
810
|
+
miniMonthFocused: string;
|
|
811
|
+
miniMonthHeader: string;
|
|
812
|
+
miniMonthGrid: string;
|
|
813
|
+
miniMonthWeekday: string;
|
|
814
|
+
miniMonthDay: string;
|
|
815
|
+
miniMonthDayDisabled: string;
|
|
816
|
+
miniMonthDayOther: string;
|
|
817
|
+
miniMonthDayToday: string;
|
|
818
|
+
miniMonthDayWeekend: string;
|
|
819
|
+
miniMonthDayHasEvents: string;
|
|
820
|
+
miniMonthDayIndicator: string;
|
|
821
|
+
miniMonthDaySelected: string;
|
|
822
|
+
miniMonthDayInRange: string;
|
|
823
|
+
miniMonthDayRangeStart: string;
|
|
824
|
+
miniMonthDayRangeEnd: string;
|
|
825
|
+
miniMonthDayFocused: string;
|
|
826
|
+
agendaView: string;
|
|
827
|
+
agendaDay: string;
|
|
828
|
+
agendaDayHeader: string;
|
|
829
|
+
agendaDayDate: string;
|
|
830
|
+
agendaDayWeekday: string;
|
|
831
|
+
agendaDayNumber: string;
|
|
832
|
+
agendaEvents: string;
|
|
833
|
+
agendaEvent: string;
|
|
834
|
+
agendaEventShellNone: string;
|
|
835
|
+
agendaEventTime: string;
|
|
836
|
+
agendaEventTitle: string;
|
|
837
|
+
agendaNoEvents: string;
|
|
838
|
+
agendaDayDescription: string;
|
|
839
|
+
agendaDayCount: string;
|
|
840
|
+
blockedInterval: string;
|
|
841
|
+
blockedIntervalStriped: string;
|
|
842
|
+
blockedIntervalLabel: string;
|
|
843
|
+
timelineView: string;
|
|
844
|
+
timelineViewDayGranularity: string;
|
|
845
|
+
timelineDayHeader: string;
|
|
846
|
+
timelineDayHeaderContent: string;
|
|
847
|
+
timelineDayHeaderDay: string;
|
|
848
|
+
timelineDayHeaderDate: string;
|
|
849
|
+
timelineHeader: string;
|
|
850
|
+
timelineHeaderArea: string;
|
|
851
|
+
timelineHeaderScroll: string;
|
|
852
|
+
timelineHeaderRow: string;
|
|
853
|
+
timelineHeaderCell: string;
|
|
854
|
+
timelineHeaderCellLabel: string;
|
|
855
|
+
timelineHeaderCellSecondary: string;
|
|
856
|
+
timelineBody: string;
|
|
857
|
+
timelineRow: string;
|
|
858
|
+
timelineRowGroup: string;
|
|
859
|
+
timelineGrid: string;
|
|
860
|
+
timelineGridArea: string;
|
|
861
|
+
timelineCell: string;
|
|
862
|
+
timelineCellFocused: string;
|
|
863
|
+
timelineCellsWrapper: string;
|
|
864
|
+
timelineCellsStrip: string;
|
|
865
|
+
timelineCellToday: string;
|
|
866
|
+
timelineCellWeekend: string;
|
|
867
|
+
timelineCellBusiness: string;
|
|
868
|
+
timelineEvents: string;
|
|
869
|
+
timelineEvent: string;
|
|
870
|
+
timelineEventShellNone: string;
|
|
871
|
+
timelineEventTitle: string;
|
|
872
|
+
timelineEventTime: string;
|
|
873
|
+
timelineEventContinuesBefore: string;
|
|
874
|
+
timelineEventContinuesAfter: string;
|
|
875
|
+
timelineNowIndicator: string;
|
|
876
|
+
timelineScrollContainer: string;
|
|
877
|
+
timelineOverflow: string;
|
|
878
|
+
timelineSlotWidthFixed: string;
|
|
879
|
+
timelineYearView: string;
|
|
880
|
+
timelineYearRow: string;
|
|
881
|
+
timelineYearRowCurrent: string;
|
|
882
|
+
timelineYearMonthLabel: string;
|
|
883
|
+
timelineYearEvents: string;
|
|
884
|
+
timelineYearEvent: string;
|
|
885
|
+
timelineYearEventTime: string;
|
|
886
|
+
timelineYearEventTitle: string;
|
|
887
|
+
timelineYearMore: string;
|
|
888
|
+
timelineResourceView: string;
|
|
889
|
+
timelineResourceArea: string;
|
|
890
|
+
timelineResourceRow: string;
|
|
891
|
+
timelineResourceRows: string;
|
|
892
|
+
timelineResourceCell: string;
|
|
893
|
+
timelineResourceEvents: string;
|
|
894
|
+
resourceAggregate: string;
|
|
895
|
+
resourceAggregateCount: string;
|
|
896
|
+
resourceAggregateFlag: string;
|
|
897
|
+
resourceAggregateFlagConflict: string;
|
|
898
|
+
resourceAggregateFlagCapacityNear: string;
|
|
899
|
+
resourceAggregateFlagCapacityFull: string;
|
|
900
|
+
resourceArea: string;
|
|
901
|
+
resourceAreaHeader: string;
|
|
902
|
+
resourceAreaBody: string;
|
|
903
|
+
resourceRow: string;
|
|
904
|
+
resourceRowExpanded: string;
|
|
905
|
+
resourceRowCollapsed: string;
|
|
906
|
+
resourceRowParent: string;
|
|
907
|
+
resourceRowChild: string;
|
|
908
|
+
resourceCell: string;
|
|
909
|
+
resourceCellContent: string;
|
|
910
|
+
resourceLabel: string;
|
|
911
|
+
resourceExpandIcon: string;
|
|
912
|
+
resourceExpandSpacer: string;
|
|
913
|
+
resourceFilter: string;
|
|
914
|
+
resourceFilterInput: string;
|
|
915
|
+
resourceColumn: string;
|
|
916
|
+
resourceColumns: string;
|
|
917
|
+
resourceColumnHeader: string;
|
|
918
|
+
resourceRowDragOver: string;
|
|
919
|
+
resourceRowDropTarget: string;
|
|
920
|
+
resourceRowSelected: string;
|
|
921
|
+
resourceTreeLine: string;
|
|
922
|
+
resourceDropIndicator: string;
|
|
923
|
+
resourceView: string;
|
|
924
|
+
resourceWeekView: string;
|
|
925
|
+
resourceBody: string;
|
|
926
|
+
resourceGrid: string;
|
|
927
|
+
resourceGutter: string;
|
|
928
|
+
resourceGutterSlot: string;
|
|
929
|
+
resourceSlots: string;
|
|
930
|
+
resourceSlot: string;
|
|
931
|
+
resourceSlotHalf: string;
|
|
932
|
+
resourceSuperColumn: string;
|
|
933
|
+
resourceDayColumn: string;
|
|
934
|
+
resourceDayHeaders: string;
|
|
935
|
+
resourceDayHeadersGroup: string;
|
|
936
|
+
resourceDayHeadersGutter: string;
|
|
937
|
+
resourceDayHeadersContent: string;
|
|
938
|
+
resourceDayHeader: string;
|
|
939
|
+
resourceDayHeaderDay: string;
|
|
940
|
+
resourceDayHeaderDate: string;
|
|
941
|
+
resourceHeader: string;
|
|
942
|
+
resourceHeaderGutter: string;
|
|
943
|
+
resourceHeaderCell: string;
|
|
944
|
+
resourceHeaderCellLeaf: string;
|
|
945
|
+
resourceHeaderCellParent: string;
|
|
946
|
+
resourceHeaderContent: string;
|
|
947
|
+
resourceHeaderTitle: string;
|
|
948
|
+
resourceRowsArea: string;
|
|
949
|
+
resourceAllday: string;
|
|
950
|
+
resourceAlldayGroup: string;
|
|
951
|
+
resourceAlldayGutter: string;
|
|
952
|
+
resourceAlldayContent: string;
|
|
953
|
+
resourceAlldayCell: string;
|
|
954
|
+
resourceScrollContainer: string;
|
|
955
|
+
resourceScrollContent: string;
|
|
956
|
+
resourceHeaderBand: string;
|
|
957
|
+
resourceMonthView: string;
|
|
958
|
+
resourceMonthBody: string;
|
|
959
|
+
resourceMonthColumn: string;
|
|
960
|
+
resourceMonthContent: string;
|
|
961
|
+
resourceMonthGutter: string;
|
|
962
|
+
resourceMonthWeekdays: string;
|
|
963
|
+
resourceMonthWeekdaysGroup: string;
|
|
964
|
+
resourceMonthWeekdaysGutter: string;
|
|
965
|
+
resourceMonthWeekdaysContent: string;
|
|
966
|
+
resourceMonthWeekday: string;
|
|
967
|
+
resourceMonthWeek: string;
|
|
968
|
+
resourceMonthWeekLabel: string;
|
|
969
|
+
resourceMonthDay: string;
|
|
970
|
+
resourceMonthDayNumber: string;
|
|
971
|
+
resourceMonthDayEvents: string;
|
|
972
|
+
resourceMonthMoreLink: string;
|
|
973
|
+
dateView: string;
|
|
974
|
+
dateDayView: string;
|
|
975
|
+
dateWeekView: string;
|
|
976
|
+
dateMonthView: string;
|
|
977
|
+
dateScrollContainer: string;
|
|
978
|
+
dateScrollContent: string;
|
|
979
|
+
dateHeaderBand: string;
|
|
980
|
+
dateBody: string;
|
|
981
|
+
dateColumns: string;
|
|
982
|
+
dateColumn: string;
|
|
983
|
+
dateSuperColumn: string;
|
|
984
|
+
dateGrid: string;
|
|
985
|
+
dateGutter: string;
|
|
986
|
+
dateGutterSlot: string;
|
|
987
|
+
dateSlots: string;
|
|
988
|
+
dateSlot: string;
|
|
989
|
+
dateSlotHalf: string;
|
|
990
|
+
dateDateHeader: string;
|
|
991
|
+
dateDateHeaderGutter: string;
|
|
992
|
+
dateDateHeaderCell: string;
|
|
993
|
+
dateDateHeaderContent: string;
|
|
994
|
+
dateDateHeaderDayname: string;
|
|
995
|
+
dateDateHeaderNumber: string;
|
|
996
|
+
dateResourceHeader: string;
|
|
997
|
+
dateResourceHeaderGroup: string;
|
|
998
|
+
dateResourceHeaderGutter: string;
|
|
999
|
+
dateResourceHeaderCell: string;
|
|
1000
|
+
dateResourceHeaderContent: string;
|
|
1001
|
+
dateResourceHeaderTitle: string;
|
|
1002
|
+
dateAllday: string;
|
|
1003
|
+
dateAlldayGroup: string;
|
|
1004
|
+
dateAlldayGutter: string;
|
|
1005
|
+
dateAlldayContent: string;
|
|
1006
|
+
dateAlldayCell: string;
|
|
1007
|
+
dateMonthBody: string;
|
|
1008
|
+
dateMonthWeekdays: string;
|
|
1009
|
+
dateMonthWeekday: string;
|
|
1010
|
+
dateMonthWeek: string;
|
|
1011
|
+
dateMonthDay: string;
|
|
1012
|
+
dateMonthDayNumber: string;
|
|
1013
|
+
dateMonthDayEvents: string;
|
|
1014
|
+
dateMonthDayGroup: string;
|
|
1015
|
+
dateMonthDayResources: string;
|
|
1016
|
+
dateMonthMoreLink: string;
|
|
1017
|
+
dateMonthResourceHeader: string;
|
|
1018
|
+
dateMonthResourceHeaderGroup: string;
|
|
1019
|
+
dateMonthResourceHeaderCell: string;
|
|
1020
|
+
dateMonthResourceHeaderTitle: string;
|
|
1021
|
+
adaptiveContainer: string;
|
|
1022
|
+
adaptiveMobile: string;
|
|
1023
|
+
adaptiveDesktop: string;
|
|
1024
|
+
adaptiveSingle: string;
|
|
1025
|
+
adaptiveContained: string;
|
|
1026
|
+
adaptiveSidebar: string;
|
|
1027
|
+
adaptiveSidebarOpen: string;
|
|
1028
|
+
adaptiveSidebarLeft: string;
|
|
1029
|
+
adaptiveSidebarRight: string;
|
|
1030
|
+
adaptiveSidebarOverlay: string;
|
|
1031
|
+
adaptiveSidebarHeader: string;
|
|
1032
|
+
adaptiveSidebarBody: string;
|
|
1033
|
+
adaptiveSidebarClose: string;
|
|
1034
|
+
adaptiveBreadcrumb: string;
|
|
1035
|
+
adaptiveBreadcrumbList: string;
|
|
1036
|
+
adaptiveBreadcrumbItem: string;
|
|
1037
|
+
adaptiveBreadcrumbItemWrapper: string;
|
|
1038
|
+
adaptiveBreadcrumbSeparator: string;
|
|
1039
|
+
adaptiveBreadcrumbCurrent: string;
|
|
1040
|
+
adaptiveMenuButton: string;
|
|
1041
|
+
adaptiveSecondaryToolbar: string;
|
|
1042
|
+
adaptiveResourceSelected: string;
|
|
1043
|
+
adaptiveSelectorWrapper: string;
|
|
1044
|
+
adaptiveCheckIcon: string;
|
|
1045
|
+
appointmentSlots: string;
|
|
1046
|
+
appointmentSlot: string;
|
|
1047
|
+
appointmentSlotAvailable: string;
|
|
1048
|
+
appointmentSlotBooked: string;
|
|
1049
|
+
appointmentSlotBlocked: string;
|
|
1050
|
+
appointmentSlotTentative: string;
|
|
1051
|
+
appointmentSlotCapacity: string;
|
|
1052
|
+
appointmentSlotIndicator: string;
|
|
1053
|
+
appointmentSlotIndicators: string;
|
|
1054
|
+
appointmentSlotOverlay: string;
|
|
1055
|
+
appointmentSlotGrid: string;
|
|
1056
|
+
appointmentSlotSelected: string;
|
|
1057
|
+
resourceCapacityIndicator: string;
|
|
1058
|
+
resourceCapacityFull: string;
|
|
1059
|
+
resourceCapacityNearFull: string;
|
|
1060
|
+
resourceCapacityAvailable: string;
|
|
1061
|
+
eventConflict: string;
|
|
1062
|
+
eventDropPreviewInvalid: string;
|
|
1063
|
+
resourceConstrained: string;
|
|
1064
|
+
categoryLegend: string;
|
|
1065
|
+
categoryLegendItem: string;
|
|
1066
|
+
categoryLegendItemActive: string;
|
|
1067
|
+
categoryLegendItemInactive: string;
|
|
1068
|
+
categoryLegendColor: string;
|
|
1069
|
+
categoryLegendIcon: string;
|
|
1070
|
+
categoryLegendLabel: string;
|
|
1071
|
+
categoryLegendCount: string;
|
|
1072
|
+
categoryHover: string;
|
|
1073
|
+
eventCategorized: string;
|
|
1074
|
+
eventCategoryHovered: string;
|
|
1075
|
+
eventCategoryIcon: string;
|
|
1076
|
+
densityMinimal: string;
|
|
1077
|
+
densityCompact: string;
|
|
1078
|
+
densityStandard: string;
|
|
1079
|
+
densityComfortable: string;
|
|
1080
|
+
autoHeight: string;
|
|
1081
|
+
autoHeightAnimated: string;
|
|
1082
|
+
autoHeightExpanded: string;
|
|
1083
|
+
autoHeightCollapsed: string;
|
|
1084
|
+
stackingStack: string;
|
|
1085
|
+
stackingExpand: string;
|
|
1086
|
+
stackingCollapse: string;
|
|
1087
|
+
eventStacked: string;
|
|
1088
|
+
eventStackedFirst: string;
|
|
1089
|
+
eventStackedLast: string;
|
|
1090
|
+
overflowContainer: string;
|
|
1091
|
+
overflowScroll: string;
|
|
1092
|
+
overflowTooltip: string;
|
|
1093
|
+
overflowIndicator: string;
|
|
1094
|
+
cellExpanded: string;
|
|
1095
|
+
cellCollapsed: string;
|
|
1096
|
+
rowAutoHeight: string;
|
|
1097
|
+
eventCompact: string;
|
|
1098
|
+
eventComfortable: string;
|
|
1099
|
+
printing: string;
|
|
1100
|
+
printPageChromeActive: string;
|
|
1101
|
+
printOrientationLandscape: string;
|
|
1102
|
+
printOrientationPortrait: string;
|
|
1103
|
+
printScaleCompact: string;
|
|
1104
|
+
printScaleFit: string;
|
|
1105
|
+
printPageChrome: string;
|
|
1106
|
+
printPageChromeHeader: string;
|
|
1107
|
+
printPageChromeBrand: string;
|
|
1108
|
+
printPageChromeLogo: string;
|
|
1109
|
+
printPageChromeLogoText: string;
|
|
1110
|
+
printPageChromeTitle: string;
|
|
1111
|
+
printPageChromeSubtitle: string;
|
|
1112
|
+
printPageChromeMeta: string;
|
|
1113
|
+
printPageChromeFooter: string;
|
|
1114
|
+
printPageChromeFooterRight: string;
|
|
1115
|
+
printPageNumber: string;
|
|
1116
|
+
printActiveBody: string;
|
|
1117
|
+
printAncestor: string;
|
|
1118
|
+
printColor: string;
|
|
1119
|
+
printHidden: string;
|
|
1120
|
+
resourceColumnsModeAuto: string;
|
|
1121
|
+
resourceColumnsModeFixed: string;
|
|
1122
|
+
resourceColumnsModeMinmax: string;
|
|
1123
|
+
resourceColumnsOverflow: string;
|
|
1124
|
+
overlayTransition: string;
|
|
1125
|
+
sidebarTransition: string;
|
|
1126
|
+
};
|
|
1127
|
+
|
|
1128
|
+
export { type SchedulerPropKey, classes, createScheduler, defaultSchedulerRefs, defaultSchedulerState, getSchedulerDefaultProp, resolveSchedulerProps, schedulerClasses, schedulerDefaultFactoryKeys, schedulerDefaultProps, schedulerPropKeys };
|