MCPcopy Create free account

hub / github.com/MarceloPrado/flash-calendar / functions

Functions112 in github.com/MarceloPrado/flash-calendar

↓ 100 callersFunctiontoDateId
(date: Date)
packages/flash-calendar/src/helpers/dates.ts:5
↓ 87 callersFunctionfromDateId
(dateId: string)
packages/flash-calendar/src/helpers/dates.ts:20
↓ 39 callersFunctionpipe
( a: unknown, ab?: Function, bc?: Function, cd?: Function, de?: Function, ef?: Function, fg?: Fu
packages/flash-calendar/src/helpers/functions.ts:287
↓ 29 callersFunctionaddDays
(date: Date, days: number)
packages/flash-calendar/src/helpers/dates.ts:88
↓ 22 callersFunctionbuildCalendar
(params: UseCalendarParams)
packages/flash-calendar/src/hooks/useCalendar.ts:220
↓ 22 callersFunctiondifferenceInMonths
(laterDate: Date, earlierDate: Date)
packages/flash-calendar/src/helpers/dates.ts:114
↓ 20 callersFunctionstartOfMonth
(date: Date)
packages/flash-calendar/src/helpers/dates.ts:28
↓ 17 callersFunctionuseDateRange
( initialDateRange: CalendarActiveDateRange = { startId: undefined, endId: undefined, } )
packages/flash-calendar/src/hooks/useDateRange.ts:10
↓ 15 callersFunctionuseOptimizedDayMetadata
( baseMetadata: CalendarDayMetadata, calendarInstanceId?: string )
packages/flash-calendar/src/hooks/useOptimizedDayMetadata.ts:41
↓ 12 callersFunctionrange
(start: number, stop: number, step = 1)
packages/flash-calendar/src/helpers/numbers.ts:10
↓ 10 callersFunctionendOfMonth
(date: Date)
packages/flash-calendar/src/helpers/dates.ts:35
↓ 9 callersFunctionaddMonths
(date: Date, months: number)
packages/flash-calendar/src/helpers/dates.ts:70
↓ 9 callersFunctionuseCalendarList
({ calendarInitialMonthId, calendarPastScrollRangeInMonths, calendarFutureScrollRangeInMonths, calenda
packages/flash-calendar/src/hooks/useCalendarList.tsx:118
↓ 7 callersFunctionstartOfWeek
( baseDate: Date, firstDayOfWeek: "monday" | "sunday" )
packages/flash-calendar/src/helpers/dates.ts:44
↓ 7 callersFunctionsubMonths
(date: Date, months: number)
packages/flash-calendar/src/helpers/dates.ts:79
↓ 7 callersFunctionuseTheme
()
packages/flash-calendar/src/hooks/useTheme.ts:7
↓ 6 callersFunctiongetBaseMetadata
(date: string)
packages/flash-calendar/src/hooks/useOptimizedDayMetadata.test.ts:386
↓ 6 callersFunctiongetHeightForMonth
({ calendarRowVerticalSpacing: vSpacing, calendarDayHeight: day, calendarWeekHeaderHeight: weekName, c
packages/flash-calendar/src/hooks/useCalendarList.tsx:267
↓ 6 callersFunctiongetWeeksInMonth
( date: Date, firstDayOfWeek: "monday" | "sunday" )
packages/flash-calendar/src/helpers/dates.ts:124
↓ 6 callersFunctionloggingHandler
(msg: string, printArgs = true)
packages/flash-calendar/src/developer/loggginHandler.tsx:2
↓ 5 callersFunctiongetWeekOfMonth
( date: Date, firstDayOfWeek: "monday" | "sunday" )
packages/flash-calendar/src/helpers/dates.ts:148
↓ 5 callersFunctionsubDays
(date: Date, days: number)
packages/flash-calendar/src/helpers/dates.ts:97
↓ 4 callersFunctiongetStateFields
({ todayId, id, calendarActiveDateRanges, calendarMinDateId, calendarMaxDateId, calendarDisabledDa
packages/flash-calendar/src/hooks/useCalendar.ts:151
↓ 3 callersFunctionbuildMonthList
( startingMonth: Date, endingMonth: Date, firstDayOfWeek: CalendarProps["calendarFirstDayOfWeek"] = "sun
packages/flash-calendar/src/hooks/useCalendarList.tsx:22
↓ 3 callersFunctionisWeekend
(date: Date)
packages/flash-calendar/src/helpers/dates.ts:106
↓ 3 callersFunctionuseCalendar
(params: UseCalendarParams)
packages/flash-calendar/src/hooks/useCalendar.ts:350
↓ 2 callersFunctionaddDaysCurried
(amount: number)
packages/flash-calendar/src/helpers/dates.test.ts:268
↓ 2 callersFunctionaddMonthsCurried
(amount: number)
packages/flash-calendar/src/helpers/dates.test.ts:217
↓ 2 callersFunctiongetEndingMonth
( calendarFutureScrollRange: number, calendarMaxDateId: string | undefined, baseDate: Date )
packages/flash-calendar/src/hooks/useCalendarList.tsx:81
↓ 2 callersFunctiongetStartingMonth
( calendarPastScrollRange: number, calendarMinDateId: string | undefined, baseDate: Date )
packages/flash-calendar/src/hooks/useCalendarList.tsx:98
↓ 2 callersFunctionisDisabled
(dateId: string)
apps/example/src/components/GithubIssues/CalendarListGithubIssues.stories.tsx:75
↓ 2 callersFunctionsubDaysCurried
(amount: number)
packages/flash-calendar/src/helpers/dates.test.ts:294
↓ 2 callersFunctionsubMonthsCurried
(amount: number)
packages/flash-calendar/src/helpers/dates.test.ts:243
↓ 2 callersFunctionuppercaseFirstLetter
(value: string)
packages/flash-calendar/src/helpers/strings.ts:1
↓ 2 callersFunctionuseRenderCount
(id?: string)
apps/example/src/components/PerfTestCalendar/useRenderCount.ts:3
↓ 1 callersFunctionbuildBaseStyles
(theme: BaseTheme)
packages/flash-calendar/src/components/CalendarItemDay.tsx:51
↓ 1 callersFunctiongetNumberOfEmptyCellsAtStart
( month: Date, firstDayOfWeek: "sunday" | "monday" )
packages/flash-calendar/src/hooks/useCalendar.ts:16
↓ 1 callersFunctionisFragment
( child: ReactNode )
packages/flash-calendar/src/components/VStack.tsx:32
↓ 1 callersFunctionisNegativeZero
(x: number)
packages/flash-calendar/src/helpers/dates.test.ts:420
↓ 1 callersFunctionuseCalendarTheme
()
packages/flash-calendar/src/components/CalendarThemeProvider.tsx:40
FunctionApp
()
kitchen-sink/expo/src/App.tsx:15
FunctionBottomSheetCalendar
()
kitchen-sink/expo/src/BottomSheetCalendar.tsx:15
FunctionCalendarCustomFormatting
()
kitchen-sink/expo/src/CalendarCustomFormatting.tsx:7
FunctionCalendarDemo
()
kitchen-sink/expo/src/Calendar.tsx:7
FunctionCalendarInstanceDemo
({ instanceId, startingIndex, }: { instanceId: string; startingIndex: number; })
packages/flash-calendar/src/components/Calendar.stories.tsx:196
FunctionCalendarInstanceDemo
({ instanceId, startingIndex, }: { instanceId: string; startingIndex: number; })
packages/flash-calendar/src/components/CalendarList.stories.tsx:278
FunctionCalendarItemDay
({ onPress, children, theme, height, metadata, textProps, CalendarPressableComponent = Pressable
packages/flash-calendar/src/components/CalendarItemDay.tsx:174
FunctionCalendarItemDayContainer
({ children, isStartOfWeek, shouldShowActiveDayFiller, theme, daySpacing, dayHeight, metadata, }
packages/flash-calendar/src/components/CalendarItemDay.tsx:278
FunctionCalendarItemDayWithContainer
({ children, metadata: baseMetadata, onPress, theme, dayHeight, daySpacing, containerTheme, ca
packages/flash-calendar/src/components/CalendarItemDay.tsx:348
FunctionCalendarItemWeekName
({ children, height, theme, textProps, }: CalendarItemWeekNameProps)
packages/flash-calendar/src/components/CalendarItemWeekName.tsx:36
FunctionCalendarListCompact
()
kitchen-sink/expo/src/CalendarListCustomSpacing.tsx:4
FunctionCalendarListDemo
()
kitchen-sink/expo/src/CalendarList.tsx:10
FunctionCalendarRowMonth
({ children, height, theme, }: CalendarRowMonthProps)
packages/flash-calendar/src/components/CalendarRowMonth.tsx:36
FunctionCalendarRowWeek
({ children, spacing = 0, theme, }: CalendarRowWeekProps)
packages/flash-calendar/src/components/CalendarRowWeek.tsx:25
FunctionCalendarThemeProvider
({ children, colorScheme, }: { children: ReactNode; /** * When set, Flash Calendar will use this co
packages/flash-calendar/src/components/CalendarThemeProvider.tsx:13
FunctionDatePicker
(args: typeof KichenSink.args)
packages/flash-calendar/src/components/Calendar.stories.tsx:132
FunctionDatePicker
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:232
FunctionDatePicker
()
apps/example/src/components/PerfTestCalendar/PerfTestCalendar.stories.tsx:19
FunctionDatePicker
()
apps/example/src/components/PerfTestCalendar/PerfTestCalendarList.stories.tsx:24
FunctionDateRangePicker
(args: typeof KichenSink.args)
packages/flash-calendar/src/components/Calendar.stories.tsx:149
FunctionDateRangePicker
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:189
FunctionDateRangePicker
()
apps/example/src/components/PerfTestCalendar/PerfTestCalendar.stories.tsx:35
FunctionDateRangePicker
()
apps/example/src/components/PerfTestCalendar/PerfTestCalendarList.stories.tsx:47
FunctionDemo
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:303
FunctionDynamicFiller
()
apps/example/src/components/ThemeableCalendar/Calendar.stories.tsx:42
FunctionFeature
({ title, Svg, description }: FeatureItem)
apps/docs/src/components/HomepageFeatures/index.tsx:46
FunctionHStack
({ alignItems, children, justifyContent = "flex-start", grow = false, shrink = false, spacing = 0,
packages/flash-calendar/src/components/HStack.tsx:28
FunctionHStack
({ alignItems, children, justifyContent = "flex-start", spacing = 0, }: HStackProps)
apps/docs/src/components/HStack.tsx:16
FunctionHomepageFeatures
()
apps/docs/src/components/HomepageFeatures/index.tsx:60
FunctionImperativeScrolling
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:110
FunctionImperativeScrolling
()
kitchen-sink/expo/src/ImperativeScroll.tsx:11
FunctionIssue11
()
apps/example/src/components/GithubIssues/CalendarListGithubIssues.stories.tsx:21
FunctionIssue16
()
apps/example/src/components/GithubIssues/CalendarListGithubIssues.stories.tsx:49
FunctionIssue38
()
apps/example/src/components/GithubIssues/CalendarListGithubIssues.stories.tsx:80
FunctionIssue69
()
apps/example/src/components/GithubIssues/CalendarGithubIssues.stories.tsx:22
FunctionLenghtyDateRangePicker
()
apps/example/src/components/PerfTestCalendar/PerfTestCalendarList.stories.tsx:69
FunctionLightModeOnly
()
packages/flash-calendar/src/components/Calendar.stories.tsx:171
FunctionLinear
()
apps/example/src/components/ThemeableCalendar/Calendar.stories.tsx:40
FunctionListenToVisibleMonth
()
apps/example/src/components/GithubIssues/CalendarListGithubIssues.stories.tsx:131
FunctionMinAndMaxDates
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:173
FunctionPerfTestCalendarItemDayWithContainer
({ children, metadata: baseMetadata, onPress, theme, dayHeight, daySpacing, containerTheme, }: C
apps/example/src/components/PerfTestCalendar/PerfTestCalendarItemDay.tsx:10
FunctionScrollingBackwardsWorkaround
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:252
FunctionSlowExampleAddressed
()
kitchen-sink/expo/src/SlowExampleAddressed.tsx:10
FunctionSpacingSparse
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:77
FunctionTwoCalendarListsMounted
()
packages/flash-calendar/src/components/CalendarList.stories.tsx:269
FunctionTwoCalendarsMounted
()
packages/flash-calendar/src/components/Calendar.stories.tsx:187
FunctionVStack
({ children, spacing = 0, alignItems, justifyContent, grow, }: VStackProps)
packages/flash-calendar/src/components/VStack.tsx:38
FunctionVStack
({ alignItems, children, justifyContent = "flex-start", spacing = 0, }: VStackProps)
apps/docs/src/components/VStack.tsx:16
FunctionWindowsXP
()
apps/example/src/components/ThemeableCalendar/Calendar.stories.tsx:44
FunctionWindowsXpWindow
({ children, title, }: { children: React.ReactNode; title: string; })
apps/example/src/components/ThemeableCalendar/WindowsXpCalendar/WindowsXpWindow.tsx:52
FunctionWindowsXpWindowHeader
({ children }: { children: string })
apps/example/src/components/ThemeableCalendar/WindowsXpCalendar/WindowsXpWindow.tsx:44
FunctionWithCustomFormatting
(args: typeof KichenSink.args)
packages/flash-calendar/src/components/Calendar.stories.tsx:119
FunctionWithCustomLocale
(args: typeof KichenSink.args)
packages/flash-calendar/src/components/Calendar.stories.tsx:108
FunctionbackgroundDecorator
(storyFn: () => ReactNode)
packages/flash-calendar/src/developer/decorators.tsx:52
FunctioncenteredDecorator
(storyFn: () => ReactNode)
packages/flash-calendar/src/developer/decorators.tsx:23
FunctionexhaustiveCheck
(_x: never)
packages/flash-calendar/src/helpers/types.ts:1
FunctionformatWeekDay
(date: Date)
apps/example/src/components/GithubIssues/CalendarGithubIssues.stories.tsx:54
FunctiongetBaseCalendarDayFormat
(date: Date, locale: string)
packages/flash-calendar/src/hooks/useCalendar.ts:211
FunctiongetBaseCalendarMonthFormat
(date: Date, locale: string)
packages/flash-calendar/src/hooks/useCalendar.ts:199
FunctiongetBaseCalendarWeekDayFormat
(date: Date, locale: string)
packages/flash-calendar/src/hooks/useCalendar.ts:205
next →1–100 of 112, ranked by callers