SYMBOL INDEX (84 symbols across 19 files) FILE: check-version.js function consoleError (line 5) | function consoleError(msg) { function consoleInfo (line 8) | function consoleInfo(msg) { function getYarnVersion (line 12) | function getYarnVersion() { function getNodeVersion (line 21) | function getNodeVersion() { function haveYarnLock (line 30) | function haveYarnLock() { FILE: generate-svg-component.js constant SVG_DIR (line 12) | const SVG_DIR = path.resolve(__dirname, 'src/assets/svg'); constant OUTPUT_DIR (line 13) | const OUTPUT_DIR = path.resolve(__dirname, 'src/components/j-c-svg'); constant INDEX_FILE_PATH (line 14) | const INDEX_FILE_PATH = path.join(OUTPUT_DIR, 'index.vue'); function toVueComponentName (line 24) | function toVueComponentName(filename) { function generateSvgComponent (line 48) | function generateSvgComponent(svgContent, componentName) { function generateIndexComponent (line 116) | async function generateIndexComponent(names) { function cleanOutputDirectory (line 210) | async function cleanOutputDirectory() { function processSvgs (line 239) | async function processSvgs() { FILE: src/boot/axios.ts type ComponentCustomProperties (line 12) | interface ComponentCustomProperties { FILE: src/env.d.ts type ProcessEnv (line 4) | interface ProcessEnv { FILE: src/pages/table/mixins/selected.ts type TableParams (line 3) | interface TableParams { method itemSelectDisable (line 13) | public itemSelectDisable(data: any): boolean { method isItemSelected (line 25) | public isItemSelected(data: any): boolean { method handleClickSelectAll (line 32) | public handleClickSelectAll(): void { method handleClickSelectItem (line 50) | public handleClickSelectItem(val: boolean, data: any): void { method canSelectAll (line 66) | public get canSelectAll(): boolean | null { FILE: src/quasar.d.ts type ComponentCustomProperties (line 11) | interface ComponentCustomProperties { FILE: src/router/index.ts function resetRouter (line 10) | function resetRouter() { FILE: src/router/routes.ts function redirect (line 20) | function redirect(to: any): any { FILE: src/store/modules/app.ts class App (line 6) | @Module({ dynamic: true, namespaced: true, store, name: 'App' }) method SET_TOOL_TIP_CLASS (line 13) | public SET_TOOL_TIP_CLASS(className: string) { method SET_LANGUAGE (line 18) | public SET_LANGUAGE(status: any) { method SET_SIDEBAR_STATUS (line 23) | public SET_SIDEBAR_STATUS(status: any) { method loadProvinceJson (line 28) | public async loadProvinceJson(data: any) { method loadCityJson (line 34) | public async loadCityJson(data: any) { FILE: src/store/modules/index.ts class Count (line 8) | @Module({ dynamic: true, namespaced: true, store, name: 'Count' }) method INCREMENT (line 13) | INCREMENT() { method DECREMENT (line 18) | DECREMENT() { method incrementAfterTime (line 23) | public async incrementAfterTime(payload: any) { FILE: src/store/modules/permission.ts type IPermissionState (line 36) | interface IPermissionState { class Permission (line 41) | @Module({ dynamic: true, store, name: 'permission' }) method SET_ROUTES (line 47) | private SET_ROUTES(routes: RouteRecordRaw[]) { method REMOVE_ROUTES (line 54) | public REMOVE_ROUTES(routes: RouteRecordRaw[]) { method GenerateRoutes (line 60) | public GenerateRoutes() { FILE: src/store/modules/tags.ts type ITagsView (line 5) | type ITagsView = Partial; type ITagsViewState (line 7) | interface ITagsViewState { class TagsView (line 11) | @Module({ dynamic: true, namespaced: true, store, name: 'TagsView' }) method ADD_VISITED_VIEW (line 16) | private ADD_VISITED_VIEW(view: ITagsView) { method DEL_VISITED_VIEW (line 34) | private DEL_VISITED_VIEW(view: ITagsView) { method DEL_OTHER_VISITED_VIEWS (line 44) | private DEL_OTHER_VISITED_VIEWS(view: ITagsView) { method DEL_ALL_VISITED_VIEWS (line 51) | private DEL_ALL_VISITED_VIEWS() { method addView (line 58) | public addView(view: ITagsView) { method delView (line 63) | public delView(view: ITagsView) { method delOtherViews (line 68) | public delOtherViews(view: ITagsView) { method delAllViews (line 73) | public delAllViews() { FILE: src/store/modules/user.ts type IUserState (line 12) | interface IUserState {} class User (line 14) | @Module({ dynamic: true, store, name: 'User', namespaced: true }) method SET_PAGE_PERMISION_ID (line 23) | public SET_PAGE_PERMISION_ID(arr: any) { method SET_TOKEN (line 29) | private SET_TOKEN(token: string) { method SET_USERNAME (line 34) | private SET_USERNAME(username: string) { method SET_INTRODUCTION (line 39) | private SET_INTRODUCTION(introduction: string) { method SET_USERINFO (line 44) | private SET_USERINFO(userinfo: any) { method Login (line 50) | public async Login(data: any) { method getUserInfo (line 74) | public async getUserInfo() { method LogOut (line 82) | public async LogOut() { method ResetToken (line 90) | public ResetToken() { FILE: src/store/store-flag.d.ts type QuasarFeatureFlags (line 7) | interface QuasarFeatureFlags { FILE: src/utils/canvas_verify_code.ts function getAllLetter (line 3) | function getAllLetter() { function randomNum (line 9) | function randomNum(min: number, max: number) { function randomColor (line 14) | function randomColor(min: number, max: number) { class GVerify (line 21) | class GVerify { method constructor (line 22) | constructor(domId: any) { method init (line 40) | private init() { method refresh (line 60) | private refresh() { method validate (line 117) | validate(code: any) { FILE: src/utils/country.ts type CountrySelectOption (line 1) | interface CountrySelectOption { constant COUNTRY_SELECT_OPTION (line 6) | const COUNTRY_SELECT_OPTION: CountrySelectOption[] = [ FILE: src/utils/slidercaptcha.ts class sliderCaptcha (line 3) | class sliderCaptcha { method constructor (line 4) | constructor(element: any, option: any) { method init (line 37) | private init() { method initDOM (line 42) | private initDOM() { method initImg (line 95) | private initImg() { method bindEvents (line 161) | private bindEvents() { method clean (line 234) | private clean() { method verify (line 239) | private verify() { method reset (line 264) | public reset() { FILE: src/utils/tools.ts function loadBdScript (line 2) | function loadBdScript(scriptId: string, url: string, callback: () => voi... function sleep (line 24) | function sleep(ms: number) { FILE: src/utils/validate.ts function isString (line 13) | function isString(str: any) {