MCPcopy Create free account

hub / github.com/aboveyunhai/chakra-dayzed-datepicker / functions

Functions50 in github.com/aboveyunhai/chakra-dayzed-datepicker

↓ 3 callersFunctioncomposeEventHandlers
(...fns: Function[])
src/utils/dayzed/utils.ts:74
↓ 3 callersFunctionisSelectable
* Checks to see if the date given is * between the min and max dates. * @param {Date} minDate The earliest date available * @param {Date} maxDate T
src/utils/dayzed/utils.ts:575
↓ 3 callersFunctionisSelected
* Normalizes dates to the beginning of the day, * then checks to see if the day given is found * in the selectedDates. * @param {Array.<Date>} sele
src/utils/dayzed/utils.ts:549
↓ 2 callersFunctiongetBackProps
( { minDate, offsetMonth, handleOffsetChanged }: BackArg0, // @ts-ignore { onClick, offset = 1, calendar
src/utils/dayzed/dayzed.ts:59
↓ 2 callersFunctiongetForwardProps
( { maxDate, offsetMonth, handleOffsetChanged }: ForwardArg0, // @ts-ignore { onClick, offset = 1, calen
src/utils/dayzed/dayzed.ts:82
↓ 2 callersFunctionisOffsetControlled
( propOffset: number | undefined )
src/utils/dayzed/dayzed.ts:19
↓ 2 callersFunctionuseColorMode
()
example/snippet/color-mode.tsx:19
↓ 1 callersFunctionaddMonth
({ calendars, offset, maxDate, }: { calendars: Calendar[]; offset: number; maxDate: Date | undefin
src/utils/dayzed/utils.ts:132
↓ 1 callersFunctioncheckInRange
(date: Date)
src/range.tsx:49
↓ 1 callersFunctioncx
(...classNames: any[])
src/components/button.tsx:12
↓ 1 callersFunctionfillBackWeek
* Fill back weeks with either empty buffer or dates from next month, * depending on showOutsideDays flag * @param {Object} param The param object *
src/utils/dayzed/utils.ts:447
↓ 1 callersFunctionfillFrontWeek
* Fill front week with either empty buffer or dates from previous month, * depending on showOutsideDays flag * @param {Object} param The param objec
src/utils/dayzed/utils.ts:383
↓ 1 callersFunctiongetCalendars
({ date, selected, monthsToDisplay, offset, minDate, maxDate, firstDayOfWeek, showOutsideDays,
src/utils/dayzed/utils.ts:217
↓ 1 callersFunctiongetDateProps
( onDateSelected: UserDayzedProps['onDateSelected'], // @ts-ignore { onClick, dateObj, ...rest } = defau
src/utils/dayzed/dayzed.ts:35
↓ 1 callersMethodgetEvents
()
src/utils/reactKeysArrow.ts:20
↓ 1 callersFunctiongetMonths
* Figures what week/day data to return for the given month * and year. Adds flags to day data if found in the given selectedDates, * if is selectabl
src/utils/dayzed/utils.ts:296
↓ 1 callersFunctiongetNumDaysMonthYear
* Normalizes month (could be overflow) and year pairs and returns the * normalized month and year along with the number of days in the month. * @par
src/utils/dayzed/utils.ts:505
↓ 1 callersFunctiongetOffset
(propOffset: number | undefined, stateOffset: number)
src/utils/dayzed/dayzed.ts:25
↓ 1 callersFunctiongetStartDate
* Figures out the actual start date based on * the min and max dates available. * @param {Date} date The we want to start the calendar at * @param
src/utils/dayzed/utils.ts:261
↓ 1 callersFunctiongetWeeks
* Takes an array of dates, and turns them into a multi dimensional * array with 7 entries for each week. * @param {Array.<Object>} dates An array of
src/utils/dayzed/utils.ts:529
↓ 1 callersFunctionisBackDisabled
({ calendars, minDate, }: { calendars: Calendar[]; minDate: Date | undefined; })
src/utils/dayzed/utils.ts:159
↓ 1 callersFunctionisForwardDisabled
({ calendars, maxDate, }: { calendars: Calendar[]; maxDate: Date | undefined; })
src/utils/dayzed/utils.ts:185
↓ 1 callersFunctiononMouseEnterHighlight
(date: Date)
src/range.tsx:42
↓ 1 callersFunctionsubtractMonth
({ calendars, offset, minDate, }: { calendars: Calendar[]; offset: number; minDate: Date | undefin
src/utils/dayzed/utils.ts:104
↓ 1 callersFunctionuseDayzed
({ date = new Date(), maxDate, minDate, monthsToDisplay = 1, firstDayOfWeek = 0, showOutsideDays =
src/utils/dayzed/dayzed.ts:102
FunctionApp
()
example/index.tsx:48
FunctionCalendarIcon
()
src/components/calendar-icon.tsx:3
FunctionCalendarPanel
({ dayzedHookProps, configs, propsConfigs, disabledDates, onMouseEnterHighlight, checkInRange, })
src/components/calendarPanel.tsx:35
FunctionColorModeProvider
(props: ThemeProviderProps)
example/snippet/color-mode.tsx:5
FunctionDatepickerBackBtns
( props )
src/components/dateNavBtns.tsx:16
FunctionDatepickerForwardBtns
( props )
src/components/dateNavBtns.tsx:49
FunctionDayOfMonth
({ dateObj, isInRange, disabledDates, getDateProps, onMouseEnterHighlight, styleBtnProps, })
src/components/dayOfMonth.tsx:15
FunctionPanel
({ children })
example/index.tsx:591
FunctionRangeCalendarDemo
()
example/index.tsx:518
FunctionRangeCalendarPanel
({ dayzedHookProps, configs, propsConfigs, selected, })
src/range.tsx:28
FunctionRangeDatepicker
({ configs, id, name, selectedDates, minDate, maxDate, onDateChange, disabled, children, u
src/range.tsx:103
FunctionSection
({ title, children, })
example/index.tsx:579
FunctionSingleCalendarDemo
()
example/index.tsx:478
FunctionSingleDatepicker
({ date: selectedDate, name, disabled, onDateChange, id, minDate, maxDate, configs, usePorta
src/single.tsx:91
Methodconstructor
(config: ArrowKeysReactConfig)
src/utils/reactKeysArrow.ts:16
FunctionhandleOnDateSelected
(props: { date: Date; nextMonth: boolean; prevMonth: boolean; selectable: boolean; selecte
example/index.tsx:482
FunctionhandleOnDateSelected
({ selectable, date })
src/range.tsx:136
Functionnoop
()
src/utils/dayzed/utils.ts:93
MethodonDateSelected
(selectedDate: DateObj, event: SyntheticEvent)
src/utils/dayzed/utils.ts:63
FunctiononMouseLeave
()
src/range.tsx:37
MethodonOffsetChanged
(offset: number)
src/utils/dayzed/utils.ts:62
FunctiononOffsetChangedDefault
()
src/utils/dayzed/dayzed.ts:99
FunctiontoggleColorMode
()
example/snippet/color-mode.tsx:21
FunctionunwrapChildrenForPreact
(arg: any)
src/utils/dayzed/utils.ts:89
FunctionuseColorModeValue
(light: T, dark: T)
example/snippet/color-mode.tsx:31