components.d.ts
8.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AccountBindPanel: typeof import('./src/components/Settings/AccountBindPanel.vue')['default']
AgentChat: typeof import('./src/components/AgentPanel/AgentChat.vue')['default']
AgentHeader: typeof import('./src/components/AgentPanel/AgentHeader.vue')['default']
AgentHeaderAgent: typeof import('./src/components/AgentPanel/AgentHeaderAgent.vue')['default']
AgentPanelBody: typeof import('./src/components/AgentPanel/AgentPanelBody.vue')['default']
AgentPanelBodyAgent: typeof import('./src/components/AgentPanel/AgentPanelBodyAgent.vue')['default']
AgentWorkflow: typeof import('./src/components/AgentPanel/AgentWorkflow.vue')['default']
AIAssistantPanel: typeof import('./src/components/Settings/AIAssistantPanel.vue')['default']
ApiKeyPanel: typeof import('./src/components/Settings/ApiKeyPanel.vue')['default']
AppearancePanel: typeof import('./src/components/Settings/AppearancePanel.vue')['default']
AudioViewer: typeof import('./src/components/Workspace/AudioViewer.vue')['default']
AuthenticationPanel: typeof import('./src/components/Settings/AuthenticationPanel.vue')['default']
BaichuanChat: typeof import('./src/components/Chat/BaichuanChat.vue')['default']
BeansBalanceDialog: typeof import('./src/components/common/BeansBalanceDialog.vue')['default']
BindEmailConfirm: typeof import('./src/components/Settings/BindEmailConfirm.vue')['default']
CentralInput: typeof import('./src/components/WorkspaceWelcome/CentralInput.vue')['default']
ChatHistoryPanel: typeof import('./src/components/Chat/ChatHistoryPanel.vue')['default']
CustomRepeatDialog: typeof import('./src/components/WorkspaceWelcome/CustomRepeatDialog.vue')['default']
DeerFlowChat: typeof import('./src/components/Chat/DeerFlowChat.vue')['default']
DocumentOutlineContent: typeof import('./src/components/Workspace/DocumentOutlineContent.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElLink: typeof import('element-plus/es')['ElLink']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElSegmented: typeof import('element-plus/es')['ElSegmented']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
FeedbackDialog: typeof import('./src/components/common/FeedbackDialog.vue')['default']
FileList: typeof import('./src/components/KnowledgeBase/FileList.vue')['default']
FileTreeNode: typeof import('./src/components/Workspace/FileTreeNode.vue')['default']
Fireworks: typeof import('./src/components/common/Fireworks.vue')['default']
FolderTree: typeof import('./src/components/KnowledgeBase/FolderTree.vue')['default']
ForgotPassword: typeof import('./src/components/auth/ForgotPassword.vue')['default']
GeneralPanel: typeof import('./src/components/Settings/GeneralPanel.vue')['default']
GoActivate: typeof import('./src/components/auth/GoActivate.vue')['default']
ImageViewer: typeof import('./src/components/Workspace/ImageViewer.vue')['default']
InviteTreeChildRows: typeof import('./src/components/common/InviteTreeChildRows.vue')['default']
KnowledgeFileTree: typeof import('./src/components/Workspace/KnowledgeFileTree.vue')['default']
KnowledgePanel: typeof import('./src/components/Settings/KnowledgePanel.vue')['default']
LanguageSwitcher: typeof import('./src/components/common/LanguageSwitcher.vue')['default']
LinkMedChat: typeof import('./src/components/Chat/LinkMedChat.vue')['default']
LoginForm: typeof import('./src/components/auth/LoginForm.vue')['default']
MarkdownPreview: typeof import('./src/components/Workspace/MarkdownPreview.vue')['default']
MemberExpireDialog: typeof import('./src/components/common/MemberExpireDialog.vue')['default']
MemberReferralPanel: typeof import('./src/components/Settings/MemberReferralPanel.vue')['default']
MembersRecordsPanel: typeof import('./src/components/Settings/MembersRecordsPanel.vue')['default']
NewFileDialog: typeof import('./src/components/KnowledgeBase/NewFileDialog.vue')['default']
NewFolderDialog: typeof import('./src/components/KnowledgeBase/NewFolderDialog.vue')['default']
PDFViewerIframe: typeof import('./src/components/Workspace/PDFViewerIframe.vue')['default']
PhoneForgotPassword: typeof import('./src/components/auth/PhoneForgotPassword.vue')['default']
PhoneLoginForm: typeof import('./src/components/auth/PhoneLoginForm.vue')['default']
PhoneRegisterForm: typeof import('./src/components/auth/PhoneRegisterForm.vue')['default']
PPTViewer: typeof import('./src/components/Workspace/PPTViewer.vue')['default']
ProfilePanel: typeof import('./src/components/Settings/ProfilePanel.vue')['default']
RecentlyVisited: typeof import('./src/components/WorkspaceWelcome/RecentlyVisited.vue')['default']
RechargeSuccessCard: typeof import('./src/components/common/RechargeSuccessCard.vue')['default']
RecycleBin: typeof import('./src/components/KnowledgeBase/RecycleBin.vue')['default']
RecycleBinList: typeof import('./src/components/KnowledgeBase/RecycleBinList.vue')['default']
RegisterForm: typeof import('./src/components/auth/RegisterForm.vue')['default']
RegisterSuccessCard: typeof import('./src/components/common/RegisterSuccessCard.vue')['default']
RenameFileDialog: typeof import('./src/components/KnowledgeBase/RenameFileDialog.vue')['default']
RenameFolderDialog: typeof import('./src/components/KnowledgeBase/RenameFolderDialog.vue')['default']
ResetPassword: typeof import('./src/components/auth/ResetPassword.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ScheduledTaskDialog: typeof import('./src/components/WorkspaceWelcome/ScheduledTaskDialog.vue')['default']
ScheduledTaskListDialog: typeof import('./src/components/WorkspaceWelcome/ScheduledTaskListDialog.vue')['default']
ScheduledTaskSessionList: typeof import('./src/components/WorkspaceWelcome/ScheduledTaskSessionList.vue')['default']
SecurityPanel: typeof import('./src/components/Settings/SecurityPanel.vue')['default']
SettingsPanel: typeof import('./src/components/Settings/SettingsPanel.vue')['default']
SettingsSidebar: typeof import('./src/components/Settings/SettingsSidebar.vue')['default']
ShortcutPanel: typeof import('./src/components/Settings/ShortcutPanel.vue')['default']
SpreadsheetViewer: typeof import('./src/components/Workspace/SpreadsheetViewer.vue')['default']
TaxDetail: typeof import('./src/components/common/TaxDetail.vue')['default']
TextViewer: typeof import('./src/components/Workspace/TextViewer.vue')['default']
UniverSheet: typeof import('./src/components/Workspace/UniverSheet.vue')['default']
UploadProgress: typeof import('./src/components/KnowledgeBase/UploadProgress.vue')['default']
VditorEditor: typeof import('./src/components/Workspace/VditorEditor.vue')['default']
VideoViewer: typeof import('./src/components/Workspace/VideoViewer.vue')['default']
WechatLogin: typeof import('./src/components/auth/WechatLogin.vue')['default']
WechatLoginPage: typeof import('./src/components/auth/WechatLoginPage.vue')['default']
WelcomeHeader: typeof import('./src/components/WorkspaceWelcome/WelcomeHeader.vue')['default']
WelcomeMainContent: typeof import('./src/components/WorkspaceWelcome/WelcomeMainContent.vue')['default']
WordEditor: typeof import('./src/components/Workspace/WordEditor.vue')['default']
WorkspaceChat: typeof import('./src/components/Workspace/WorkspaceChat.vue')['default']
}
}