Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ant-design/ant-design
/ functions
Functions
4,327 in github.com/ant-design/ant-design
⨍
Functions
4,327
◇
Types & classes
860
↓ 5 callers
Function
removePasswordTimeout
()
components/input/hooks/useRemovePasswordTimeout.ts:10
↓ 5 callers
Function
renderComps
(disabled?: boolean)
components/form/__tests__/index.test.tsx:2114
↓ 5 callers
Function
setPrevSelectedIndex
(direction: TransferDirection, value: PrevSelectedIndex)
components/transfer/index.tsx:304
↓ 5 callers
Method
toCssString
()
components/color-picker/color.ts:85
↓ 5 callers
Function
toList
(val: T | T[], config: Config = {})
components/_util/toList.ts:7
↓ 5 callers
Function
triggerMotionEnd
(runAllTimers = true)
components/notification/__tests__/util.ts:9
↓ 5 callers
Function
triggerVisible
(newVisible: boolean)
components/table/hooks/useFilter/FilterDropdown.tsx:191
↓ 5 callers
Function
useAllowClear
(options: UseAllowClearOptions)
components/_util/hooks/useAllowClear.tsx:20
↓ 5 callers
Function
waitFakeTimer19
(advanceTime = 1000)
tests/utils.tsx:95
↓ 4 callers
Function
accessibilityTest
(Component: React.ComponentType, disabledRules?: string[])
tests/shared/accessibilityTest.tsx:79
↓ 4 callers
Method
disconnect
()
tests/setup.ts:173
↓ 4 callers
Function
file2Obj
(file: RcFile)
components/upload/utils.ts:3
↓ 4 callers
Function
flattenKeys
(filters?: ColumnFilterItem[])
components/table/hooks/useFilter/FilterDropdown.tsx:46
↓ 4 callers
Function
genAlphaColor
(color: AggregationColor, alpha?: number)
components/color-picker/util.ts:21
↓ 4 callers
Function
genBorderlessStyle
(token: InputToken, extraStyles?: CSSObject)
components/input/style/variants.ts:200
↓ 4 callers
Function
genFilledStyle
(token: InputToken, extraStyles?: CSSObject)
components/input/style/variants.ts:300
↓ 4 callers
Function
genOutlinedStyle
(token: InputToken, extraStyles?: CSSObject)
components/input/style/variants.ts:86
↓ 4 callers
Function
genPlaceholderStyle
(color: string)
components/input/style/index.ts:22
↓ 4 callers
Function
genPresetColor
( token: Token, genCss: GenCSS, )
components/theme/util/genPresetColor.ts:19
↓ 4 callers
Function
genSkeletonElementSize
(size: number | string)
components/skeleton/style/index.ts:72
↓ 4 callers
Function
genUnderlinedStyle
(token: InputToken, extraStyles?: CSSObject)
components/input/style/variants.ts:447
↓ 4 callers
Function
generateCssinjs
({ key, beforeRender, render }: GenCssinjsOptions<any>)
scripts/generate-cssinjs.ts:24
↓ 4 callers
Function
getArrowStyle
( token: Token, colorBg: string, options?: { arrowDistance?: number; arrowShadow?: boolean; },
components/style/placementArrow.ts:28
↓ 4 callers
Function
getCloseIcon
(prefixCls: string, closeIcon?: React.ReactNode)
components/notification/PurePanel.tsx:33
↓ 4 callers
Method
getColors
()
components/color-picker/color.ts:81
↓ 4 callers
Function
getFileItem
(file: RcFile, fileList: (UploadFile | Readonly<UploadFile>)[])
components/upload/utils.ts:29
↓ 4 callers
Function
getPlacements
(config: PlacementsConfig)
components/_util/placements.ts:148
↓ 4 callers
Function
getSize
( size: ProgressProps['size'], type: ProgressProps['type'] | 'step', extra?: { steps?: number; strokeWid
components/progress/utils.ts:38
↓ 4 callers
Function
groupKeysMap
(keys: TransferKey[])
components/_util/transKeys.ts:3
↓ 4 callers
Function
initFadeMotion
( token: TokenWithCommonCls<AliasToken>, sameLevel = false, )
components/style/motion/fade.ts:50
↓ 4 callers
Function
initMotion
( motionCls: string, inKeyframes: Keyframes, outKeyframes: Keyframes, duration: string, sameLevel =
components/style/motion/motion.ts:8
↓ 4 callers
Function
isPresetColor
(color?: any, includeInverse = true)
components/_util/colors.ts:18
↓ 4 callers
Method
observe
()
tests/setup.ts:171
↓ 4 callers
Function
onChange
()
components/form/__tests__/index.test.tsx:130
↓ 4 callers
Function
onChange
(text)
components/input/demo/otp.tsx:10
↓ 4 callers
Function
onCollapse
(index: number, type: 'start' | 'end')
components/splitter/hooks/useResize.ts:121
↓ 4 callers
Function
onFocus
(...args)
components/mentions/index.tsx:167
↓ 4 callers
Function
onOffsetEnd
()
components/splitter/hooks/useResize.ts:116
↓ 4 callers
Function
onOffsetUpdate
(index: number, offset: number)
components/splitter/hooks/useResize.ts:54
↓ 4 callers
Function
onSearch
(e: React.ChangeEvent<HTMLInputElement>)
components/table/hooks/useFilter/FilterDropdown.tsx:264
↓ 4 callers
Function
operationUnit
(token)
components/style/index.tsx:169
↓ 4 callers
Function
renderColumnTitle
( title: ColumnTitle<RecordType>, props: ColumnTitleProps<RecordType>, )
components/table/util.ts:30
↓ 4 callers
Function
throttleByAnimationFrame
(fn: (...args: T) => void)
components/_util/throttleByAnimationFrame.ts:3
↓ 4 callers
Function
triggerChange
(changedValue: PhoneValue)
components/form/demo/register.tsx:98
↓ 4 callers
Function
updateFileList
(file: UploadFile, fileList: (UploadFile | Readonly<UploadFile>)[])
components/upload/utils.ts:18
↓ 4 callers
Function
useForceUpdate
()
components/_util/hooks/useForceUpdate.ts:3
↓ 4 callers
Function
useMergedArrow
( providedArrow?: AbstractTooltipProps['arrow'], providedContextArrow?: TooltipConfig['arrow'], )
components/tooltip/hook/useMergedArrow.ts:10
↓ 3 callers
Function
clearFilters
()
components/table/demo/reset-filter.tsx:55
↓ 3 callers
Function
close
(key: React.Key)
components/message/useMessage.tsx:169
↓ 3 callers
Function
computeClosable
( propCloseCollection?: ClosableCollection, contextCloseCollection?: ClosableCollection | null, fallback
components/_util/hooks/useClosable.tsx:125
↓ 3 callers
Function
convertLegacyProps
( type?: LegacyButtonType, )
components/button/buttonHelpers.tsx:13
↓ 3 callers
Function
createTable
(props?: TableProps<any>)
components/table/__tests__/Table.filter.test.tsx:60
↓ 3 callers
Function
excludeWarning
()
tests/shared/excludeWarning.ts:14
↓ 3 callers
Function
fillColor
(nextColor: AggregationColor | Color, info?: Info)
components/color-picker/components/PanelPicker/index.tsx:101
↓ 3 callers
Function
flushMessageQueue
()
components/message/index.tsx:117
↓ 3 callers
Function
genBaseOutlinedStyle
( token: InputToken, options: { borderColor: string; hoverBorderColor: string; activeBorderCol
components/input/style/variants.ts:36
↓ 3 callers
Function
genButtonStyle
(token: ButtonToken, prefixCls = '')
components/button/style/index.ts:157
↓ 3 callers
Function
genInputLargeStyle
(token)
components/input/style/index.ts:43
↓ 3 callers
Function
genInputSmallStyle
(token)
components/input/style/index.ts:53
↓ 3 callers
Function
genMessageItemStyle
(token: NotificationToken)
components/message/style/index.ts:68
↓ 3 callers
Function
genSkeletonElementCommonSize
(size: number | string)
components/skeleton/style/index.ts:67
↓ 3 callers
Function
getAlphaColor
(frontColor: string, backgroundColor: string)
components/theme/util/getAlphaColor.ts:7
↓ 3 callers
Function
getColorAlpha
(color: AggregationColor)
components/color-picker/util.ts:18
↓ 3 callers
Function
getFilterData
( data: RecordType[], filterStates: FilterState<RecordType>[], childrenColumnName: string, )
components/table/hooks/useFilter/index.tsx:167
↓ 3 callers
Function
getItemWithWidthStyle
( token: StepsToken, marginSize: number, optionalStyle?: CSSObject, )
components/steps/style/util.ts:14
↓ 3 callers
Function
getMessageIcon
(type?: NoticeType, icon?: React.ReactNode)
components/message/PurePanel.tsx:25
↓ 3 callers
Function
getMultiplePriority
( column: ColumnType<RecordType>, )
components/table/hooks/useSorter.tsx:31
↓ 3 callers
Function
getNameColumn
()
components/table/__tests__/Table.sorter.test.tsx:149
↓ 3 callers
Function
getPopupContainer
()
components/message/__tests__/hooks.test.tsx:201
↓ 3 callers
Function
getRenderPropValue
( propValue?: React.ReactNode | RenderFunction, )
components/_util/getRenderPropValue.ts:7
↓ 3 callers
Function
getSuccessPercent
({ success }: ProgressProps)
components/progress/utils.ts:17
↓ 3 callers
Function
handleScroll
(direction, e)
components/transfer/demo/oneWay.tsx:44
↓ 3 callers
Function
handleSelectChange
( sourceSelectedKeys, targetSelectedKeys, )
components/transfer/demo/oneWay.tsx:34
↓ 3 callers
Function
init
()
components/upload/demo/upload-with-aliyun-oss.tsx:39
↓ 3 callers
Function
initComponentToken
(token: AliasToken)
components/tree/style/index.ts:497
↓ 3 callers
Function
initMoveMotion
( token: TokenWithCommonCls<AliasToken>, motionName: MoveMotionTypes, )
components/style/motion/move.ts:139
↓ 3 callers
Function
internalTriggerFilter
(keys?: string[])
components/table/hooks/useFilter/FilterDropdown.tsx:276
↓ 3 callers
Function
isBright
(value: AggregationColor, bgColorToken: string)
components/color-picker/components/ColorPresets.tsx:27
↓ 3 callers
Function
isFragment
(child: any)
components/_util/reactNode.ts:6
↓ 3 callers
Function
isSameMonth
(date1: T, date2: T, config: GenerateConfig<T>)
components/calendar/generateCalendar.tsx:93
↓ 3 callers
Function
makeVerticalLayoutLabel
(token)
components/form/style/index.ts:414
↓ 3 callers
Function
matchScreen
(screens: ScreenMap, screenSizes?: ScreenSizeMap)
components/_util/responsiveObserver.ts:68
↓ 3 callers
Function
mergedBuiltinPlacements
( buildInPlacements?: BuildInPlacements, popupOverflow?: PopupOverflow, )
components/select/mergedBuiltinPlacements.ts:42
↓ 3 callers
Function
onChange
(pagination, filters, sorter, extra)
components/table/demo/head.tsx:97
↓ 3 callers
Function
onChange
(nextTargetKeys, direction, moveKeys)
components/transfer/demo/basic.tsx:23
↓ 3 callers
Function
onChange
(info)
components/upload/demo/drag.tsx:15
↓ 3 callers
Function
onChange
(key: string)
components/tabs/demo/card.tsx:4
↓ 3 callers
Function
onClick
(e)
components/menu/demo/theme.tsx:58
↓ 3 callers
Function
onConfirm
(e: React.MouseEvent<HTMLButtonElement>)
components/popconfirm/index.tsx:102
↓ 3 callers
Function
onOffsetStart
(index: number)
components/splitter/hooks/useResize.ts:46
↓ 3 callers
Function
onOpenChange
(openKeys)
components/menu/demo/sider-current.tsx:86
↓ 3 callers
Function
onPreview
(file: UploadFile)
components/upload/demo/crop-image.tsx:22
↓ 3 callers
Function
parseColor
(rootPrefixCls: string, prefixCls: string, color?: string)
components/tooltip/util.ts:9
↓ 3 callers
Function
prepareToken
(token: Parameters<GenStyleFn<'Tag'>>[0])
components/tag/style/index.ts:209
↓ 3 callers
Function
replaceElement
( element: React.ReactNode, replacement: React.ReactNode, props?: RenderProps, )
components/_util/reactNode.ts:12
↓ 3 callers
Function
resolveStyleOrClass
( value: T | ((config: any) => T), info: { props: any }, )
components/_util/hooks/useMergeSemantic/index.ts:82
↓ 3 callers
Function
scheduleRender
(props: ConfirmDialogProps)
components/modal/confirm.tsx:101
↓ 3 callers
Function
settingOpen
(value)
components/popconfirm/index.tsx:93
↓ 3 callers
Function
setup
()
components/upload/__tests__/mock.ts:3
↓ 3 callers
Function
sleep
(timeout = 0)
tests/utils.tsx:24
← previous
next →
101–200 of 4,327, ranked by callers