@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
|
@@ -0,0 +1,494 @@
|
|
|
1
|
+
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';
|
|
2
|
+
import { SchedulerText } from '@primeui/scheduler-types/locale';
|
|
3
|
+
export { SchedulerText } from '@primeui/scheduler-types/locale';
|
|
4
|
+
import { BusinessHoursConfig, SchedulerViewType, SchedulerEvent, EventConstraint, EventAllowCallback, BusinessHours, BlockedIntervalsOptions, SelectConstraintConfig, SelectAllowCallback, TimeFormatOptions, BlockedInterval, ExpandedBlockedInterval, ConflictOptions, SchedulerResource, ConflictInfo, ResourceCapacityInfo, CategoryOptions, EventCategory, ExportOptions, ExportResult, CsvExportOptions, ICalExportOptions, JsonExportOptions, PdfExportOptions, PdfExportAdapter, XlsxExportOptions, XlsxExportAdapter, ImportMergeOptions, ImportResult, ImportValidationIssue, ImportValidationReport, CsvImportOptions, ICalImportOptions, JsonImportOptions, ImportMergePreview, AdaptiveRenderingOptions, AutoHeightOptions, StackingOptions, DensityMode, DensityConfig, CellRenderingInfo, AdaptiveRenderingState, StackingMode, DateRange, SchedulerCalendarMode, SchedulerDateSelectPayload, EventSlotDensity } from '@primeui/scheduler-types/scheduler';
|
|
5
|
+
import { S as SchedulerCalendarDisplayConfigInput } from '../display-format-CLVvRt4I.mjs';
|
|
6
|
+
export { D as DEFAULT_DATE_DISPLAY_OPTIONS, a as DEFAULT_DISPLAY_OPTIONS, b as DEFAULT_TIME_FORMAT_OPTIONS, c as SchedulerCalendarDisplayConfig, 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';
|
|
7
|
+
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';
|
|
8
|
+
import { P as ParsedEvent } from '../event.utils-QSNdd-3W.mjs';
|
|
9
|
+
import { ResourceTimelineOverlapPolicy } from '@primeui/scheduler-types/resource-runtime';
|
|
10
|
+
export { ResourceTimelineOverlapPolicy } from '@primeui/scheduler-types/resource-runtime';
|
|
11
|
+
import { SchedulerResource as SchedulerResource$1 } from '@primeui/scheduler-types/resource';
|
|
12
|
+
import { WeekNumbering } from '@primeui/scheduler-types/date';
|
|
13
|
+
export { WeekNumbering } from '@primeui/scheduler-types/date';
|
|
14
|
+
import { e as SelectionState } from '../selection-CO_98HdS.mjs';
|
|
15
|
+
export { S as SchedulerEventSurfaceCategory, a as SchedulerEventSurfaceContext, b as SchedulerEventSurfaceOptions, g as getSchedulerEventSurfaceStyle, r as resolveSchedulerEventSurfaceColor } from '../event-surface-_R_LHD95.mjs';
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Timezone utilities for calendar
|
|
19
|
+
*
|
|
20
|
+
* Uses native Intl.DateTimeFormat for timezone conversion and formatting.
|
|
21
|
+
* This avoids external dependencies while providing full timezone support.
|
|
22
|
+
*/
|
|
23
|
+
interface TimezoneInfo {
|
|
24
|
+
id: string;
|
|
25
|
+
offset: number;
|
|
26
|
+
offsetString: string;
|
|
27
|
+
name: string;
|
|
28
|
+
abbreviation: string;
|
|
29
|
+
}
|
|
30
|
+
declare function isValidTimezone(timezone: string): boolean;
|
|
31
|
+
declare function getLocalTimezone(): string;
|
|
32
|
+
declare function getTimezoneOffset(date: Date, timezone: string): number;
|
|
33
|
+
declare function getTimezoneOffsetString(date: Date, timezone: string): string;
|
|
34
|
+
declare function getTimezoneAbbreviation(date: Date, timezone: string): string;
|
|
35
|
+
declare function getTimezoneName(date: Date, timezone: string, style?: 'short' | 'long'): string;
|
|
36
|
+
declare function getTimezoneInfo(date: Date, timezone: string): TimezoneInfo;
|
|
37
|
+
declare function formatInTimezone(date: Date, timezone: string, options?: Intl.DateTimeFormatOptions): string;
|
|
38
|
+
declare function formatTimeInTimezone(date: Date, timezone: string, locale?: string): string;
|
|
39
|
+
declare function formatDateInTimezone(date: Date, timezone: string, locale?: string): string;
|
|
40
|
+
declare function formatDateTimeInTimezone(date: Date, timezone: string, locale?: string): string;
|
|
41
|
+
declare function toTimezone(date: Date, fromTimezone: string, toTimezone: string): Date;
|
|
42
|
+
declare function toUTC(date: Date, timezone: string): Date;
|
|
43
|
+
declare function fromUTC(date: Date, timezone: string): Date;
|
|
44
|
+
declare function toLocalTimezone(date: Date, fromTimezone: string): Date;
|
|
45
|
+
declare function fromLocalTimezone(date: Date, targetTimezone: string): Date;
|
|
46
|
+
declare function getDatePartsInTimezone(date: Date, timezone: string): {
|
|
47
|
+
year: number;
|
|
48
|
+
month: number;
|
|
49
|
+
day: number;
|
|
50
|
+
hour: number;
|
|
51
|
+
minute: number;
|
|
52
|
+
second: number;
|
|
53
|
+
dayOfWeek: number;
|
|
54
|
+
};
|
|
55
|
+
declare function createDateInTimezone(timezone: string, year: number, month: number, day: number, hour?: number, minute?: number, second?: number): Date;
|
|
56
|
+
declare function isSameDayInTimezone(d1: Date, d2: Date, timezone: string): boolean;
|
|
57
|
+
declare function isTodayInTimezone(date: Date, timezone: string): boolean;
|
|
58
|
+
declare function startOfDayInTimezone(date: Date, timezone: string): Date;
|
|
59
|
+
declare function endOfDayInTimezone(date: Date, timezone: string): Date;
|
|
60
|
+
declare function convertEventToDisplayTimezone<T extends {
|
|
61
|
+
start: Date;
|
|
62
|
+
end: Date;
|
|
63
|
+
timezone?: string;
|
|
64
|
+
durationMinutes?: number;
|
|
65
|
+
isMultiDay?: boolean;
|
|
66
|
+
spanDays?: number;
|
|
67
|
+
}>(event: T, schedulerTimezone: string): T;
|
|
68
|
+
declare function convertEventsToTimezone<T extends {
|
|
69
|
+
start: Date;
|
|
70
|
+
end: Date;
|
|
71
|
+
timezone?: string;
|
|
72
|
+
durationMinutes?: number;
|
|
73
|
+
isMultiDay?: boolean;
|
|
74
|
+
spanDays?: number;
|
|
75
|
+
}>(events: T[], schedulerTimezone: string | undefined): T[];
|
|
76
|
+
declare function getTimezoneDisplayLabel(timezone: string | undefined, displayTimezone?: string): string | null;
|
|
77
|
+
declare const COMMON_TIMEZONES: string[];
|
|
78
|
+
declare function getCommonTimezones(): TimezoneInfo[];
|
|
79
|
+
declare function parseISOWithTimezone(isoString: string): {
|
|
80
|
+
date: Date;
|
|
81
|
+
timezone: string | null;
|
|
82
|
+
};
|
|
83
|
+
declare function toISOWithTimezone(date: Date, timezone: string): string;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Locale utilities for Scheduler internationalization
|
|
87
|
+
*
|
|
88
|
+
* Provides Scheduler UI text, direction, and week-start defaults.
|
|
89
|
+
* Date/time formatting and calendar systems use native Intl.DateTimeFormat (see date.ts).
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
interface SchedulerLocaleConfig {
|
|
93
|
+
code: string;
|
|
94
|
+
text: SchedulerText;
|
|
95
|
+
rtl: boolean;
|
|
96
|
+
firstDayOfWeek: number;
|
|
97
|
+
}
|
|
98
|
+
type LocaleRegistryEntry = Partial<Omit<SchedulerLocaleConfig, 'text'>> & {
|
|
99
|
+
text?: Partial<SchedulerText>;
|
|
100
|
+
};
|
|
101
|
+
declare function getLocaleConfig(locale: string): SchedulerLocaleConfig;
|
|
102
|
+
declare function getSchedulerText(locale: string): SchedulerText;
|
|
103
|
+
declare function resolveSchedulerText(locale: string, overrides?: Partial<SchedulerText>): SchedulerText;
|
|
104
|
+
declare function isRTL(locale: string): boolean;
|
|
105
|
+
declare function getDefaultFirstDayOfWeek(locale: string): number;
|
|
106
|
+
declare function registerLocale(code: string, config: LocaleRegistryEntry): void;
|
|
107
|
+
declare function getAvailableLocales(): string[];
|
|
108
|
+
declare const defaultSchedulerText: SchedulerText;
|
|
109
|
+
|
|
110
|
+
declare const DEFAULT_BUSINESS_HOURS: BusinessHoursConfig;
|
|
111
|
+
declare function normalizeBusinessHours(businessHours: BusinessHours): BusinessHoursConfig[];
|
|
112
|
+
declare function isWithinBusinessHours(date: Date, businessHours: BusinessHours): boolean;
|
|
113
|
+
declare function isRangeWithinBusinessHours(start: Date, end: Date, businessHours: BusinessHours): boolean;
|
|
114
|
+
declare function isTimeSlotInBusinessHours(date: Date, slotDuration: number, businessHours: BusinessHours): boolean;
|
|
115
|
+
declare function getBusinessHoursForDay(dayOfWeek: number, businessHours: BusinessHours): {
|
|
116
|
+
start: string;
|
|
117
|
+
end: string;
|
|
118
|
+
} | null;
|
|
119
|
+
declare function isDateWithinConstraint(date: Date, constraint: SelectConstraintConfig | undefined): boolean;
|
|
120
|
+
declare function canSelect(start: Date, end: Date, allDay: boolean, view: SchedulerViewType, selectConstraint: SelectConstraintConfig | undefined, selectAllow: SelectAllowCallback | undefined): boolean;
|
|
121
|
+
declare function canDropEvent(start: Date, end: Date, allDay: boolean, view: SchedulerViewType, event: SchedulerEvent, eventConstraint: EventConstraint | undefined, eventAllow: EventAllowCallback | undefined, businessHours: BusinessHours, blockedIntervals?: BlockedIntervalsOptions, resourceId?: string | number): boolean;
|
|
122
|
+
interface TimeSlotBusinessHoursInfo {
|
|
123
|
+
isBusinessHour: boolean;
|
|
124
|
+
isBusinessStart: boolean;
|
|
125
|
+
isBusinessEnd: boolean;
|
|
126
|
+
}
|
|
127
|
+
declare function getTimeSlotBusinessHoursInfo(date: Date, slotDuration: number, businessHours: BusinessHours): TimeSlotBusinessHoursInfo;
|
|
128
|
+
|
|
129
|
+
interface BlockedIntervalDisplayOptions extends SchedulerCalendarDisplayConfigInput {
|
|
130
|
+
referenceDate?: Date;
|
|
131
|
+
timeFormat?: TimeFormatOptions;
|
|
132
|
+
dateOptions?: Intl.DateTimeFormatOptions;
|
|
133
|
+
includeDate?: boolean;
|
|
134
|
+
}
|
|
135
|
+
interface BlockedIntervalDisplayLabels {
|
|
136
|
+
titleLabel: string;
|
|
137
|
+
dateLabel: string;
|
|
138
|
+
timeRangeLabel: string;
|
|
139
|
+
summaryLabel: string;
|
|
140
|
+
ariaLabel: string;
|
|
141
|
+
}
|
|
142
|
+
declare function getBlockedIntervalDisplayLabels(interval: BlockedInterval | ExpandedBlockedInterval, options?: BlockedIntervalDisplayOptions): BlockedIntervalDisplayLabels;
|
|
143
|
+
declare function expandBlockedInterval(interval: BlockedInterval, rangeStart: Date, rangeEnd: Date, maxOccurrences?: number): ExpandedBlockedInterval[];
|
|
144
|
+
declare function getExpandedBlockedIntervals(options: BlockedIntervalsOptions | undefined, rangeStart: Date, rangeEnd: Date): ExpandedBlockedInterval[];
|
|
145
|
+
declare function getBlockedIntervalsForDay(options: BlockedIntervalsOptions | undefined, date: Date, resourceId?: string | number): ExpandedBlockedInterval[];
|
|
146
|
+
declare function isTimeWithinBlockedInterval(date: Date, options: BlockedIntervalsOptions | undefined, resourceId?: string | number): boolean;
|
|
147
|
+
declare function isRangeWithinBlockedInterval(start: Date, end: Date, options: BlockedIntervalsOptions | undefined, resourceId?: string | number): boolean;
|
|
148
|
+
declare function canDropWithBlockedIntervals(start: Date, end: Date, _allDay: boolean, _view: SchedulerViewType, options: BlockedIntervalsOptions | undefined, resourceId?: string | number): boolean;
|
|
149
|
+
declare function canCreateWithBlockedIntervals(start: Date, end: Date, options: BlockedIntervalsOptions | undefined, resourceId?: string | number): boolean;
|
|
150
|
+
|
|
151
|
+
declare const DEFAULT_CONFLICT_OPTIONS: ConflictOptions;
|
|
152
|
+
declare function normalizeConflictOptions(options: boolean | Partial<ConflictOptions> | undefined): ConflictOptions;
|
|
153
|
+
declare function checkCapacityConstraint(resource: SchedulerResource, event: SchedulerEvent, allEvents: SchedulerEvent[]): ConflictInfo | null;
|
|
154
|
+
declare function checkDailyHoursConstraint(resource: SchedulerResource, event: SchedulerEvent, allEvents: SchedulerEvent[]): ConflictInfo | null;
|
|
155
|
+
declare function checkDailyEventsConstraint(resource: SchedulerResource, event: SchedulerEvent, allEvents: SchedulerEvent[]): ConflictInfo | null;
|
|
156
|
+
declare function checkOverlapConstraint(resource: SchedulerResource, event: SchedulerEvent, allEvents: SchedulerEvent[]): ConflictInfo | null;
|
|
157
|
+
declare function checkAvailabilityConstraint(resource: SchedulerResource, event: SchedulerEvent): ConflictInfo | null;
|
|
158
|
+
declare function checkEventDurationConstraint(resource: SchedulerResource, event: SchedulerEvent): ConflictInfo | null;
|
|
159
|
+
declare function checkSkillConstraint(resource: SchedulerResource, event: SchedulerEvent): ConflictInfo | null;
|
|
160
|
+
declare function validateResourceConstraints(event: SchedulerEvent, resource: SchedulerResource, allEvents: SchedulerEvent[], options: ConflictOptions): ConflictInfo[];
|
|
161
|
+
declare function getResourceCapacity(resource: SchedulerResource, date: Date, allEvents: SchedulerEvent[]): ResourceCapacityInfo;
|
|
162
|
+
declare function getCapacityStatus(info: ResourceCapacityInfo): 'available' | 'near-full' | 'full';
|
|
163
|
+
declare function canDropEventWithResourceConstraints(event: SchedulerEvent, resource: SchedulerResource | undefined, allEvents: SchedulerEvent[], options: ConflictOptions): {
|
|
164
|
+
canDrop: boolean;
|
|
165
|
+
conflicts: ConflictInfo[];
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
declare const DEFAULT_CATEGORY_OPTIONS: CategoryOptions;
|
|
169
|
+
declare function normalizeCategoryOptions(options: Partial<CategoryOptions> | undefined): CategoryOptions;
|
|
170
|
+
declare function getCategoryById(categories: EventCategory[], id: string | number | undefined): EventCategory | undefined;
|
|
171
|
+
declare function getCategoriesByIds(categories: EventCategory[], ids: (string | number)[] | undefined): EventCategory[];
|
|
172
|
+
declare function getEventCategory(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): EventCategory | undefined;
|
|
173
|
+
declare function getEventCategories(event: SchedulerEvent, categories: EventCategory[], categoryField?: string, allowMultiple?: boolean): EventCategory[];
|
|
174
|
+
declare function getEventCategoryColor(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): string | undefined;
|
|
175
|
+
declare function getEventCategoryTextColor(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): string | undefined;
|
|
176
|
+
declare function getEventCategoryBorderColor(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): string | undefined;
|
|
177
|
+
declare function getEventCategoryIcon(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): string | undefined;
|
|
178
|
+
interface EventCategoryStyle {
|
|
179
|
+
background?: string;
|
|
180
|
+
color?: string;
|
|
181
|
+
borderColor?: string;
|
|
182
|
+
borderLeftColor?: string;
|
|
183
|
+
}
|
|
184
|
+
declare function getEventCategoryStyle(event: SchedulerEvent, categories: EventCategory[], categoryField?: string): EventCategoryStyle;
|
|
185
|
+
declare function filterEventsByCategory(events: SchedulerEvent[], categoryIds: (string | number)[], categories: EventCategory[], categoryField?: string, allowMultiple?: boolean): SchedulerEvent[];
|
|
186
|
+
declare function filterEventsByCategoryExclude(events: SchedulerEvent[], excludeCategoryIds: (string | number)[], categories: EventCategory[], categoryField?: string, allowMultiple?: boolean): SchedulerEvent[];
|
|
187
|
+
declare function groupEventsByCategory(events: SchedulerEvent[], categories: EventCategory[], categoryField?: string): Map<string | number | 'uncategorized', SchedulerEvent[]>;
|
|
188
|
+
declare function getCategoryCounts(events: SchedulerEvent[], categories: EventCategory[], categoryField?: string): Map<string | number, number>;
|
|
189
|
+
declare function getSortedCategories(categories: EventCategory[]): EventCategory[];
|
|
190
|
+
declare function calculateContrastTextColor(backgroundColor: string): string;
|
|
191
|
+
declare function getCategoryWithAutoTextColor(category: EventCategory): EventCategory;
|
|
192
|
+
declare function getCategoriesWithAutoTextColor(categories: EventCategory[]): EventCategory[];
|
|
193
|
+
declare function markSchedulerAutoTextColor<T extends SchedulerEvent>(event: T): T;
|
|
194
|
+
declare function isSchedulerAutoTextColor(event: SchedulerEvent | undefined): boolean;
|
|
195
|
+
|
|
196
|
+
declare function exportToIcal(events: SchedulerEvent[], options?: ICalExportOptions): ExportResult;
|
|
197
|
+
declare function exportToJson(events: SchedulerEvent[], options?: JsonExportOptions, resources?: SchedulerResource[], categories?: EventCategory[]): ExportResult;
|
|
198
|
+
declare function exportToCsv(events: SchedulerEvent[], options?: CsvExportOptions): ExportResult;
|
|
199
|
+
declare function prepareXlsxData(events: SchedulerEvent[], options?: XlsxExportOptions, resources?: SchedulerResource[], categories?: EventCategory[]): {
|
|
200
|
+
sheets: {
|
|
201
|
+
name: string;
|
|
202
|
+
headers: string[];
|
|
203
|
+
rows: (string | number | boolean)[][];
|
|
204
|
+
}[];
|
|
205
|
+
};
|
|
206
|
+
declare function exportToXlsx(events: SchedulerEvent[], options: XlsxExportOptions | undefined, adapter: XlsxExportAdapter, resources?: SchedulerResource[], categories?: EventCategory[]): Promise<ExportResult>;
|
|
207
|
+
declare function preparePdfData(events: SchedulerEvent[], options?: PdfExportOptions, resources?: SchedulerResource[], categories?: EventCategory[]): {
|
|
208
|
+
headers: string[];
|
|
209
|
+
rows: string[][];
|
|
210
|
+
title?: string;
|
|
211
|
+
dateRange?: string;
|
|
212
|
+
};
|
|
213
|
+
declare function exportToPdf(events: SchedulerEvent[], options: PdfExportOptions | undefined, adapter: PdfExportAdapter, resources?: SchedulerResource[], categories?: EventCategory[]): Promise<ExportResult>;
|
|
214
|
+
declare function exportScheduler(events: SchedulerEvent[], options: ExportOptions, resources?: SchedulerResource[], categories?: EventCategory[]): ExportResult;
|
|
215
|
+
|
|
216
|
+
declare function importFromIcal(content: string | File, options?: ICalImportOptions): Promise<ImportResult>;
|
|
217
|
+
declare function importFromCsv(content: string | File, options?: CsvImportOptions): Promise<ImportResult>;
|
|
218
|
+
declare function importFromJson(content: string | File, options?: JsonImportOptions): Promise<ImportResult>;
|
|
219
|
+
type ImportFormat = 'ical' | 'json' | 'csv';
|
|
220
|
+
declare function detectImportFormat(filename: string): ImportFormat | null;
|
|
221
|
+
declare function importScheduler(file: File, options?: ICalImportOptions | CsvImportOptions | JsonImportOptions): Promise<ImportResult>;
|
|
222
|
+
declare function validateImportResult(result: ImportResult): {
|
|
223
|
+
isValid: boolean;
|
|
224
|
+
summary: string;
|
|
225
|
+
};
|
|
226
|
+
declare function buildImportValidationReport(result: ImportResult, additionalIssues?: ImportValidationIssue[]): ImportValidationReport;
|
|
227
|
+
declare function previewImportMerge(existingEvents: SchedulerEvent[], importedEvents: SchedulerEvent[], options?: ImportMergeOptions): ImportMergePreview;
|
|
228
|
+
declare function applyImportMerge(existingEvents: SchedulerEvent[], importedEvents: SchedulerEvent[], options?: Omit<ImportMergeOptions, 'dryRun'>): SchedulerEvent[];
|
|
229
|
+
|
|
230
|
+
declare const DENSITY_CONFIGS: Record<DensityMode, DensityConfig>;
|
|
231
|
+
declare const DEFAULT_AUTO_HEIGHT_OPTIONS: Required<AutoHeightOptions>;
|
|
232
|
+
declare const DEFAULT_STACKING_OPTIONS: Required<StackingOptions>;
|
|
233
|
+
declare const DEFAULT_ADAPTIVE_OPTIONS: Required<AdaptiveRenderingOptions>;
|
|
234
|
+
declare function normalizeAutoHeightOptions(options: boolean | AutoHeightOptions | undefined): Required<AutoHeightOptions>;
|
|
235
|
+
declare function normalizeStackingOptions(options: StackingOptions | undefined): Required<StackingOptions>;
|
|
236
|
+
declare function normalizeAdaptiveOptions(options: AdaptiveRenderingOptions | undefined): Required<AdaptiveRenderingOptions>;
|
|
237
|
+
declare function getDensityConfig(density: DensityMode): DensityConfig;
|
|
238
|
+
declare function getDensityCSSVars(density: DensityMode): Record<string, string>;
|
|
239
|
+
declare function getDensityFromContainerWidth(width: number, breakpoints: {
|
|
240
|
+
compact?: number;
|
|
241
|
+
comfortable?: number;
|
|
242
|
+
}): DensityMode;
|
|
243
|
+
declare function calculateAutoHeight(events: (SchedulerEvent | ParsedEvent)[], options: Required<AutoHeightOptions>, densityConfig: DensityConfig): number;
|
|
244
|
+
declare function getVisibleEvents<T extends SchedulerEvent | ParsedEvent>(events: T[], stackingOptions: Required<StackingOptions>, autoHeightOptions: Required<AutoHeightOptions>): {
|
|
245
|
+
visible: T[];
|
|
246
|
+
overflow: T[];
|
|
247
|
+
};
|
|
248
|
+
declare function getMoreText(count: number, moreText: string | ((count: number) => string)): string;
|
|
249
|
+
declare function getStackedEventStyle(index: number, totalVisible: number, density: DensityMode, isStacked: boolean): Record<string, string>;
|
|
250
|
+
declare function calculateCellRenderingInfo(date: Date, events: SchedulerEvent[], options: Required<AdaptiveRenderingOptions>): CellRenderingInfo;
|
|
251
|
+
declare function createAdaptiveRenderingState(containerWidth: number, containerHeight: number, events: SchedulerEvent[], options: Required<AdaptiveRenderingOptions>): AdaptiveRenderingState;
|
|
252
|
+
declare function getDensityClasses(density: DensityMode): string;
|
|
253
|
+
declare function getStackingClasses(mode: StackingMode): string;
|
|
254
|
+
declare function getAutoHeightClasses(options: Required<AutoHeightOptions>, isExpanded: boolean): string[];
|
|
255
|
+
declare function getEventDensityClasses(density: DensityMode): string[];
|
|
256
|
+
declare function calculateWeekViewAutoHeight(dayEvents: Map<number, SchedulerEvent[]>, options: Required<AdaptiveRenderingOptions>): number;
|
|
257
|
+
declare function calculateTimelineRowHeight(events: SchedulerEvent[], options: Required<AdaptiveRenderingOptions>): number;
|
|
258
|
+
interface TimelineEventWithPosition {
|
|
259
|
+
event: SchedulerEvent;
|
|
260
|
+
left: number;
|
|
261
|
+
width: number;
|
|
262
|
+
}
|
|
263
|
+
declare function calculateMaxOverlappingEvents(events: TimelineEventWithPosition[]): number;
|
|
264
|
+
declare function assignEventLanes(events: TimelineEventWithPosition[]): Map<string | number, number>;
|
|
265
|
+
declare function calculateResourceRowAutoHeight(maxOverlapping: number, eventHeight: number, eventGap: number, rowPadding: number, minHeight: number): number;
|
|
266
|
+
|
|
267
|
+
type PrintOrientationMode = 'auto' | 'portrait' | 'landscape';
|
|
268
|
+
type ResolvedPrintOrientation = 'portrait' | 'landscape';
|
|
269
|
+
type PrintScaleMode = 'auto' | 'standard' | 'compact' | 'fit';
|
|
270
|
+
type ResolvedPrintScaleMode = 'standard' | 'compact' | 'fit';
|
|
271
|
+
interface PrintLayoutOptions {
|
|
272
|
+
orientation?: PrintOrientationMode;
|
|
273
|
+
scale?: PrintScaleMode | number;
|
|
274
|
+
}
|
|
275
|
+
interface PrintPageChromeOptions {
|
|
276
|
+
enabled?: boolean;
|
|
277
|
+
logoText?: string;
|
|
278
|
+
logoUrl?: string;
|
|
279
|
+
headerTitle?: string;
|
|
280
|
+
headerSubtitle?: string;
|
|
281
|
+
showGeneratedAt?: boolean;
|
|
282
|
+
generatedAtLabel?: string;
|
|
283
|
+
showTimezone?: boolean;
|
|
284
|
+
timezoneLabel?: string;
|
|
285
|
+
showFilters?: boolean;
|
|
286
|
+
filters?: string[];
|
|
287
|
+
filtersLabel?: string;
|
|
288
|
+
footerLeft?: string;
|
|
289
|
+
footerCenter?: string;
|
|
290
|
+
footerRight?: string;
|
|
291
|
+
showPageNumbers?: boolean;
|
|
292
|
+
}
|
|
293
|
+
interface PrintInvocationOptions {
|
|
294
|
+
color?: boolean;
|
|
295
|
+
layout?: PrintLayoutOptions;
|
|
296
|
+
pageChrome?: boolean | PrintPageChromeOptions;
|
|
297
|
+
}
|
|
298
|
+
interface ResolvedPrintLayoutOptions {
|
|
299
|
+
orientation: ResolvedPrintOrientation;
|
|
300
|
+
scaleMode: ResolvedPrintScaleMode;
|
|
301
|
+
scaleFactor: number;
|
|
302
|
+
}
|
|
303
|
+
interface ResolvedPrintPageChromeState {
|
|
304
|
+
logoText: string | null;
|
|
305
|
+
logoUrl: string | null;
|
|
306
|
+
headerTitle: string;
|
|
307
|
+
headerSubtitle: string | null;
|
|
308
|
+
generatedAtText: string | null;
|
|
309
|
+
timezoneText: string | null;
|
|
310
|
+
filtersText: string | null;
|
|
311
|
+
footerLeftText: string;
|
|
312
|
+
footerCenterText: string;
|
|
313
|
+
footerRightText: string;
|
|
314
|
+
showPageNumbers: boolean;
|
|
315
|
+
}
|
|
316
|
+
interface ResolvePrintPageChromeStateInput {
|
|
317
|
+
pageChrome: boolean | PrintPageChromeOptions | undefined;
|
|
318
|
+
title: string;
|
|
319
|
+
view: SchedulerViewType;
|
|
320
|
+
range: DateRange;
|
|
321
|
+
locale: string;
|
|
322
|
+
calendarDisplayConfig?: SchedulerCalendarDisplayConfigInput;
|
|
323
|
+
timezone?: string;
|
|
324
|
+
timezoneLabel?: string | null;
|
|
325
|
+
viewLabel?: string;
|
|
326
|
+
filters?: string[];
|
|
327
|
+
now?: Date;
|
|
328
|
+
}
|
|
329
|
+
interface ResolvePrintRuntimeStateInput {
|
|
330
|
+
view: SchedulerViewType;
|
|
331
|
+
options?: PrintInvocationOptions;
|
|
332
|
+
pageChromeContext: Omit<ResolvePrintPageChromeStateInput, 'pageChrome'>;
|
|
333
|
+
}
|
|
334
|
+
interface ResolvedPrintRuntimeState {
|
|
335
|
+
orientation: ResolvedPrintOrientation;
|
|
336
|
+
scaleMode: ResolvedPrintScaleMode;
|
|
337
|
+
scaleFactor: number;
|
|
338
|
+
pageChromeState: ResolvedPrintPageChromeState | null;
|
|
339
|
+
}
|
|
340
|
+
interface PrintFilterCategoryOption {
|
|
341
|
+
id: string | number;
|
|
342
|
+
name: string;
|
|
343
|
+
}
|
|
344
|
+
interface ResolvePrintFiltersInput {
|
|
345
|
+
pageChromeOptions?: PrintPageChromeOptions;
|
|
346
|
+
categoryFilterable?: boolean;
|
|
347
|
+
activeCategoryIds?: (string | number)[];
|
|
348
|
+
categories?: PrintFilterCategoryOption[];
|
|
349
|
+
}
|
|
350
|
+
declare function clampPrintScaleFactor(value: number): number;
|
|
351
|
+
declare function resolvePrintOrientation(view: SchedulerViewType, layout?: PrintLayoutOptions): ResolvedPrintOrientation;
|
|
352
|
+
declare function resolvePrintScale(view: SchedulerViewType, layout?: PrintLayoutOptions): {
|
|
353
|
+
mode: ResolvedPrintScaleMode;
|
|
354
|
+
factor: number;
|
|
355
|
+
};
|
|
356
|
+
declare function formatPrintDateTime(date: Date, locale: string, timeZone?: string, displayConfig?: SchedulerCalendarDisplayConfigInput): string;
|
|
357
|
+
declare function formatPrintDate(date: Date, locale: string, timeZone?: string, displayConfig?: SchedulerCalendarDisplayConfigInput): string;
|
|
358
|
+
declare function formatPrintRange(range: DateRange, locale: string, timeZone?: string, displayConfig?: SchedulerCalendarDisplayConfigInput): string;
|
|
359
|
+
declare function resolvePrintFilters(input: ResolvePrintFiltersInput): string[];
|
|
360
|
+
declare function resolvePrintPageStyleRule(orientation: ResolvedPrintOrientation, margin?: string): string;
|
|
361
|
+
declare function resolvePrintPageChromeState(input: ResolvePrintPageChromeStateInput): ResolvedPrintPageChromeState | null;
|
|
362
|
+
declare function resolvePrintRuntimeState(input: ResolvePrintRuntimeStateInput): ResolvedPrintRuntimeState;
|
|
363
|
+
|
|
364
|
+
interface PrintSessionState {
|
|
365
|
+
orientation: ResolvedPrintOrientation;
|
|
366
|
+
scaleMode: ResolvedPrintScaleMode;
|
|
367
|
+
scaleFactor: number;
|
|
368
|
+
pageChromeState: ResolvedPrintPageChromeState | null;
|
|
369
|
+
pageStyleRule: string;
|
|
370
|
+
}
|
|
371
|
+
interface ResolvePrintSessionInput {
|
|
372
|
+
view: SchedulerViewType;
|
|
373
|
+
options?: PrintInvocationOptions;
|
|
374
|
+
pageChromeContext: Omit<ResolvePrintPageChromeStateInput, 'pageChrome'>;
|
|
375
|
+
}
|
|
376
|
+
type PrintColorAction = {
|
|
377
|
+
type: 'set';
|
|
378
|
+
restoreAction: 'add' | 'remove';
|
|
379
|
+
} | {
|
|
380
|
+
type: 'unset';
|
|
381
|
+
restoreAction: 'add' | 'remove';
|
|
382
|
+
} | {
|
|
383
|
+
type: 'none';
|
|
384
|
+
};
|
|
385
|
+
declare function resolvePrintSession(input: ResolvePrintSessionInput): PrintSessionState;
|
|
386
|
+
declare function getIdlePrintSessionState(): PrintSessionState;
|
|
387
|
+
declare function resolvePrintColorAction(colorOption: boolean | undefined, hadColorClass: boolean): PrintColorAction;
|
|
388
|
+
|
|
389
|
+
declare function toCssLength(value: number | string | undefined, fallback: string): string;
|
|
390
|
+
declare function toNumber(value: number | string | undefined, fallback: number): number;
|
|
391
|
+
declare function hasGroupingFieldValue(resourceList: SchedulerResource$1[], fieldName: string): boolean;
|
|
392
|
+
declare function resolveAutoResourceGroupingField(resourceList: SchedulerResource$1[], explicitField?: string): string | undefined;
|
|
393
|
+
declare function getEventResourceIds(event: SchedulerEvent): (string | number)[];
|
|
394
|
+
declare function getPrimaryResourceId(event: SchedulerEvent): string | number | undefined;
|
|
395
|
+
declare function applyDefaultResourceDrop(payload: {
|
|
396
|
+
event: SchedulerEvent;
|
|
397
|
+
oldEvent: SchedulerEvent;
|
|
398
|
+
newResource?: Pick<SchedulerResource$1, 'id'> | undefined;
|
|
399
|
+
}): SchedulerEvent;
|
|
400
|
+
declare function resolveOverlapPolicy(policy: ResourceTimelineOverlapPolicy, rowAutoHeight: boolean): 'allow' | 'prevent';
|
|
401
|
+
declare function eventsTimeOverlap(startA: Date, endA: Date, startB: Date, endB: Date): boolean;
|
|
402
|
+
declare function findOverlappingEventsInResource(candidate: SchedulerEvent, events: SchedulerEvent[], resourceId: string | number, excludeEventIds?: (string | number)[]): SchedulerEvent[];
|
|
403
|
+
declare function hasOverlapInAnyAssignedResource(candidate: SchedulerEvent, events: SchedulerEvent[], excludeEventIds?: (string | number)[]): boolean;
|
|
404
|
+
|
|
405
|
+
interface ResolveDaysOfWeekForViewInput {
|
|
406
|
+
view: SchedulerViewType;
|
|
407
|
+
dateGroupingDaysOfWeek: number[];
|
|
408
|
+
daysOfWeek?: number[];
|
|
409
|
+
}
|
|
410
|
+
interface ResolveCurrentViewRangeInput {
|
|
411
|
+
view: SchedulerViewType;
|
|
412
|
+
currentDate: Date;
|
|
413
|
+
eventList: SchedulerEvent[];
|
|
414
|
+
locale: string;
|
|
415
|
+
firstDayOfWeek: number;
|
|
416
|
+
weekNumbers: boolean;
|
|
417
|
+
weekNumbering: WeekNumbering;
|
|
418
|
+
minDate?: Date | null;
|
|
419
|
+
maxDate?: Date | null;
|
|
420
|
+
slotDuration: number;
|
|
421
|
+
slotMinTime: string;
|
|
422
|
+
slotMaxTime: string;
|
|
423
|
+
daysOfWeek?: number[];
|
|
424
|
+
numberOfDays?: number;
|
|
425
|
+
dateGroupingDaysOfWeek: number[];
|
|
426
|
+
calendar?: SchedulerCalendarMode;
|
|
427
|
+
}
|
|
428
|
+
interface ResolveCalendarViewRangeInput {
|
|
429
|
+
view: SchedulerViewType;
|
|
430
|
+
currentDate: Date;
|
|
431
|
+
locale: string;
|
|
432
|
+
calendar?: SchedulerCalendarMode;
|
|
433
|
+
firstDayOfWeek: number;
|
|
434
|
+
daysOfWeek?: number[];
|
|
435
|
+
}
|
|
436
|
+
declare function isTimelineLikeView(view: SchedulerViewType): boolean;
|
|
437
|
+
declare function isResourceLikeView(view: SchedulerViewType): boolean;
|
|
438
|
+
declare function isTimedCreateView(view: SchedulerViewType): boolean;
|
|
439
|
+
declare function isDirectTimeSelectionView(view: SchedulerViewType): boolean;
|
|
440
|
+
declare function getSchedulerWeekendToggleView(view: SchedulerViewType): SchedulerViewType | null;
|
|
441
|
+
declare function resolveClickCreateEnd(start: Date, view: SchedulerViewType, slotDuration: number, timelineSlotDuration: number): Date;
|
|
442
|
+
declare function resolveDaysOfWeekForView(input: ResolveDaysOfWeekForViewInput): number[] | undefined;
|
|
443
|
+
declare function resolveCalendarViewRange(input: ResolveCalendarViewRangeInput): DateRange;
|
|
444
|
+
declare function resolveCurrentViewRange(input: ResolveCurrentViewRangeInput): DateRange;
|
|
445
|
+
|
|
446
|
+
type SelectionEmitOutcome = {
|
|
447
|
+
type: 'select';
|
|
448
|
+
payload: SchedulerDateSelectPayload;
|
|
449
|
+
} | {
|
|
450
|
+
type: 'unselect';
|
|
451
|
+
payload: {
|
|
452
|
+
view: SchedulerViewType;
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
declare function toDateOnlyString(date: Date): string;
|
|
456
|
+
declare function canSelectForView(start: Date, end: Date, allDay: boolean, view: SchedulerViewType, selectConstraint?: SelectConstraintConfig, selectAllow?: SelectAllowCallback): boolean;
|
|
457
|
+
declare function resolveSelectionEmitOutcome(state: SelectionState, fallbackStart: Date, fallbackEnd: Date, allDay: boolean, view: SchedulerViewType): SelectionEmitOutcome;
|
|
458
|
+
|
|
459
|
+
interface ResolveEventDensityOptions {
|
|
460
|
+
availableHeight?: number;
|
|
461
|
+
availableWidth?: number;
|
|
462
|
+
view?: SchedulerViewType;
|
|
463
|
+
}
|
|
464
|
+
declare function resolveEventDensity(options: ResolveEventDensityOptions): EventSlotDensity;
|
|
465
|
+
type TimelineDefaultTextMode = 'title-only' | 'title-time';
|
|
466
|
+
declare function resolveTimelineDefaultTextMode(_options?: {
|
|
467
|
+
availableHeight?: number;
|
|
468
|
+
availableWidth?: number;
|
|
469
|
+
}): TimelineDefaultTextMode;
|
|
470
|
+
type TimedColumnTextMode = 'title-only' | 'title-time';
|
|
471
|
+
declare function resolveTimedColumnTextMode(options: {
|
|
472
|
+
availableHeight: number;
|
|
473
|
+
}): TimedColumnTextMode;
|
|
474
|
+
|
|
475
|
+
type LaneGeometryMode = 'date-day' | 'date-week' | 'date-month' | 'resource-day' | 'resource-week' | 'resource-month';
|
|
476
|
+
interface LaneGeometry {
|
|
477
|
+
groupCount: number;
|
|
478
|
+
leavesPerGroup: number;
|
|
479
|
+
totalLeafColumns: number;
|
|
480
|
+
cssVars: Record<string, string>;
|
|
481
|
+
}
|
|
482
|
+
declare function resolveGroupedLaneGeometry(opts: {
|
|
483
|
+
dayCount: number;
|
|
484
|
+
resourceLeafCount: number;
|
|
485
|
+
mode: LaneGeometryMode;
|
|
486
|
+
dateColumnMinWidth?: string;
|
|
487
|
+
resourceColumnMinWidth?: string;
|
|
488
|
+
resourceGroupMinWidth?: string;
|
|
489
|
+
resourceDayMinWidth?: string;
|
|
490
|
+
}): LaneGeometry;
|
|
491
|
+
|
|
492
|
+
declare function sortMorePopoverEvents(events: SchedulerEvent[]): SchedulerEvent[];
|
|
493
|
+
|
|
494
|
+
export { type BlockedIntervalDisplayLabels, type BlockedIntervalDisplayOptions, COMMON_TIMEZONES, DEFAULT_ADAPTIVE_OPTIONS, DEFAULT_AUTO_HEIGHT_OPTIONS, DEFAULT_BUSINESS_HOURS, DEFAULT_CATEGORY_OPTIONS, DEFAULT_CONFLICT_OPTIONS, DEFAULT_STACKING_OPTIONS, DENSITY_CONFIGS, type EventCategoryStyle, type ImportFormat, type LaneGeometry, type LaneGeometryMode, type PrintColorAction, type PrintFilterCategoryOption, type PrintInvocationOptions, type PrintLayoutOptions, type PrintOrientationMode, type PrintPageChromeOptions, type PrintScaleMode, type PrintSessionState, type ResolveCalendarViewRangeInput, type ResolveCurrentViewRangeInput, type ResolveDaysOfWeekForViewInput, type ResolveEventDensityOptions, type ResolvePrintFiltersInput, type ResolvePrintPageChromeStateInput, type ResolvePrintRuntimeStateInput, type ResolvePrintSessionInput, type ResolvedPrintLayoutOptions, type ResolvedPrintOrientation, type ResolvedPrintPageChromeState, type ResolvedPrintRuntimeState, type ResolvedPrintScaleMode, SchedulerCalendarDisplayConfigInput, type SchedulerLocaleConfig, type SelectionEmitOutcome, type TimeSlotBusinessHoursInfo, type TimedColumnTextMode, type TimelineDefaultTextMode, type TimelineEventWithPosition, type 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 };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { DEFAULT_ADAPTIVE_OPTIONS, DEFAULT_AUTO_HEIGHT_OPTIONS, DEFAULT_STACKING_OPTIONS, DENSITY_CONFIGS, applyImportMerge, assignEventLanes, buildImportValidationReport, calculateAutoHeight, calculateCellRenderingInfo, calculateMaxOverlappingEvents, calculateResourceRowAutoHeight, calculateTimelineRowHeight, calculateWeekViewAutoHeight, canSelectForView, clampPrintScaleFactor, createAdaptiveRenderingState, defaultSchedulerText, detectImportFormat, exportScheduler, exportToCsv, exportToIcal, exportToJson, exportToPdf, exportToXlsx, formatPrintDate, formatPrintDateTime, formatPrintRange, getAutoHeightClasses, getAvailableLocales, getDefaultFirstDayOfWeek, getDensityCSSVars, getDensityClasses, getDensityConfig, getDensityFromContainerWidth, getEventDensityClasses, getIdlePrintSessionState, getLocaleConfig, getMoreText, getSchedulerText, getSchedulerWeekendToggleView, getStackedEventStyle, getStackingClasses, getVisibleEvents, importFromCsv, importFromIcal, importFromJson, importScheduler, isDirectTimeSelectionView, isRTL, isResourceLikeView, isTimedCreateView, isTimelineLikeView, normalizeAdaptiveOptions, normalizeAutoHeightOptions, normalizeStackingOptions, preparePdfData, prepareXlsxData, previewImportMerge, registerLocale, resolveCalendarViewRange, resolveClickCreateEnd, resolveCurrentViewRange, resolveDaysOfWeekForView, resolveEventDensity, resolveGroupedLaneGeometry, resolvePrintColorAction, resolvePrintFilters, resolvePrintOrientation, resolvePrintPageChromeState, resolvePrintPageStyleRule, resolvePrintRuntimeState, resolvePrintScale, resolvePrintSession, resolveSchedulerText, resolveSelectionEmitOutcome, resolveTimedColumnTextMode, resolveTimelineDefaultTextMode, sortMorePopoverEvents, toDateOnlyString, validateImportResult } from '../chunk-W2SJW3QQ.mjs';
|
|
2
|
+
export { applyDefaultResourceDrop, eventsTimeOverlap, findOverlappingEventsInResource, getEventResourceIds, getPrimaryResourceId, hasGroupingFieldValue, hasOverlapInAnyAssignedResource, resolveAutoResourceGroupingField, resolveOverlapPolicy, toCssLength, toNumber } from '../chunk-SYJ5O4KH.mjs';
|
|
3
|
+
export { DEFAULT_CONFLICT_OPTIONS, canDropEventWithResourceConstraints, checkAvailabilityConstraint, checkCapacityConstraint, checkDailyEventsConstraint, checkDailyHoursConstraint, checkEventDurationConstraint, checkOverlapConstraint, checkSkillConstraint, getCapacityStatus, getResourceCapacity, normalizeConflictOptions, validateResourceConstraints } from '../chunk-NX46LPLF.mjs';
|
|
4
|
+
import '../chunk-ZUKUKGNK.mjs';
|
|
5
|
+
import '../chunk-6PK5WSKT.mjs';
|
|
6
|
+
import '../chunk-6OZAPQZ5.mjs';
|
|
7
|
+
import '../chunk-NMX4BW42.mjs';
|
|
8
|
+
export { getTimedBlockedIntervalsOverlays, getTimedBusinessHoursOverlays, isSlotInBlockedInterval, isSlotInBusinessHours } from '../chunk-AAVM7UCG.mjs';
|
|
9
|
+
export { DEFAULT_CATEGORY_OPTIONS, calculateContrastTextColor, filterEventsByCategory, filterEventsByCategoryExclude, getCategoriesByIds, getCategoriesWithAutoTextColor, getCategoryById, getCategoryCounts, getCategoryWithAutoTextColor, getEventCategories, getEventCategory, getEventCategoryBorderColor, getEventCategoryColor, getEventCategoryIcon, getEventCategoryStyle, getEventCategoryTextColor, getSortedCategories, groupEventsByCategory, isSchedulerAutoTextColor, markSchedulerAutoTextColor, normalizeCategoryOptions } from '../chunk-C7ADJGNV.mjs';
|
|
10
|
+
export { DEFAULT_APPOINTMENT_SLOTS_OPTIONS, canBookSlot, createSlotFromTimeRange, generateAppointmentSlots, getAppointmentSlotDisplayLabels, getAppointmentSlotIndicators, getAppointmentSlotOverlays, getAvailableSlots, getSlotAtTime, getSlotById, getSlotCapacityDisplay, getSlotOverlayClasses, getSlotOverlayStyle, getSlotsForDay, getSlotsForTimeRange, getSlotsInTimeRange, normalizeAppointmentSlotsOptions, updateSlotAvailability, updateSlotsAvailability } from '../chunk-NZGJN7HG.mjs';
|
|
11
|
+
export { DEFAULT_BUSINESS_HOURS, canCreateWithBlockedIntervals, canDropEvent, canDropWithBlockedIntervals, canSelect, expandBlockedInterval, getBlockedIntervalDisplayLabels, getBlockedIntervalsForDay, getBusinessHoursForDay, getExpandedBlockedIntervals, getTimeSlotBusinessHoursInfo, isDateWithinConstraint, isRangeWithinBlockedInterval, isRangeWithinBusinessHours, isTimeSlotInBusinessHours, isTimeWithinBlockedInterval, isWithinBusinessHours, normalizeBusinessHours } from '../chunk-HPC5B3AR.mjs';
|
|
12
|
+
export { getSchedulerEventSurfaceStyle, resolveSchedulerEventSurfaceColor } from '../chunk-5KORIWDT.mjs';
|
|
13
|
+
import '../chunk-FIBAZFC4.mjs';
|
|
14
|
+
export { COMMON_TIMEZONES, convertEventToDisplayTimezone, convertEventsToTimezone, createDateInTimezone, endOfDayInTimezone, formatDateInTimezone, formatDateTimeInTimezone, formatInTimezone, formatTimeInTimezone, fromLocalTimezone, fromUTC, getCommonTimezones, getDatePartsInTimezone, getLocalTimezone, getTimezoneAbbreviation, getTimezoneDisplayLabel, getTimezoneInfo, getTimezoneName, getTimezoneOffset, getTimezoneOffsetString, isSameDayInTimezone, isTodayInTimezone, isValidTimezone, parseISOWithTimezone, startOfDayInTimezone, toISOWithTimezone, toLocalTimezone, toTimezone, toUTC } from '../chunk-QDMZBJDV.mjs';
|
|
15
|
+
export { addDays, addHours, addMinutes, addMonths, addWeeks, addYears, applyDaysDelta, calculateDaysDelta, clampDate, differenceInDays, differenceInHours, differenceInMinutes, endOfDay, endOfMonth, endOfWeek, formatDateString, formatEventTime12h, formatGregorianDayNumber, formatGregorianMonthTitle, formatGregorianWeekday, formatGregorianYear, formatMonthYearTitle, formatWeekdayName, getDatesBetween, getDayHours, getDaysInMonth, getMonthDays, getMonthNames, getSchedulerGrid, getWeekDays, getWeekNumber, getWeekdayNames, getYearMonths, isAfter, isBefore, isBetween, isDateInRange, isSameDay, isSameMonth, isSameWeek, isSameYear, isToday, isWeekend, minutesToPixels, minutesToTimeString, parseDate, parseTimeString, setTime, startOfDay, startOfMonth, startOfWeek, timeStringToMinutes, toDateString, toDateTimeString, toTimeString } from '../chunk-WFUJWDST.mjs';
|
|
16
|
+
export { DEFAULT_DATE_DISPLAY_OPTIONS, DEFAULT_DISPLAY_OPTIONS, DEFAULT_TIME_FORMAT_OPTIONS, __clearDateTimeFormatterCache, __getDateTimeFormatterCacheSize, createSchedulerDateFormatter, formatDate, formatDateRange, formatDayOfMonth, formatEventDateTime, formatHeaderTitle, formatMonth, formatMonthYear, formatSlotTime, formatTime, formatTimeRange, formatWeekday, getRelativeDay, normalizeDateDisplayOptions, normalizeDisplayOptions, normalizeTimeFormatOptions, resolveSchedulerCalendarDisplayConfig } from '../chunk-TNKJPFGI.mjs';
|
|
17
|
+
import '../chunk-DYW6WUHE.mjs';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { SchedulerEvent, TimeFormatOptions, SchedulerResource, SchedulerViewType } from '@primeui/scheduler-types/scheduler';
|
|
2
|
+
import { ViewOptions, SchedulerViewModule, AgendaViewData, TimeSlot, NowIndicatorPosition, WeekViewData, DayViewData, MonthViewData, YearViewData, ResourceDayViewData, ResourceWeekViewData } from '@primeui/scheduler-types/view';
|
|
3
|
+
import { f as createSchedulerDateFormatter } from '../display-format-CLVvRt4I.mjs';
|
|
4
|
+
import { F as getWeekdayNames } from '../date-D_CjQPmM.mjs';
|
|
5
|
+
export { calculateTimelineEventPosition, formatTimelineTitle, generateDayCells, generateTimelineCells, generateTimelineHeaderCells, getDefaultTimelineHeaderLevels, getEventsInDateRange, getTimelineDayViewData, getTimelineMonthViewData, getTimelineWeekViewData, getTimelineYearViewData, positionTimelineEvents, positionTimelineEventsForDayGranularity, positionTimelineEventsWithBusinessHours, timelineDayView, timelineMonthView, timelineWeekView, timelineYearView } from './timeline/index.mjs';
|
|
6
|
+
import '@primeui/scheduler-types/date';
|
|
7
|
+
import '@primeui/scheduler-types/timeline';
|
|
8
|
+
|
|
9
|
+
declare const agendaView: SchedulerViewModule;
|
|
10
|
+
interface AgendaViewOptions extends ViewOptions {
|
|
11
|
+
agendaDays?: number;
|
|
12
|
+
showEmptyDays?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare function getAgendaViewData(date: Date, options: AgendaViewOptions): AgendaViewData;
|
|
15
|
+
declare function formatEventTime(event: SchedulerEvent, locale: string, options?: TimeFormatOptions, timeZone?: string): string;
|
|
16
|
+
|
|
17
|
+
declare const weekView: SchedulerViewModule;
|
|
18
|
+
declare function getWeekViewData(date: Date, options: ViewOptions): WeekViewData;
|
|
19
|
+
declare function getCustomRangeTitle(date: Date, numberOfDays: number, locale: string, displayConfig?: Parameters<typeof createSchedulerDateFormatter>[0]): string;
|
|
20
|
+
declare function generateTimeSlots(minTime: string, maxTime: string, slotDuration: number, date: Date, locale: string, timeFormat?: TimeFormatOptions, timeZone?: string): TimeSlot[];
|
|
21
|
+
declare function getNowIndicatorPosition(slotMinTime: string, slotMaxTime: string, slotDuration: number, slotHeight: number, timezone?: string): NowIndicatorPosition;
|
|
22
|
+
declare function getEventTopPosition(event: SchedulerEvent, slotMinTime: string, slotDuration: number, slotHeight: number): number;
|
|
23
|
+
declare function getEventHeight(event: SchedulerEvent, slotDuration: number, slotHeight: number): number;
|
|
24
|
+
|
|
25
|
+
declare const dayView: SchedulerViewModule;
|
|
26
|
+
declare function getDayViewData(date: Date, options: ViewOptions): DayViewData;
|
|
27
|
+
|
|
28
|
+
declare const monthView: SchedulerViewModule;
|
|
29
|
+
declare function getMonthViewData(date: Date, options: ViewOptions): MonthViewData;
|
|
30
|
+
|
|
31
|
+
declare const yearView: SchedulerViewModule;
|
|
32
|
+
declare function getYearViewData(date: Date, options: ViewOptions): YearViewData;
|
|
33
|
+
declare function getYearViewWeekdayNames(locale: string, firstDayOfWeek: number, displayConfig?: Parameters<typeof getWeekdayNames>[3]): string[];
|
|
34
|
+
|
|
35
|
+
declare const resourceDayView: SchedulerViewModule;
|
|
36
|
+
interface ResourceDayViewOptions extends ViewOptions {
|
|
37
|
+
resources: SchedulerResource[];
|
|
38
|
+
}
|
|
39
|
+
declare function getResourceDayViewData(date: Date, options: ResourceDayViewOptions): ResourceDayViewData;
|
|
40
|
+
|
|
41
|
+
declare const resourceWeekView: SchedulerViewModule;
|
|
42
|
+
interface ResourceWeekViewOptions extends ViewOptions {
|
|
43
|
+
resources: SchedulerResource[];
|
|
44
|
+
}
|
|
45
|
+
declare function getResourceWeekViewData(date: Date, options: ResourceWeekViewOptions): ResourceWeekViewData;
|
|
46
|
+
|
|
47
|
+
declare const viewRegistry: Record<SchedulerViewType, SchedulerViewModule>;
|
|
48
|
+
declare function getView(viewType: SchedulerViewType): SchedulerViewModule;
|
|
49
|
+
declare function getAvailableViews(): SchedulerViewType[];
|
|
50
|
+
|
|
51
|
+
export { type AgendaViewOptions, type ResourceDayViewOptions, type 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 };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { 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 '../chunk-ZUKUKGNK.mjs';
|
|
2
|
+
import '../chunk-6PK5WSKT.mjs';
|
|
3
|
+
import '../chunk-6OZAPQZ5.mjs';
|
|
4
|
+
export { calculateTimelineEventPosition, formatTimelineTitle, generateDayCells, generateTimelineCells, generateTimelineHeaderCells, getDefaultTimelineHeaderLevels, getEventsInDateRange, getTimelineDayViewData, getTimelineMonthViewData, getTimelineWeekViewData, getTimelineYearViewData, positionTimelineEvents, positionTimelineEventsForDayGranularity, positionTimelineEventsWithBusinessHours, timelineDayView, timelineMonthView, timelineWeekView, timelineYearView } from '../chunk-NMX4BW42.mjs';
|
|
5
|
+
import '../chunk-QDMZBJDV.mjs';
|
|
6
|
+
import '../chunk-WFUJWDST.mjs';
|
|
7
|
+
import '../chunk-TNKJPFGI.mjs';
|
|
8
|
+
import '../chunk-DYW6WUHE.mjs';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SchedulerEvent, TimeFormatOptions } from '@primeui/scheduler-types/scheduler';
|
|
2
|
+
import { TimelineEventPosition, TimelineCell, TimelineViewOptions, TimelineHeaderLevel, TimelineHeaderCell, TimelineDayViewData, TimelineWeekViewData, TimelineMonthViewData, TimelineYearViewData } from '@primeui/scheduler-types/timeline';
|
|
3
|
+
import { S as SchedulerCalendarDisplayConfigInput } from '../../display-format-CLVvRt4I.mjs';
|
|
4
|
+
import { SchedulerViewModule } from '@primeui/scheduler-types/view';
|
|
5
|
+
|
|
6
|
+
declare function generateTimelineHeaderCells(startDate: Date, endDate: Date, levels: TimelineHeaderLevel[], locale: string, timeFormat?: TimeFormatOptions, timeZone?: string, displayConfig?: SchedulerCalendarDisplayConfigInput): TimelineHeaderCell[][];
|
|
7
|
+
declare function generateTimelineCells(startDate: Date, endDate: Date, options: TimelineViewOptions): TimelineCell[];
|
|
8
|
+
declare function generateDayCells(startDate: Date, endDate: Date, cellWidth: number): TimelineCell[];
|
|
9
|
+
declare function calculateTimelineEventPosition(event: SchedulerEvent, viewStart: Date, viewEnd: Date, totalWidth: number, totalDuration: number): TimelineEventPosition | null;
|
|
10
|
+
declare function positionTimelineEvents(events: SchedulerEvent[], viewStart: Date, viewEnd: Date, totalWidth: number): TimelineEventPosition[];
|
|
11
|
+
/**
|
|
12
|
+
* Position events for timeline views with business hours across multiple days.
|
|
13
|
+
* This function correctly handles events when only a portion of each day is visible (e.g., 08:00-18:00).
|
|
14
|
+
*/
|
|
15
|
+
declare function positionTimelineEventsWithBusinessHours(events: SchedulerEvent[], viewStart: Date, viewEnd: Date, totalWidth: number, minTimeMinutes: number, maxTimeMinutes: number): TimelineEventPosition[];
|
|
16
|
+
/**
|
|
17
|
+
* Position events for day-granularity timeline views (month, year).
|
|
18
|
+
* Events snap to full day columns - a 2pm-4pm event fills the entire day column.
|
|
19
|
+
*/
|
|
20
|
+
declare function positionTimelineEventsForDayGranularity(events: SchedulerEvent[], viewStart: Date, viewEnd: Date, cellWidth: number): TimelineEventPosition[];
|
|
21
|
+
declare function getEventsInDateRange(events: SchedulerEvent[], startDate: Date, endDate: Date): SchedulerEvent[];
|
|
22
|
+
declare function getDefaultTimelineHeaderLevels(viewType: string): TimelineHeaderLevel[];
|
|
23
|
+
declare function formatTimelineTitle(startDate: Date, endDate: Date, viewType: string, locale: string, displayConfig?: SchedulerCalendarDisplayConfigInput): string;
|
|
24
|
+
|
|
25
|
+
declare const timelineDayView: SchedulerViewModule;
|
|
26
|
+
declare function getTimelineDayViewData(date: Date, options: TimelineViewOptions): TimelineDayViewData;
|
|
27
|
+
|
|
28
|
+
declare const timelineWeekView: SchedulerViewModule;
|
|
29
|
+
declare function getTimelineWeekViewData(date: Date, options: TimelineViewOptions): TimelineWeekViewData;
|
|
30
|
+
|
|
31
|
+
declare const timelineMonthView: SchedulerViewModule;
|
|
32
|
+
declare function getTimelineMonthViewData(date: Date, options: TimelineViewOptions): TimelineMonthViewData;
|
|
33
|
+
|
|
34
|
+
declare const timelineYearView: SchedulerViewModule;
|
|
35
|
+
declare function getTimelineYearViewData(date: Date, options: TimelineViewOptions): TimelineYearViewData;
|
|
36
|
+
|
|
37
|
+
export { calculateTimelineEventPosition, formatTimelineTitle, generateDayCells, generateTimelineCells, generateTimelineHeaderCells, getDefaultTimelineHeaderLevels, getEventsInDateRange, getTimelineDayViewData, getTimelineMonthViewData, getTimelineWeekViewData, getTimelineYearViewData, positionTimelineEvents, positionTimelineEventsForDayGranularity, positionTimelineEventsWithBusinessHours, timelineDayView, timelineMonthView, timelineWeekView, timelineYearView };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { calculateTimelineEventPosition, formatTimelineTitle, generateDayCells, generateTimelineCells, generateTimelineHeaderCells, getDefaultTimelineHeaderLevels, getEventsInDateRange, getTimelineDayViewData, getTimelineMonthViewData, getTimelineWeekViewData, getTimelineYearViewData, positionTimelineEvents, positionTimelineEventsForDayGranularity, positionTimelineEventsWithBusinessHours, timelineDayView, timelineMonthView, timelineWeekView, timelineYearView } from '../../chunk-NMX4BW42.mjs';
|
|
2
|
+
import '../../chunk-WFUJWDST.mjs';
|
|
3
|
+
import '../../chunk-TNKJPFGI.mjs';
|
|
4
|
+
import '../../chunk-DYW6WUHE.mjs';
|