@fullcalendar/web-component
Version:
Custom Element for FullCalendar
34 lines (25 loc) • 3.55 kB
TypeScript
import { L as LocaleInput, P as PluginInput } from './chunks/57f46b59.js';
export { A as AllDayHeaderInfo, a as AllowFunc, B as BusinessHoursInput, b as ButtonDisplay, c as ButtonGroupInfo, d as ButtonInfo, e as ButtonInput, f as ButtonState, g as ButtonStateMap, C as CalendarApi, h as CalendarController, i as CalendarDisplayInfo, j as CalendarListeners, k as CalendarOptions, l as ClassNameGenerator, m as ClassNameInput, n as ConstraintInput, o as ContentGenerator, p as CssDimValue, q as CustomRenderingHandler, r as CustomRenderingStore, D as DateClickInfo, s as DatePointApi, t as DateSelectInfo, u as DateSelectionApi, v as DateSpanApi, w as DateSpanInput, x as DateTimeFormatPartWithWeek, y as DateUnselectInfo, z as DatesSetInfo, E as DayCellInfo, F as DayHeaderDividerInfo, G as DayHeaderInfo, H as DayLaneInfo, I as DidMountHandler, J as DropInfo, K as EventAddInfo, M as EventApi, N as EventChangeInfo, O as EventClickInfo, Q as EventDisplayInfo, R as EventDragStartInfo, S as EventDragStopInfo, T as EventDropInfo, U as EventHoveringInfo, V as EventInput, W as EventInputTransformer, X as EventLeaveInfo, Y as EventReceiveInfo, Z as EventRemoveInfo, _ as EventRenderRange, $ as EventResizeDoneInfo, a0 as EventResizeStartInfo, a1 as EventResizeStopInfo, a2 as EventSegment, a3 as EventSourceApi, a4 as EventSourceFunc, a5 as EventSourceFuncInfo, a6 as EventSourceInput, a7 as FormatterInput, a8 as InlineWeekNumberInfo, a9 as ListDayHeaderInfo, aa as ListDayHeaderInnerInfo, ab as ListDayInfo, L as LocaleInput, ac as LocaleSingularArg, ad as MoreLinkAction, ae as MoreLinkHandler, af as MoreLinkInfo, ag as MoreLinkSimpleAction, ah as MountInfo, ai as NavButtonState, aj as NoEventsInfo, ak as NowIndicatorHeaderInfo, al as NowIndicatorLineInfo, am as OverlapFunc, P as PluginInput, an as SingleMonthHeaderInfo, ao as SingleMonthInfo, ap as SlotHeaderInfo, aq as SlotLaneInfo, ar as TableBodyInfo, as as TableDisplayInfo, at as TableHeaderInfo, au as ToolbarElementInput, av as ToolbarInfo, aw as ToolbarInput, ax as ToolbarSectionInfo, ay as ViewApi, az as ViewComponentType, aA as ViewContentInfo, aB as ViewDisplayInfo, aC as ViewOptions, aD as WeekNumberHeaderInfo, aE as WillUnmountHandler, aF as sliceEvents } from './chunks/57f46b59.js';
import { NativeDateFormatterOptions, DateInput } from '@full-ui/headless-calendar';
export { DateInput, DateRangeInput, Duration, DurationInput, WeekNumberCalculation } from '@full-ui/headless-calendar';
import { F as FullCalendarElement } from './chunks/21dd0f39.js';
export { F as FullCalendarElement, F as default } from './chunks/21dd0f39.js';
interface FormatDateOptions extends NativeDateFormatterOptions {
locale?: string;
}
interface FormatRangeOptions extends FormatDateOptions {
isEndExclusive?: boolean;
}
declare function formatDate(dateInput: DateInput, options?: FormatDateOptions): string;
declare function formatRange(startInput: DateInput, endInput: DateInput, options: FormatRangeOptions): string;
type ClassValue = string | undefined | null | false | number;
declare function joinClassNames(...args: ClassValue[]): string;
declare const globalLocales: LocaleInput[];
declare const globalPlugins: PluginInput[];
declare const version: string;
declare class JsonRequestError extends Error {
response: Response;
constructor(message: string, response: Response);
}
//# sourceMappingURL=index.d.ts.map
export { FormatDateOptions, FormatRangeOptions, JsonRequestError, formatDate, formatRange, globalLocales, globalPlugins, joinClassNames, version };