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 {
|
|
|
|
|
AiHelperPanel: typeof import('./src/components/assistant/AiHelperPanel.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']
|
|
|
|
|
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']
|
|
|
|
|
InputBar: typeof import('./src/components/chat/InputBar.vue')['default']
|
2026-06-15 14:26:34 +08:00
|
|
|
InputBox: typeof import('./src/components/chat/InputBox.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
MessageBubble: typeof import('./src/components/chat/MessageBubble.vue')['default']
|
2026-06-15 14:26:34 +08:00
|
|
|
MessageItem: typeof import('./src/components/chat/MessageItem.vue')['default']
|
|
|
|
|
MessageList: typeof import('./src/components/chat/MessageList.vue')['default']
|
2026-06-14 16:49:18 +08:00
|
|
|
ParticipantList: typeof import('./src/components/chat/ParticipantList.vue')['default']
|
|
|
|
|
RightPanel: typeof import('./src/components/assistant/RightPanel.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
ScreenshotEditor: typeof import('./src/components/chat/ScreenshotEditor.vue')['default']
|
|
|
|
|
ShakeButton: typeof import('./src/components/chat/ShakeButton.vue')['default']
|
|
|
|
|
SoftwareDownloads: typeof import('./src/components/assistant/SoftwareDownloads.vue')['default']
|
|
|
|
|
TroubleshootFlow: typeof import('./src/components/chat/TroubleshootFlow.vue')['default']
|
|
|
|
|
TroubleshootProgress: typeof import('./src/components/chat/TroubleshootProgress.vue')['default']
|
|
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
|
|
|
VanEmpty: typeof import('vant/es')['Empty']
|
|
|
|
|
VanField: typeof import('vant/es')['Field']
|
2026-06-15 14:26:34 +08:00
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
2026-06-14 16:49:18 +08:00
|
|
|
}
|
|
|
|
|
}
|