2026-06-14 16:49:18 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
2026-07-07 22:56:49 +08:00
|
|
|
ActionConfirmDialog: typeof import('./src/components/ActionConfirmDialog.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
AiHelperPanel: typeof import('./src/components/assistant/AiHelperPanel.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
ApplicationProcess: typeof import('./src/components/assistant/ApplicationProcess.vue')['default']
|
2026-06-15 14:26:34 +08:00
|
|
|
ApprovalCardModal: typeof import('./src/components/chat/ApprovalCardModal.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
ApprovalLinks: typeof import('./src/components/assistant/ApprovalLinks.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
BasicInfoCard: typeof import('./src/components/assistant/BasicInfoCard.vue')['default']
|
2026-07-11 23:13:10 +08:00
|
|
|
ByodSubsidyCard: typeof import('./src/components/chat/ByodSubsidyCard.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
CallAgentModal: typeof import('./src/components/chat/CallAgentModal.vue')['default']
|
|
|
|
|
ChatPanel: typeof import('./src/components/chat/ChatPanel.vue')['default']
|
|
|
|
|
ComingSoon: typeof import('./src/components/assistant/ComingSoon.vue')['default']
|
2026-07-09 11:49:50 +08:00
|
|
|
ConfidenceGateBanner: typeof import('./src/components/ConfidenceGateBanner.vue')['default']
|
2026-07-11 23:13:10 +08:00
|
|
|
ContactCard: typeof import('./src/components/chat/ContactCard.vue')['default']
|
|
|
|
|
CorrectionNotice: typeof import('./src/components/automation/CorrectionNotice.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
DynamicRecommend: typeof import('./src/components/assistant/DynamicRecommend.vue')['default']
|
2026-07-07 22:56:49 +08:00
|
|
|
EvaluationDialog: typeof import('./src/components/chat/EvaluationDialog.vue')['default']
|
2026-07-09 11:49:50 +08:00
|
|
|
ImageUploader: typeof import('./src/components/ImageUploader.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
InputBar: typeof import('./src/components/chat/InputBar.vue')['default']
|
2026-07-11 23:13:10 +08:00
|
|
|
InviteParticipantSheet: typeof import('./src/components/chat/InviteParticipantSheet.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
ITHealthDashboard: typeof import('./src/components/assistant/ITHealthDashboard.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
MessageBubble: typeof import('./src/components/chat/MessageBubble.vue')['default']
|
|
|
|
|
ParticipantList: typeof import('./src/components/chat/ParticipantList.vue')['default']
|
2026-07-11 23:13:10 +08:00
|
|
|
ParticipantStrip: typeof import('./src/components/chat/ParticipantStrip.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
QueueWaiting: typeof import('./src/components/assistant/QueueWaiting.vue')['default']
|
2026-07-17 23:16:40 +08:00
|
|
|
RecommendCard: typeof import('./src/components/assistant/RecommendCard.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
ResolveConfirmCard: typeof import('./src/components/chat/ResolveConfirmCard.vue')['default']
|
2026-07-07 22:56:49 +08:00
|
|
|
ResolveFeedback: typeof import('./src/components/ResolveFeedback.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
RightPanel: typeof import('./src/components/assistant/RightPanel.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
RiskTabs: typeof import('./src/components/assistant/RiskTabs.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
ScreenshotEditor: typeof import('./src/components/chat/ScreenshotEditor.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
SelfDiagnosis: typeof import('./src/components/assistant/SelfDiagnosis.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
ShakeButton: typeof import('./src/components/chat/ShakeButton.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
SoftwareAndApply: typeof import('./src/components/assistant/SoftwareAndApply.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
SoftwareDownloads: typeof import('./src/components/assistant/SoftwareDownloads.vue')['default']
|
2026-07-13 02:17:03 +08:00
|
|
|
SoftwareInstall: typeof import('./src/components/assistant/SoftwareInstall.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
TroubleshootFlow: typeof import('./src/components/chat/TroubleshootFlow.vue')['default']
|
|
|
|
|
TroubleshootProgress: typeof import('./src/components/chat/TroubleshootProgress.vue')['default']
|
2026-07-11 23:13:10 +08:00
|
|
|
UndoButton: typeof import('./src/components/automation/UndoButton.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
VanButton: typeof import('vant/es')['Button']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanCard: typeof import('vant/es')['Card']
|
2026-07-09 11:49:50 +08:00
|
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
|
|
VanCollapse: typeof import('vant/es')['Collapse']
|
|
|
|
|
VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
2026-06-14 16:49:18 +08:00
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
2026-07-07 22:56:49 +08:00
|
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
2026-06-14 16:49:18 +08:00
|
|
|
VanEmpty: typeof import('vant/es')['Empty']
|
|
|
|
|
VanField: typeof import('vant/es')['Field']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanForm: typeof import('vant/es')['Form']
|
2026-06-15 14:26:34 +08:00
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
2026-06-16 10:07:42 +08:00
|
|
|
VanLoading: typeof import('vant/es')['Loading']
|
2026-07-09 11:49:50 +08:00
|
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
|
|
|
|
VanNotify: typeof import('vant/es')['Notify']
|
2026-06-15 14:26:34 +08:00
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
|
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
2026-07-07 22:56:49 +08:00
|
|
|
VanRate: typeof import('vant/es')['Rate']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanSearch: typeof import('vant/es')['Search']
|
2026-07-09 11:49:50 +08:00
|
|
|
VanStep: typeof import('vant/es')['Step']
|
|
|
|
|
VanSteps: typeof import('vant/es')['Steps']
|
2026-07-11 23:13:10 +08:00
|
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
|
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
2026-07-09 11:49:50 +08:00
|
|
|
VanTag: typeof import('vant/es')['Tag']
|
2026-07-11 23:13:10 +08:00
|
|
|
VoiceRecordingModal: typeof import('./src/components/chat/VoiceRecordingModal.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
}
|
|
|
|
|
}
|