color-calendar
Version:
A zero-dependency, customizable events calendar widget with themes and event colors.
14 lines (13 loc) • 901 B
TypeScript
import type Calendar from "../../index";
export declare function togglePicker(this: Calendar, shouldOpen?: boolean): void;
export declare function openPicker(this: Calendar): void;
export declare function closePicker(this: Calendar): void;
export declare function openYearPicker(this: Calendar): void;
export declare function openMonthPicker(this: Calendar): void;
export declare function makeMonthPickerOptionsFocusable(this: Calendar): void;
export declare function makeYearPickerOptionsFocusable(this: Calendar): void;
export declare function makeAllPickerOptionsUnfocusable(this: Calendar): void;
export declare function makeAllCalendarDaysUnfocusable(this: Calendar): void;
export declare function restoreCalendarDaysFocusability(this: Calendar): void;
export declare function focusSelectedYearOption(this: Calendar): void;
export declare function focusSelectedMonthOption(this: Calendar): void;