SYMBOL INDEX (155 symbols across 32 files) FILE: build/getEnv.ts function isDevFn (line 3) | function isDevFn(mode: string): boolean { function isProdFn (line 7) | function isProdFn(mode: string): boolean { function isTestFn (line 11) | function isTestFn(mode: string): boolean { function isReportMode (line 18) | function isReportMode(): boolean { function wrapperEnv (line 23) | function wrapperEnv(envConf: Recordable): ViteEnv { function getRootPath (line 44) | function getRootPath(...dir: string[]) { FILE: build/proxy.ts type ProxyItem (line 3) | type ProxyItem = [string, string]; type ProxyList (line 5) | type ProxyList = ProxyItem[]; type ProxyTargetList (line 7) | type ProxyTargetList = Record; function createProxy (line 13) | function createProxy(list: ProxyList = []) { FILE: src/api/config/servicePort.ts constant PORT1 (line 2) | const PORT1 = "/geeker"; constant PORT2 (line 3) | const PORT2 = "/hooks"; FILE: src/api/helper/axiosCancel.ts class AxiosCanceler (line 17) | class AxiosCanceler { method addPending (line 23) | addPending(config: CustomAxiosRequestConfig) { method removePending (line 36) | removePending(config: CustomAxiosRequestConfig) { method removeAllPending (line 49) | removeAllPending() { FILE: src/api/index.ts type CustomAxiosRequestConfig (line 12) | interface CustomAxiosRequestConfig extends InternalAxiosRequestConfig { class RequestHttp (line 28) | class RequestHttp { method constructor (line 30) | public constructor(config: AxiosRequestConfig) { method get (line 102) | get(url: string, params?: object, _object = {}): Promise(url: string, params?: object | string, _object = {}): Promise<... method put (line 108) | put(url: string, params?: object, _object = {}): Promise(url: string, params?: any, _object = {}): Promise { FILE: src/api/interface/index.ts type Result (line 2) | interface Result { type ResultData (line 8) | interface ResultData extends Result { type ResPage (line 13) | interface ResPage { type ReqPage (line 21) | interface ReqPage { type ResFileUrl (line 28) | interface ResFileUrl { type ReqLoginForm (line 35) | interface ReqLoginForm { type ResLogin (line 39) | interface ResLogin { type ResAuthButtons (line 42) | interface ResAuthButtons { type ReqUserParams (line 49) | interface ReqUserParams extends ReqPage { type ResUserList (line 58) | interface ResUserList { type ResStatus (line 72) | interface ResStatus { type ResGender (line 76) | interface ResGender { type ResDepartment (line 80) | interface ResDepartment { type ResRole (line 85) | interface ResRole { FILE: src/components/ECharts/config/index.ts type ECOption (line 35) | type ECOption = ComposeOption< FILE: src/components/Grid/interface/index.ts type BreakPoint (line 1) | type BreakPoint = "xs" | "sm" | "md" | "lg" | "xl"; type Responsive (line 3) | type Responsive = { FILE: src/components/ProTable/interface/index.ts type EnumProps (line 7) | interface EnumProps { type TypeProps (line 16) | type TypeProps = "index" | "selection" | "radio" | "expand" | "sort"; type SearchType (line 18) | type SearchType = type SearchRenderScope (line 31) | type SearchRenderScope = { type SearchProps (line 39) | type SearchProps = { type FieldNamesProps (line 52) | type FieldNamesProps = { type RenderScope (line 58) | type RenderScope = { type HeaderRenderScope (line 65) | type HeaderRenderScope = { type ColumnProps (line 71) | interface ColumnProps type ProTableInstance (line 86) | type ProTableInstance = Omit, keyof Compon... FILE: src/config/index.ts constant HOME_URL (line 4) | const HOME_URL: string = "/home/index"; constant LOGIN_URL (line 7) | const LOGIN_URL: string = "/login"; constant DEFAULT_PRIMARY (line 10) | const DEFAULT_PRIMARY: string = "#009688"; constant ROUTER_WHITE_LIST (line 13) | const ROUTER_WHITE_LIST: string[] = ["/500"]; constant AMAP_MAP_KEY (line 16) | const AMAP_MAP_KEY: string = ""; constant BAIDU_MAP_KEY (line 19) | const BAIDU_MAP_KEY: string = ""; FILE: src/directives/modules/auth.ts method mounted (line 9) | mounted(el: HTMLElement, binding: DirectiveBinding) { FILE: src/directives/modules/copy.ts type ElType (line 9) | interface ElType extends HTMLElement { method mounted (line 13) | mounted(el: ElType, binding: DirectiveBinding) { method updated (line 17) | updated(el: ElType, binding: DirectiveBinding) { method beforeUnmount (line 20) | beforeUnmount(el: ElType) { function handleClick (line 25) | async function handleClick(this: any) { FILE: src/directives/modules/debounce.ts type ElType (line 7) | interface ElType extends HTMLElement { method mounted (line 11) | mounted(el: ElType, binding: DirectiveBinding) { method beforeUnmount (line 26) | beforeUnmount(el: ElType) { FILE: src/directives/modules/draggable.ts type ElType (line 14) | interface ElType extends HTMLElement { FILE: src/directives/modules/longpress.ts method mounted (line 8) | mounted(el: HTMLElement, binding: DirectiveBinding) { FILE: src/directives/modules/throttle.ts type ElType (line 12) | interface ElType extends HTMLElement { method mounted (line 17) | mounted(el: ElType, binding: DirectiveBinding) { method beforeUnmount (line 36) | beforeUnmount(el: ElType) { FILE: src/directives/modules/waterMarker.ts method mounted (line 31) | mounted(el: DirectiveBinding, binding: DirectiveBinding) { FILE: src/enums/httpEnum.ts type ResultEnum (line 4) | enum ResultEnum { type RequestEnum (line 15) | enum RequestEnum { type ContentTypeEnum (line 26) | enum ContentTypeEnum { FILE: src/hooks/interface/index.ts type Pageable (line 2) | interface Pageable { type StateProps (line 7) | interface StateProps { type MessageType (line 26) | type MessageType = "" | "success" | "warning" | "info" | "error"; type ThemeType (line 30) | type ThemeType = "light" | "inverted" | "dark"; type GreyOrWeakType (line 31) | type GreyOrWeakType = "grey" | "weak"; FILE: src/stores/interface/index.ts type LayoutType (line 1) | type LayoutType = "vertical" | "classic" | "transverse" | "columns"; type AssemblySizeType (line 3) | type AssemblySizeType = "large" | "default" | "small"; type LanguageType (line 5) | type LanguageType = "zh" | "en" | null; type GlobalState (line 8) | interface GlobalState { type UserState (line 30) | interface UserState { type TabsMenuProps (line 36) | interface TabsMenuProps { type TabsState (line 46) | interface TabsState { type AuthState (line 51) | interface AuthState { type KeepAliveState (line 60) | interface KeepAliveState { FILE: src/stores/modules/auth.ts method getAuthButtonList (line 30) | async getAuthButtonList() { method getAuthMenuList (line 35) | async getAuthMenuList() { method setRouteName (line 40) | async setRouteName(name: string) { FILE: src/stores/modules/global.ts method setGlobalState (line 50) | setGlobalState(...args: ObjToKeyValArray) { FILE: src/stores/modules/keepAlive.ts method addKeepAliveName (line 11) | async addKeepAliveName(name: string) { method removeKeepAliveName (line 15) | async removeKeepAliveName(name: string) { method setKeepAliveName (line 19) | async setKeepAliveName(keepAliveName: string[] = []) { FILE: src/stores/modules/tabs.ts method addTabs (line 17) | async addTabs(tabItem: TabsMenuProps) { method removeTabs (line 27) | async removeTabs(tabPath: string, isCurrent: boolean = true) { method closeTabsOnSide (line 43) | async closeTabsOnSide(path: string, type: "left" | "right") { method closeMultipleTab (line 56) | async closeMultipleTab(tabsMenuValue?: string) { method setTabs (line 65) | async setTabs(tabsMenuList: TabsMenuProps[]) { method setTabsTitle (line 69) | async setTabsTitle(title: string) { FILE: src/stores/modules/user.ts method setToken (line 14) | setToken(token: string) { method setUserInfo (line 18) | setUserInfo(userInfo: UserState["userInfo"]) { FILE: src/typings/global.d.ts type MenuOptions (line 3) | interface MenuOptions { type MetaProps (line 11) | interface MetaProps { type ImageMimeType (line 25) | type ImageMimeType = type ExcelMimeType (line 37) | type ExcelMimeType = "application/vnd.ms-excel" | "application/vnd.openx... type Recordable (line 41) | type Recordable = Record; type ViteEnv (line 43) | interface ViteEnv { type ImportMetaEnv (line 61) | interface ImportMetaEnv extends ViteEnv { FILE: src/typings/utils.d.ts type ObjToKeyValUnion (line 1) | type ObjToKeyValUnion = { type ObjToKeyValArray (line 5) | type ObjToKeyValArray = { type ObjToSelectedValueUnion (line 9) | type ObjToSelectedValueUnion = { type Optional (line 13) | type Optional = Omit & Partial>; type GetOptional (line 15) | type GetOptional = { FILE: src/typings/window.d.ts type Navigator (line 2) | interface Navigator { FILE: src/utils/color.ts function hexToRgb (line 8) | function hexToRgb(str: any) { function rgbToHex (line 25) | function rgbToHex(r: any, g: any, b: any) { function getDarkColor (line 39) | function getDarkColor(color: string, level: number) { function getLightColor (line 53) | function getLightColor(color: string, level: number) { FILE: src/utils/eleValidate.ts function checkPhoneNumber (line 6) | function checkPhoneNumber(rule: any, value: any, callback: any) { FILE: src/utils/index.ts function localGet (line 11) | function localGet(key: string) { function localSet (line 26) | function localSet(key: string, value: any) { function localRemove (line 35) | function localRemove(key: string) { function localClear (line 43) | function localClear() { function isType (line 52) | function isType(val: any) { function generateUUID (line 62) | function generateUUID() { function isObjectValueEqual (line 78) | function isObjectValueEqual(a: { [key: string]: any }, b: { [key: string... function randomNum (line 103) | function randomNum(min: number, max: number): number { function getTimeState (line 112) | function getTimeState() { function getBrowserLang (line 126) | function getBrowserLang() { function getUrlWithParams (line 141) | function getUrlWithParams() { function getFlatMenuList (line 154) | function getFlatMenuList(menuList: Menu.MenuOptions[]): Menu.MenuOptions... function getShowMenuList (line 164) | function getShowMenuList(menuList: Menu.MenuOptions[]) { function getMenuListPath (line 193) | function getMenuListPath(menuList: Menu.MenuOptions[], menuPathArr: stri... function findMenuByPath (line 207) | function findMenuByPath(menuList: Menu.MenuOptions[], path: string): Men... function getKeepAliveRouterName (line 224) | function getKeepAliveRouterName(menuList: Menu.MenuOptions[], keepAliveN... function formatTableColumn (line 239) | function formatTableColumn(row: number, col: number, callValue: any) { function formatValue (line 250) | function formatValue(callValue: any) { function handleRowAccordingToProp (line 262) | function handleRowAccordingToProp(row: { [key: string]: any }, prop: str... function handleProp (line 273) | function handleProp(prop: string) { function filterEnum (line 287) | function filterEnum(callValue: any, enumData?: any, fieldNames?: FieldNa... function findItemNested (line 305) | function findItemNested(enumData: any, callValue: any, value: string, ch... FILE: src/utils/is/index.ts function is (line 4) | function is(val: unknown, type: string) { function isFunction (line 11) | function isFunction(val: unknown): val is T { function isDate (line 39) | function isDate(val: unknown): val is Date { function isNumber (line 46) | function isNumber(val: unknown): val is number { function isAsyncFunction (line 53) | function isAsyncFunction(val: unknown): val is Promise { function isPromise (line 60) | function isPromise(val: unknown): val is Promise { function isString (line 67) | function isString(val: unknown): val is string { function isBoolean (line 74) | function isBoolean(val: unknown): val is boolean { function isArray (line 81) | function isArray(val: any): val is Array { function isNull (line 109) | function isNull(val: unknown): val is null { function isNullOrUnDef (line 116) | function isNullOrUnDef(val: unknown): val is null | undefined {