97 lines
6.1 KiB
TypeScript
97 lines
6.1 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AppBreadcrumb: typeof import('./src/components/layout/AppBreadcrumb.vue')['default']
|
|
AppHeader: typeof import('./src/components/layout/AppHeader.vue')['default']
|
|
AppLoading: typeof import('./src/components/common/AppLoading.vue')['default']
|
|
AppSidebar: typeof import('./src/components/layout/AppSidebar.vue')['default']
|
|
BusinessConsultationDialog: typeof import('./src/components/common/BusinessConsultationDialog.vue')['default']
|
|
CertificationBanner: typeof import('./src/components/common/CertificationBanner.vue')['default']
|
|
CertificationNotice: typeof import('./src/components/common/CertificationNotice.vue')['default']
|
|
ChartCard: typeof import('./src/components/statistics/ChartCard.vue')['default']
|
|
CodeDisplay: typeof import('./src/components/common/CodeDisplay.vue')['default']
|
|
CustomSteps: typeof import('./src/components/common/CustomSteps.vue')['default']
|
|
DanmakuBar: typeof import('./src/components/common/DanmakuBar.vue')['default']
|
|
ElAlert: typeof import('element-plus/es')['ElAlert']
|
|
ElAside: typeof import('element-plus/es')['ElAside']
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
|
|
ElContainer: typeof import('element-plus/es')['ElContainer']
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
|
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElDivider: typeof import('element-plus/es')['ElDivider']
|
|
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ElLoading: typeof import('element-plus/es')['ElLoading']
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
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']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
ExportDialog: typeof import('./src/components/common/ExportDialog.vue')['default']
|
|
FileUpload: typeof import('./src/components/common/FileUpload.vue')['default']
|
|
FilterItem: typeof import('./src/components/common/FilterItem.vue')['default']
|
|
FilterSection: typeof import('./src/components/common/FilterSection.vue')['default']
|
|
FloatingCustomerService: typeof import('./src/components/common/FloatingCustomerService.vue')['default']
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
ListPageLayout: typeof import('./src/components/common/ListPageLayout.vue')['default']
|
|
MarkdownEditor: typeof import('./src/components/common/MarkdownEditor.vue')['default']
|
|
NotificationPanel: typeof import('./src/components/layout/NotificationPanel.vue')['default']
|
|
PermissionGuard: typeof import('./src/components/auth/PermissionGuard.vue')['default']
|
|
ProductApiConfigDialog: typeof import('./src/components/admin/ProductApiConfigDialog.vue')['default']
|
|
ProductCard: typeof import('./src/components/product/ProductCard.vue')['default']
|
|
ProductDocumentationDialog: typeof import('./src/components/admin/ProductDocumentationDialog.vue')['default']
|
|
ProductFormDialog: typeof import('./src/components/admin/ProductFormDialog.vue')['default']
|
|
ResponsiveActionColumn: typeof import('./src/components/common/ResponsiveActionColumn.vue')['default']
|
|
RichTextEditor: typeof import('./src/components/common/RichTextEditor.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StatCard: typeof import('./src/components/statistics/StatCard.vue')['default']
|
|
StatisticsDashboard: typeof import('./src/components/statistics/StatisticsDashboard.vue')['default']
|
|
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
|
VersionInfo: typeof import('./src/components/common/VersionInfo.vue')['default']
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
}
|
|
export interface GlobalDirectives {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|