SYMBOL INDEX (95 symbols across 18 files) FILE: components.d.ts type GlobalComponents (line 9) | interface GlobalComponents { FILE: src/hooks/useRequest.ts type RequestOptions (line 3) | type RequestOptions = { function useRequest (line 17) | function useRequest({ FILE: src/hooks/useTheme.ts function useTheme (line 9) | function useTheme(vars?: ConfigProviderThemeVars) { FILE: src/http/httpClient.ts type CustomRequestOptionsOmit (line 5) | type CustomRequestOptionsOmit = Omit(options: Omit(url: string, options?: CustomRequestOptionsOmit) { method post (line 111) | public static post(url: string, options?: CustomRequestOptionsOmit) { method put (line 119) | public static put(url: string, options?: CustomRequestOptionsOmit) { method delete (line 127) | public static delete(url: string, options?: CustomRequestOptionsOmi... FILE: src/interceptors/request.ts type CustomRequestOptions (line 4) | type CustomRequestOptions = UniApp.RequestOptions & { method invoke (line 16) | invoke(options: CustomRequestOptions) { method install (line 55) | install() { FILE: src/interceptors/router.ts method invoke (line 29) | invoke({ url }: { url: string }) { method install (line 63) | install() { FILE: src/main.ts function createApp (line 8) | function createApp() { FILE: src/store/user.ts type UserInfo (line 4) | type UserInfo = { FILE: src/types/auto-import.d.ts type GlobalComponents (line 119) | interface GlobalComponents {} type ComponentCustomProperties (line 120) | interface ComponentCustomProperties { FILE: src/types/gloal.d.ts type ComponentCustomProperties (line 4) | interface ComponentCustomProperties { FILE: src/types/uni-pages.d.ts type NavigateToOptions (line 6) | interface NavigateToOptions { type RedirectToOptions (line 27) | interface RedirectToOptions extends NavigateToOptions {} type SwitchTabOptions (line 29) | interface SwitchTabOptions {} type ReLaunchOptions (line 31) | type ReLaunchOptions = NavigateToOptions | SwitchTabOptions type Uni (line 33) | interface Uni { FILE: src/typings.ts type ResData (line 1) | type ResData = { FILE: src/uni_modules/lime-echart/components/l-echart/canvas.js class EventEmit (line 5) | class EventEmit { method constructor (line 6) | constructor() { method on (line 9) | on(type, listener) { method emit (line 17) | emit(type, e) { method off (line 33) | off(type, listener) { class Image (line 51) | class Image { method constructor (line 52) | constructor() { method src (line 60) | set src(src) { method src (line 74) | get src() { class OffscreenCanvas (line 78) | class OffscreenCanvas { method constructor (line 79) | constructor(ctx, com, canvasId) { method width (line 85) | set width(w) { method height (line 88) | set height(h) { method width (line 91) | get width() { method height (line 94) | get height() { method getContext (line 97) | getContext(type) { method getImageData (line 100) | getImageData() { class Canvas (line 120) | class Canvas { method constructor (line 121) | constructor(ctx, com, isNew, canvasNode={}) { method getContext (line 135) | getContext(type) { method setAttribute (line 140) | setAttribute(key, value) { method setChart (line 145) | setChart(chart) { method createOffscreenCanvas (line 148) | createOffscreenCanvas(param){ method appendChild (line 161) | appendChild(child) { method dispatchEvent (line 164) | dispatchEvent(type, e) { method attachEvent (line 172) | attachEvent() { method detachEvent (line 174) | detachEvent() { method addEventListener (line 176) | addEventListener(type, listener) { method removeEventListener (line 179) | removeEventListener(type, listener) { method _initCanvas (line 182) | _initCanvas(zrender, ctx) { method _initStyle (line 191) | _initStyle(ctx, child) { method _initEvent (line 294) | _initEvent(e) { method width (line 321) | set width(w) { method height (line 324) | set height(h) { method width (line 328) | get width() { method height (line 331) | get height() { method ctx (line 334) | get ctx() { method chart (line 337) | set chart(chart) { method chart (line 340) | get chart() { function dispatch (line 345) | function dispatch(name, {x,y, wheelDelta}) { function setCanvasCreator (line 354) | function setCanvasCreator(echarts, {canvas, node}) { FILE: src/uni_modules/lime-echart/components/l-echart/nvue.js class Echarts (line 1) | class Echarts { method constructor (line 3) | constructor(webview) { method setOption (line 7) | setOption() { method getOption (line 11) | getOption() { method showLoading (line 14) | showLoading() { method hideLoading (line 17) | hideLoading() { method clear (line 20) | clear() { method dispose (line 23) | dispose() { method resize (line 26) | resize(size) { method on (line 33) | on(type, ...args) { method dispatchAction (line 45) | dispatchAction(type, options){ FILE: src/uni_modules/lime-echart/components/l-echart/utils.js function getDeviceInfo (line 7) | function getDeviceInfo() { function getWindowInfo (line 20) | function getWindowInfo() { function getAppBaseInfo (line 33) | function getAppBaseInfo() { function compareVersion (line 44) | function compareVersion(v1, v2) { function gte (line 68) | function gte(version) { function canIUseCanvas2d (line 86) | function canIUseCanvas2d() { function convertTouchesToArray (line 99) | function convertTouchesToArray(touches) { function wrapTouch (line 112) | function wrapTouch(event) { function base64ToPath (line 125) | function base64ToPath(base64) { function sleep (line 156) | function sleep(time) { function getRect (line 165) | function getRect(selector, options = {}) { FILE: src/uni_modules/lime-echart/static/uni.webview.1.5.5.js function i (line 1) | function i(e,i){return n.call(e,i)} function o (line 1) | function o(){return window.__dcloud_weex_postMessage||window.__dcloud_we... function a (line 1) | function a(){return window.__uniapp_x_postMessage||window.__uniapp_x_} FILE: src/utils/assets.ts function useImgAssets (line 3) | function useImgAssets(filePath: string, { noCache = false } = {}) { FILE: vite-plugin/vite-plugin-directives.ts method transform (line 8) | transform(code, path) {