@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
13 lines • 1.41 kB
JavaScript
// Automatically generated
export var USE_CALENDAR_STATE_KEYS = ["value", "defaultValue", "onChange", "minValue", "maxValue", "isDisabled", "isReadOnly", "autoFocus", "id"];
export var CALENDAR_STATE_KEYS = ["calendarId", "dateValue", "month", "year", "weekStart", "weekDays", "daysInMonth", "isDisabled", "isFocused", "isReadOnly", "currentMonth", "focusedDate", "isInvalidDateRange", "isRangeCalendar", "setFocused", "setCurrentMonth", "setFocusedDate", "setDateValue", "focusCell", "focusNextDay", "focusPreviousDay", "focusNextWeek", "focusPreviousWeek", "focusNextMonth", "focusPreviousMonth", "focusStartOfMonth", "focusEndOfMonth", "focusNextYear", "focusPreviousYear", "selectFocusedDate", "selectDate"];
export var USE_RANGE_CALENDAR_STATE_KEYS = USE_CALENDAR_STATE_KEYS;
export var RANGE_CALENDAR_STATE_KEYS = [...CALENDAR_STATE_KEYS, "dateRangeValue", "anchorDate", "highlightedRange", "setDateRangeValue", "setAnchorDate", "highlightDate"];
export var CALENDAR_KEYS = RANGE_CALENDAR_STATE_KEYS;
export var CALENDAR_BUTTON_KEYS = [...CALENDAR_KEYS, "goto"];
export var CALENDAR_CELL_KEYS = [...CALENDAR_KEYS, "date"];
export var CALENDAR_CELL_BUTTON_KEYS = CALENDAR_CELL_KEYS;
export var CALENDAR_GRID_KEYS = CALENDAR_KEYS;
export var CALENDAR_HEADER_KEYS = [...CALENDAR_GRID_KEYS, "format"];
export var CALENDAR_WEEK_TITLE_KEYS = [...CALENDAR_GRID_KEYS, "dayIndex"];
//# sourceMappingURL=__keys.js.map