Skip to content

Commit

Permalink
type: automatically generated
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuifengran committed Sep 22, 2024
1 parent db814aa commit 6ac3b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/auto_gen_types/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ declare global {
const BUILD_FORM_DECLARE: typeof import('../../invokes/buildFormDeclare')['BUILD_FORM_DECLARE']
const CORE_NAMESPACES: typeof import('../../hooks/useCore')['CORE_NAMESPACES']
const EDITOR_DOM_ID: typeof import('../../hooks/useEditor')['EDITOR_DOM_ID']
const ENUM_CODE: typeof import('../../invokes/enums')['ENUM_CODE']
const ENUM_DECLARE: typeof import('../../invokes/enums')['ENUM_DECLARE']
const EffectScope: typeof import('vue')['EffectScope']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
Expand Down Expand Up @@ -75,6 +77,7 @@ declare global {
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
const onUnmounted: typeof import('vue')['onUnmounted']
const onUpdated: typeof import('vue')['onUpdated']
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
const pathUtils: typeof import('../../utils/path')['pathUtils']
const provide: typeof import('vue')['provide']
const reactive: typeof import('vue')['reactive']
Expand Down Expand Up @@ -109,9 +112,11 @@ declare global {
const useDepInfo: typeof import('../../hooks/useDepInfo')['useDepInfo']
const useEditor: typeof import('../../hooks/useEditor')['useEditor']
const useGlobalShortcutsStore: typeof import('../../store/globalShortcutsStore')['useGlobalShortcutsStore']
const useId: typeof import('vue')['useId']
const useLink: typeof import('vue-router')['useLink']
const useListStore: typeof import('../../store/listStore')['useListStore']
const useLog: typeof import('../../hooks/useLog')['useLog']
const useModel: typeof import('vue')['useModel']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useScriptApi: typeof import('../../hooks/useScriptApi')['useScriptApi']
Expand All @@ -120,6 +125,7 @@ declare global {
const useScriptView: typeof import('../../hooks/useScriptApi')['useScriptView']
const useSlots: typeof import('vue')['useSlots']
const useSpark: typeof import('../../hooks/useSpark')['useSpark']
const useTemplateRef: typeof import('vue')['useTemplateRef']
const useWebviewWindow: typeof import('../../hooks/useWebviewWindow')['useWebviewWindow']
const viteEnvD: typeof import('../../vite-env.d')['default']
const watch: typeof import('vue')['watch']
Expand Down
6 changes: 6 additions & 0 deletions src/types/auto_gen_types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ declare module 'vue' {
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ELDeclareDialogView: typeof import('./../../components/dialog/ELDeclareDialogView.vue')['default']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
Expand All @@ -56,6 +58,7 @@ declare module 'vue' {
ElOptionGroup: typeof import('element-plus/es')['ElOptionGroup']
ElPageHeader: typeof import('element-plus/es')['ElPageHeader']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSegmented: typeof import('element-plus/es')['ElSegmented']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElStep: typeof import('element-plus/es')['ElStep']
Expand All @@ -69,6 +72,7 @@ declare module 'vue' {
ElText: typeof import('element-plus/es')['ElText']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
FileInput: typeof import('./../../components/moreInput/FileInput.vue')['default']
FillApiParamDialog: typeof import('./../../components/FillApiParamDialog.vue')['default']
Expand All @@ -81,6 +85,7 @@ declare module 'vue' {
Loading: typeof import('./../../components/Loading.vue')['default']
LogTimeline: typeof import('./../../components/script/LogTimeline.vue')['default']
MenuDots: typeof import('./../../components/Icons/MenuDots.vue')['default']
MoonIcon: typeof import('./../../components/Icons/MoonIcon.vue')['default']
OperationRecordPanel: typeof import('./../../components/script/OperationRecordPanel.vue')['default']
ProjectIcon: typeof import('./../../components/Icons/ProjectIcon.vue')['default']
RangeInput: typeof import('./../../components/moreInput/RangeInput.vue')['default']
Expand All @@ -98,6 +103,7 @@ declare module 'vue' {
ScriptSettingItem: typeof import('./../../components/script/ScriptSettingItem.vue')['default']
SettingsIcon: typeof import('./../../components/Icons/SettingsIcon.vue')['default']
SliderInput: typeof import('./../../components/moreInput/SliderInput.vue')['default']
SunIcon: typeof import('./../../components/Icons/SunIcon.vue')['default']
Test: typeof import('./../../components/Test.vue')['default']
}
export interface ComponentCustomProperties {
Expand Down

0 comments on commit 6ac3b53

Please sign in to comment.