Skip to content

Commit

Permalink
style: format ./src
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Mar 13, 2024
1 parent f5d8505 commit b6ba7a8
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 106 deletions.
114 changes: 57 additions & 57 deletions frontend/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
// Generated by 'unplugin-auto-import'
export {};
export {}
declare global {
const EffectScope: (typeof import("vue"))["EffectScope"];
const computed: (typeof import("vue"))["computed"];
const createApp: (typeof import("vue"))["createApp"];
const customRef: (typeof import("vue"))["customRef"];
const defineAsyncComponent: (typeof import("vue"))["defineAsyncComponent"];
const defineComponent: (typeof import("vue"))["defineComponent"];
const effectScope: (typeof import("vue"))["effectScope"];
const getCurrentInstance: (typeof import("vue"))["getCurrentInstance"];
const getCurrentScope: (typeof import("vue"))["getCurrentScope"];
const h: (typeof import("vue"))["h"];
const inject: (typeof import("vue"))["inject"];
const isProxy: (typeof import("vue"))["isProxy"];
const isReactive: (typeof import("vue"))["isReactive"];
const isReadonly: (typeof import("vue"))["isReadonly"];
const isRef: (typeof import("vue"))["isRef"];
const markRaw: (typeof import("vue"))["markRaw"];
const nextTick: (typeof import("vue"))["nextTick"];
const onActivated: (typeof import("vue"))["onActivated"];
const onBeforeMount: (typeof import("vue"))["onBeforeMount"];
const onBeforeUnmount: (typeof import("vue"))["onBeforeUnmount"];
const onBeforeUpdate: (typeof import("vue"))["onBeforeUpdate"];
const onDeactivated: (typeof import("vue"))["onDeactivated"];
const onErrorCaptured: (typeof import("vue"))["onErrorCaptured"];
const onMounted: (typeof import("vue"))["onMounted"];
const onRenderTracked: (typeof import("vue"))["onRenderTracked"];
const onRenderTriggered: (typeof import("vue"))["onRenderTriggered"];
const onScopeDispose: (typeof import("vue"))["onScopeDispose"];
const onServerPrefetch: (typeof import("vue"))["onServerPrefetch"];
const onUnmounted: (typeof import("vue"))["onUnmounted"];
const onUpdated: (typeof import("vue"))["onUpdated"];
const provide: (typeof import("vue"))["provide"];
const reactive: (typeof import("vue"))["reactive"];
const readonly: (typeof import("vue"))["readonly"];
const ref: (typeof import("vue"))["ref"];
const resolveComponent: (typeof import("vue"))["resolveComponent"];
const resolveDirective: (typeof import("vue"))["resolveDirective"];
const shallowReactive: (typeof import("vue"))["shallowReactive"];
const shallowReadonly: (typeof import("vue"))["shallowReadonly"];
const shallowRef: (typeof import("vue"))["shallowRef"];
const toRaw: (typeof import("vue"))["toRaw"];
const toRef: (typeof import("vue"))["toRef"];
const toRefs: (typeof import("vue"))["toRefs"];
const triggerRef: (typeof import("vue"))["triggerRef"];
const unref: (typeof import("vue"))["unref"];
const useAttrs: (typeof import("vue"))["useAttrs"];
const useCssModule: (typeof import("vue"))["useCssModule"];
const useCssVars: (typeof import("vue"))["useCssVars"];
const useDialog: (typeof import("naive-ui"))["useDialog"];
const useLoadingBar: (typeof import("naive-ui"))["useLoadingBar"];
const useMessage: (typeof import("naive-ui"))["useMessage"];
const useNotification: (typeof import("naive-ui"))["useNotification"];
const useSlots: (typeof import("vue"))["useSlots"];
const watch: (typeof import("vue"))["watch"];
const watchEffect: (typeof import("vue"))["watchEffect"];
const watchPostEffect: (typeof import("vue"))["watchPostEffect"];
const watchSyncEffect: (typeof import("vue"))["watchSyncEffect"];
const EffectScope: typeof import('vue')['EffectScope']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const effectScope: typeof import('vue')['effectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
const inject: typeof import('vue')['inject']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
const onDeactivated: typeof import('vue')['onDeactivated']
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
const onMounted: typeof import('vue')['onMounted']
const onRenderTracked: typeof import('vue')['onRenderTracked']
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
const onScopeDispose: typeof import('vue')['onScopeDispose']
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const toRaw: typeof import('vue')['toRaw']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const triggerRef: typeof import('vue')['triggerRef']
const unref: typeof import('vue')['unref']
const useAttrs: typeof import('vue')['useAttrs']
const useCssModule: typeof import('vue')['useCssModule']
const useCssVars: typeof import('vue')['useCssVars']
const useDialog: typeof import('naive-ui')['useDialog']
const useLoadingBar: typeof import('naive-ui')['useLoadingBar']
const useMessage: typeof import('naive-ui')['useMessage']
const useNotification: typeof import('naive-ui')['useNotification']
const useSlots: typeof import('vue')['useSlots']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
}
94 changes: 47 additions & 47 deletions frontend/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import "@vue/runtime-core";
import '@vue/runtime-core'

export {};
export {}

declare module "@vue/runtime-core" {
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AutoSortLine: (typeof import("./src/components/Result/AutoSortLine.vue"))["default"];
BasicDescription: (typeof import("./src/components/Result/BasicDescription.vue"))["default"];
BicolorPie: (typeof import("./src/components/Result/BicolorPie.vue"))["default"];
CodeLenDescription: (typeof import("./src/components/Result/CodeLenDescription.vue"))["default"];
CodeLenDistBar: (typeof import("./src/components/Result/CodeLenDistBar.vue"))["default"];
CollisionDescription: (typeof import("./src/components/Result/CollisionDescription.vue"))["default"];
CollisionDistBar: (typeof import("./src/components/Result/CollisionDistBar.vue"))["default"];
CombsDescription: (typeof import("./src/components/Result/CombsDescription.vue"))["default"];
CombsDistBar: (typeof import("./src/components/Result/CombsDistBar.vue"))["default"];
ComparedBars: (typeof import("./src/components/Result/comparedBars.vue"))["default"];
FingerHeatMap: (typeof import("./src/components/FingerHeatMap.vue"))["default"];
FingerPie: (typeof import("./src/components/Result/FingerPie.vue"))["default"];
FingersDescription: (typeof import("./src/components/Result/FingersDescription.vue"))["default"];
HandComp: (typeof import("./src/components/Result/HandComp.vue"))["default"];
HandsDescription: (typeof import("./src/components/Result/HandsDescription.vue"))["default"];
HeatMap: (typeof import("./src/components/HeatMap.vue"))["default"];
KeyHeatSorted: (typeof import("./src/components/Result/KeyHeatSorted.vue"))["default"];
Main: (typeof import("./src/components/Main.vue"))["default"];
MultiResult: (typeof import("./src/components/MultiResult.vue"))["default"];
NButton: (typeof import("naive-ui"))["NButton"];
NCard: (typeof import("naive-ui"))["NCard"];
NDescriptions: (typeof import("naive-ui"))["NDescriptions"];
NDescriptionsItem: (typeof import("naive-ui"))["NDescriptionsItem"];
NDivider: (typeof import("naive-ui"))["NDivider"];
NDrawer: (typeof import("naive-ui"))["NDrawer"];
NDrawerContent: (typeof import("naive-ui"))["NDrawerContent"];
NFlex: (typeof import("naive-ui"))["NFlex"];
NGi: (typeof import("naive-ui"))["NGi"];
NGrid: (typeof import("naive-ui"))["NGrid"];
NInput: (typeof import("naive-ui"))["NInput"];
NInputNumber: (typeof import("naive-ui"))["NInputNumber"];
NMessageProvider: (typeof import("naive-ui"))["NMessageProvider"];
NRadio: (typeof import("naive-ui"))["NRadio"];
NRadioGroup: (typeof import("naive-ui"))["NRadioGroup"];
NSelect: (typeof import("naive-ui"))["NSelect"];
NSwitch: (typeof import("naive-ui"))["NSwitch"];
NTag: (typeof import("naive-ui"))["NTag"];
Result: (typeof import("./src/components/Result/Result.vue"))["default"];
ResultBasic: (typeof import("./src/components/Result/ResultBasic.vue"))["default"];
ResultKeyHeat: (typeof import("./src/components/Result/ResultKeyHeat.vue"))["default"];
Show: (typeof import("./src/components/Show.vue"))["default"];
Text: (typeof import("./src/components/Text.vue"))["default"];
WordsDescription: (typeof import("./src/components/Result/WordsDescription.vue"))["default"];
WordsDistBar: (typeof import("./src/components/Result/WordsDistBar.vue"))["default"];
AutoSortLine: typeof import('./src/components/Result/AutoSortLine.vue')['default']
BasicDescription: typeof import('./src/components/Result/BasicDescription.vue')['default']
BicolorPie: typeof import('./src/components/Result/BicolorPie.vue')['default']
CodeLenDescription: typeof import('./src/components/Result/CodeLenDescription.vue')['default']
CodeLenDistBar: typeof import('./src/components/Result/CodeLenDistBar.vue')['default']
CollisionDescription: typeof import('./src/components/Result/CollisionDescription.vue')['default']
CollisionDistBar: typeof import('./src/components/Result/CollisionDistBar.vue')['default']
CombsDescription: typeof import('./src/components/Result/CombsDescription.vue')['default']
CombsDistBar: typeof import('./src/components/Result/CombsDistBar.vue')['default']
ComparedBars: typeof import('./src/components/Result/comparedBars.vue')['default']
FingerHeatMap: typeof import('./src/components/FingerHeatMap.vue')['default']
FingerPie: typeof import('./src/components/Result/FingerPie.vue')['default']
FingersDescription: typeof import('./src/components/Result/FingersDescription.vue')['default']
HandComp: typeof import('./src/components/Result/HandComp.vue')['default']
HandsDescription: typeof import('./src/components/Result/HandsDescription.vue')['default']
HeatMap: typeof import('./src/components/HeatMap.vue')['default']
KeyHeatSorted: typeof import('./src/components/Result/KeyHeatSorted.vue')['default']
Main: typeof import('./src/components/Main.vue')['default']
MultiResult: typeof import('./src/components/MultiResult.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NDescriptions: typeof import('naive-ui')['NDescriptions']
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
NDivider: typeof import('naive-ui')['NDivider']
NDrawer: typeof import('naive-ui')['NDrawer']
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
NFlex: typeof import('naive-ui')['NFlex']
NGi: typeof import('naive-ui')['NGi']
NGrid: typeof import('naive-ui')['NGrid']
NInput: typeof import('naive-ui')['NInput']
NInputNumber: typeof import('naive-ui')['NInputNumber']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NSelect: typeof import('naive-ui')['NSelect']
NSwitch: typeof import('naive-ui')['NSwitch']
NTag: typeof import('naive-ui')['NTag']
Result: typeof import('./src/components/Result/Result.vue')['default']
ResultBasic: typeof import('./src/components/Result/ResultBasic.vue')['default']
ResultKeyHeat: typeof import('./src/components/Result/ResultKeyHeat.vue')['default']
Show: typeof import('./src/components/Show.vue')['default']
Text: typeof import('./src/components/Text.vue')['default']
WordsDescription: typeof import('./src/components/Result/WordsDescription.vue')['default']
WordsDistBar: typeof import('./src/components/Result/WordsDistBar.vue')['default']
}
}
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"format": "prettier . -w"
"format": "prettier ./src -w"
},
"dependencies": {
"echarts": "^5.5.0",
Expand All @@ -33,4 +33,4 @@
"printWidth": 120,
"tabWidth": 2
}
}
}

0 comments on commit b6ba7a8

Please sign in to comment.