MCPcopy Create free account

hub / github.com/condorheroblog/react-antd-admin / functions

Functions306 in github.com/condorheroblog/react-antd-admin

↓ 1 callersFunctionhandleDeleteRow
(id: number, action?: ProCoreActionType<object>)
src/pages/system/menu/index.tsx:30
↓ 1 callersFunctionhandleDeleteRow
(id: number, action?: ProCoreActionType<object>)
src/pages/system/role/index.tsx:45
↓ 1 callersFunctionhandleEnter
key enter
src/layout/widgets/global-search/index.tsx:162
↓ 1 callersFunctionhandleErrorResponse
(response: Response)
src/utils/request/error-response.ts:10
↓ 1 callersFunctionhandleMouseEnter
(key: string)
src/layout/widgets/global-search/components/search-panel.tsx:24
↓ 1 callersFunctionhandleNotice
(versionTag: string)
src/layout/widgets/version-monitor/index.tsx:26
↓ 1 callersFunctionhasAuthority
* 判断路由是否有权限访问 * @param route * @param accesses
src/router/utils/generate-routes-from-frontend.ts:25
↓ 1 callersFunctioninjectViewTransitionStyles
()
src/layout/layout-header/components/theme-button.tsx:10
↓ 1 callersFunctionisLightTheme
(theme: string)
src/utils/is-light-theme/index.ts:7
↓ 1 callersFunctionisNumber
(value: unknown)
src/utils/is/index.ts:19
↓ 1 callersFunctionisRGBColor
(color: string)
src/components/antd-app/utils.ts:21
↓ 1 callersFunctionisUndefined
(value: unknown)
src/utils/is/index.ts:74
↓ 1 callersFunctionisWindowsOs
()
src/utils/is-windows-os/index.ts:6
↓ 1 callersFunctionmenuItems
(t: TFunction<"translation", undefined>)
src/hooks/use-layout-menu/index.tsx:11
↓ 1 callersFunctiononClick
({ key })
src/layout/layout-header/components/user-menu.tsx:24
↓ 1 callersFunctiononClose
()
src/layout/widgets/global-search/index.tsx:58
↓ 1 callersFunctiononCloseChange
()
src/pages/system/menu/index.tsx:73
↓ 1 callersFunctiononCloseChange
()
src/pages/system/role/index.tsx:90
↓ 1 callersFunctiononRefreshFailed
* 当 token 刷新失败时,通知所有等待的订阅者。 * 遍历所有订阅者,调用其 reject 方法,并传入错误信息。 * 然后清空订阅者列表。 * * @param error 刷新失败时产生的错误信息
src/utils/request/refresh.ts:98
↓ 1 callersFunctiononRefreshed
* 当 token 刷新成功时,通知所有等待的订阅者。 * 遍历所有订阅者,调用其 resolve 方法,并传入新的 token。 * 然后清空订阅者列表,准备下一次 token 刷新。 * * @param token 刷新后的令牌字符串
src/utils/request/refresh.ts:86
↓ 1 callersFunctionrefresh
()
src/components/page-error/index.tsx:24
↓ 1 callersFunctionrefreshTable
()
src/pages/system/menu/index.tsx:78
↓ 1 callersFunctionrefreshTable
()
src/pages/system/role/index.tsx:95
↓ 1 callersFunctionrefreshTokenAndRetry
(request: Request, options: Options, refreshToken: string)
src/utils/request/refresh.ts:20
↓ 1 callersFunctionrememberRoute
()
src/utils/remember-route/index.ts:3
↓ 1 callersFunctionremoveDuplicateRoutes
(routes: AppRouteRecordRaw[])
src/router/guard/utils.ts:3
↓ 1 callersFunctionremoveHistoryItem
* @zh 从搜索历史中移除指定的记录 * @en Remove the specified record from search history
src/layout/widgets/global-search/index.tsx:87
↓ 1 callersFunctionscrollSelectedIntoView
* @zh 将指定索引的元素滚动到视图中 * @en Scroll the specified index element into view
src/layout/widgets/global-search/index.tsx:73
↓ 1 callersFunctionsetPageLayout
(value: PageLayoutType)
src/hooks/use-layout-menu/index.tsx:36
↓ 1 callersFunctionsetupAntdThemeTokensToHtml
(antdTokens: GlobalToken)
src/components/antd-app/setup-antd-theme.ts:8
↓ 1 callersFunctionsetupApp
()
src/index.tsx:11
↓ 1 callersFunctionsetupI18n
()
src/locales/index.ts:49
↓ 1 callersFunctiontoggleTheme
(event: React.PointerEvent<HTMLElement>)
src/layout/layout-header/components/theme-button.tsx:54
↓ 1 callersFunctiontransformMenuToFlatMenu
* @zh 偏平化可跳转的菜单项 * @en Flat menu item that can be jumped
src/layout/widgets/global-search/index.tsx:25
↓ 1 callersFunctiontransformRoute
(route: AppRouteRecordRaw, parentComponentPath?: string)
src/router/utils/generate-routes-from-backend.ts:68
↓ 1 callersFunctiontranslateMenus
(menus: MenuItemType[], t: (key: string) => string)
src/layout/layout-menu/utils.ts:13
↓ 1 callersFunctiontraverse
(items: MenuItemType[], parentKeys: string[] = [])
src/layout/layout-menu/utils.ts:185
↓ 1 callersFunctiontraverse
(items: AppRouteRecordRaw[], parent?: AppRouteRecordRaw)
src/router/utils/flatten-routes.ts:10
↓ 1 callersFunctiontraverseTreeValues
( tree: T[], getValue: (node: T) => V, options?: TreeConfigOptions, )
src/utils/tree/index.ts:69
↓ 1 callersFunctionupdateColorMode
()
src/app.tsx:103
↓ 1 callersFunctionuseLanguage
()
src/hooks/use-language/index.ts:7
↓ 1 callersFunctionuseLayoutContentStyle
()
src/hooks/use-layout-style/index.ts:20
↓ 1 callersFunctionuseLayoutFooterStyle
()
src/hooks/use-layout-style/index.ts:81
↓ 1 callersFunctionuseLayoutHeaderStyle
()
src/hooks/use-layout-style/index.ts:68
↓ 1 callersFunctionuseLayoutMenu
()
src/hooks/use-layout-menu/index.tsx:31
↓ 1 callersFunctionuseScrollToHash
( trigger?: unknown, { behavior = "smooth", interval = 200 }: ScrollToHashOptions = {}, )
src/hooks/use-scroll-to-hash/index.ts:16
FunctionADD_TITLE
(t: TFunction, title?: string)
src/constants/config.ts:24
FunctionALPHA_NUMERIC_ONLY_RULES
(t: TFunction<"translation", undefined>)
src/constants/rules.ts:50
FunctionAbout
()
src/pages/about/index.tsx:13
FunctionAccessControl
({ type = "code", codes, children, fallback }: AccessControlProps)
src/components/access-control/index.ts:21
FunctionAccessMode
()
src/pages/access/access-mode/index.tsx:5
FunctionAdminVisible
()
src/pages/access/admin-visible/index.tsx:5
FunctionAnimation
()
src/layout/widgets/preferences/blocks/animation/index.tsx:15
FunctionAntdApp
({ children }: AntdAppProps)
src/components/antd-app/index.tsx:14
FunctionApp
()
src/app.tsx:19
FunctionApp
()
tests/Demo.tsx:3
FunctionAppVersionMonitor
({ checkUpdatesInterval = 1, checkUpdateUrl = import.meta.env.BASE_URL ?? "/", }: AppVersionMonitorProps)
src/layout/widgets/version-monitor/index.tsx:16
FunctionAuthGuard
({ children }: AuthGuardProps)
src/router/guard/auth-guard.tsx:35
FunctionBarChart
()
src/pages/home/components/bar-chart.tsx:6
FunctionBasicButton
(props: BasicButtonProps)
src/components/basic-button/index.tsx:9
FunctionBasicContent
(props: Props)
src/components/basic-content/index.tsx:9
FunctionBasicTable
( props: BasicTableProps<DataType, Params, ValueType>, )
src/components/basic-table/index.tsx:30
FunctionBreadcrumbViews
()
src/layout/widgets/breadcrumb-views/index.tsx:21
FunctionBuiltinTheme
()
src/layout/widgets/preferences/blocks/theme/builtin.tsx:11
FunctionButtonControl
()
src/pages/access/button-control/index.tsx:24
FunctionCardList
()
src/pages/home/components/card-list.tsx:27
FunctionCodeLogin
()
src/pages/login/components/code-login.tsx:26
FunctionCommonVisible
()
src/pages/access/common-visible/index.tsx:5
FunctionContainerLayout
()
src/layout/container-layout/index.tsx:37
FunctionDept
()
src/pages/system/dept/index.tsx:5
FunctionDetail
({ title, open, flatParentMenus, onCloseChange, detailData, refreshTable, }: DetailProps)
src/pages/system/menu/components/detail.tsx:28
FunctionDetail
({ title, open, onCloseChange, detailData, treeData, refreshTable }: DetailProps)
src/pages/system/role/components/detail.tsx:26
FunctionDraggableTabBar
({ tabBarProps, DefaultTabBar, tabItems, items, onClickMenu }: DraggableTabBarProps)
src/layout/layout-tabbar/components/draggable-tab-bar.tsx:54
FunctionDraggableTabNode
({ className, children, ...props }: DraggableTabPaneProps)
src/layout/layout-tabbar/components/draggable-tab-bar.tsx:21
FunctionEDIT_TITLE
(t: TFunction, name: string, title?: string)
src/constants/config.ts:25
FunctionException403
()
src/pages/exception/403/index.tsx:6
FunctionException404
()
src/pages/exception/404/index.tsx:6
FunctionException500
()
src/pages/exception/500/index.tsx:6
FunctionFirstColumnMenu
({ handleMenuSelect, menus = emptyArray, sideNavMenuKeyInSplitMode, }: FirstColumnMenuProps)
src/layout/layout-mixed-sidebar/first-column-menu.tsx:41
FunctionForgotPassword
()
src/pages/login/components/forgot-password.tsx:23
FunctionFormAvatarItem
({ value, onChange }: FormAvatarItemProps)
src/components/basic-form/form-items/form-avatar-item.tsx:11
FunctionFormTreeItem
({ treeData, value, onChange }: FormTreeItemProps)
src/components/basic-form/form-items/form-tree-item.tsx:38
FunctionFullscreenButton
({ target, ...restProps }: FullscreenButtonProps)
src/layout/layout-header/components/fullscreen-button.tsx:6
FunctionFullscreenButton
({ target, fullscreenIcon, fullscreenExitIcon, ...restProps })
src/components/fullscreen-button/index.tsx:23
FunctionGeneral
()
src/layout/widgets/preferences/blocks/general/index.tsx:10
FunctionGlobalSearch
()
src/layout/widgets/global-search/index.tsx:41
FunctionGlobalSpin
({ children, className }: GlobalSpinProps)
src/components/global-spin/index.tsx:28
FunctionHome
()
src/pages/home/index.tsx:20
FunctionIframe
()
src/components/iframe/index.tsx:6
FunctionJSSThemeProvider
({ children }: JSSThemeProviderProps)
src/components/jss-theme-provider/index.tsx:36
FunctionLanguageButton
({ ...restProps }: ButtonProps)
src/layout/layout-header/components/language-button.tsx:11
FunctionLayoutContent
()
src/layout/layout-content/index.tsx:18
FunctionLayoutFooter
({ className }: LayoutFooterProps)
src/layout/layout-footer/index.tsx:7
FunctionLayoutHeader
({ className, children }: LayoutHeaderProps)
src/layout/layout-header/index.tsx:30
FunctionLayoutMenu
({ mode = "inline", autoExpandCurrentMenu, handleMenuSelect, menus = emptyArray, }: LayoutMenuProps)
src/layout/layout-menu/index.tsx:33
FunctionLayoutMixedSidebar
({ computedSidebarWidth = zero, sideNavItems = emptyArray, topNavItems = emptyArray, handleMenuSelect, si
src/layout/layout-mixed-sidebar/index.tsx:27
FunctionLayoutMobileMenu
()
src/layout/layout-mobile-menu/index.tsx:26
FunctionLayoutRoot
()
src/layout/layout-root/index.tsx:20
FunctionLayoutSidebar
({ children, computedSidebarWidth }: LayoutSidebarProps)
src/layout/layout-sidebar/index.tsx:15
FunctionLayoutTabbar
()
src/layout/layout-tabbar/index.tsx:30
← previousnext →101–200 of 306, ranked by callers